AI Agents
Autonomous AI agents and agent frameworks that plan, use tools, and execute multi-step tasks
NEWDify LLM App Development Platform
Dify is an open-source LLM application development platform that combines visual workflow orchestration, a built-in RAG engine, and Agent capabilities. It lets developers and non-technical users quickly build, test, and deploy AI-powered apps with support for multiple model providers and seamless API integration.
LangGraph
LangGraph is a low-level orchestration framework from the LangChain team for building stateful, multi-step agent workflows. It provides fine-grained control over execution flow with persistent state, human-in-the-loop checkpoints, and cycle support — ideal for complex agents that need more than simple chain sequencing.
CrewAI
CrewAI is an open-source framework for orchestrating role-playing, autonomous AI agents that collaborate to complete complex tasks. You define agents with specific roles, goals, and tools, then combine them into crews that work together — ideal for building multi-agent systems for research, analysis, and automation.
NEWGemini CLI
Gemini CLI is an open-source command-line AI agent from Google that brings Gemini models directly into your terminal. It handles coding assistance, file analysis, and automation tasks without leaving the command line, with multi-turn conversation support and easy integration into existing developer workflows.
NEWClaude Code
Claude Code is Anthropic's agentic coding tool that works in your terminal and editor, understanding your entire codebase to plan, write, and refactor code autonomously. It handles multi-file changes, runs tests, and integrates with Git workflows — designed for developers who want an AI collaborator, not just autocomplete.
NEWGitHub Copilot
GitHub Copilot is the most widely adopted AI pair programmer, offering inline code completions, contextual chat, and an autonomous coding agent deeply integrated with GitHub and popular IDEs. It draws on your repository context to suggest relevant code, review changes, and even complete entire tasks from issues.
NEWOpenAI Codex
OpenAI Codex is a cloud-based software engineering agent that runs coding tasks in isolated sandboxes, handling feature development, bug fixes, and pull requests in parallel. Each task runs independently with its own environment, letting teams delegate multiple engineering tasks simultaneously and review the results as PRs.
NEWCline
Cline is an open-source autonomous coding agent for VS Code that can create and edit files, execute terminal commands, and browse the web — all with human approval at each step. It works with many model providers including Anthropic, OpenAI, and local models, giving developers full control over cost and privacy.
NEWAider
Aider is a lightweight, terminal-based AI pair programming tool that makes Git-aware edits across multiple files and commits changes automatically with sensible messages. It works with most popular LLMs, maps your entire repository for context, and suits developers who prefer staying in the command line.
NEWWindsurf Editor
Windsurf is an AI-native code editor built around agentic flows that keep you and the AI working from a shared understanding of your codebase. Its Cascade agent handles multi-step tasks with deep context awareness, combining autonomous execution with real-time collaboration in a polished editor experience.
NEWv0 by Vercel
v0 is Vercel's generative UI tool that turns natural-language prompts into production-ready React and Tailwind components. It iterates through multiple design variations, supports shadcn/ui out of the box, and lets you copy code directly into your project — dramatically speeding up frontend prototyping and development.
NEWBolt.new
Bolt is StackBlitz's AI web builder that turns prompts into full-stack apps running instantly in the browser via WebContainers. Unlike preview-only tools, you get editable source code, package installation, and one-click deployment — ideal for rapid prototyping and shipping small products fast.
NEWLovable
Lovable is an AI app builder that turns plain-language ideas into working web applications with authentication, databases, and deployment built in. It targets founders and product teams who want to validate ideas quickly, generating real editable code with Supabase integration rather than locked-in templates.
NEWReplit AI
Replit is a cloud IDE with an AI agent that builds, runs, and deploys applications end to end — from prompt to hosted product in one place. Its Agent handles multi-step development tasks including database setup and deployment, making it popular for rapid prototyping without local environment configuration.
NEWAutoGen
AutoGen is Microsoft's open-source framework for building multi-agent AI systems where agents converse with each other, use tools, and collaborate to solve complex tasks. It supports flexible conversation patterns and human-in-the-loop workflows, making it a research-backed choice for orchestrating agent teams.