Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome AI Coding Agents

Awesome License: CC0-1.0 PRs Welcome

A curated registry of AI coding agents, agentic IDEs, autonomous engineering tools, and frameworks that write, review, test, and maintain code.

The goal is to be the definitive place to discover tools that turn natural-language intent into working software, whether through a chat interface, IDE, CLI, or fully autonomous loop.

Inclusion criteria: Resources must be purpose-built for coding assistance or agentic software engineering. General-purpose LLM chat apps, model cards, and non-coding agents are out of scope. See CONTRIBUTING.md for the full quality bar.


Contents


Agentic IDEs

AI-native integrated development environments where an agent is the primary coding partner.

  • Cursor Official — AI-first IDE built on VS Code with composer, tab completion, and codebase-aware chat.
  • Windsurf Official — Codeium's agentic IDE with cascade editing and contextual awareness.
  • Zed AI Official — High-performance multiplayer code editor with built-in AI assistant and agentic editing.
  • Augment Code Official — Enterprise agentic coding assistant deeply integrated into VS Code and JetBrains IDEs.
  • Trae Official — ByteDance's AI-native IDE with agent mode and multi-file edits.
  • PearAI Community — Open-source AI code editor combining chat, agents, and code review in one workspace.
  • Replit Agent Official — Replit's autonomous coding agent that builds and deploys full projects from prompts.
  • CodeSandbox Official — Cloud development platform with AI-assisted editing and instant deploy previews.

CLI Coding Agents

Terminal-based agents you drive from the command line.

  • Claude Code Official — Anthropic's research-grade CLI coding agent with tool use and project-wide reasoning.
    • Run: claude
  • OpenAI Codex CLI Official — OpenAI's official CLI agent for codebase understanding and editing.
    • Install: npm install -g @openai/codex
  • Gemini CLI Official — Google's command-line coding assistant with repository context.
    • Install: npm install -g @google/gemini-cli
  • Aider Community — Open-source pair-programming CLI that edits code in your local git repo.
    • Install: pip install aider-chat
  • OpenCode Community — Open-source terminal, desktop, and IDE coding agent with built-in planning and build modes.
    • Install: curl -fsSL https://opencode.ai/install | bash

Autonomous Agents

Agents that run longer workflows, plan tasks, and iterate toward a goal with limited human intervention.

  • Devin Official — Cognition's autonomous AI software engineer that plans, codes, tests, and deploys end-to-end.
  • OpenHands Community — Open-source autonomous software engineering agent with multi-step task planning.
    • Run: docker run -it --rm --pull always -e SANDBOX_USER_ID=$(id -u) -e WORKSPACE_MOUNT_PATH=$(pwd) -v $(pwd):/workspace:rw -p 3000:3000 -e LOG_ALL_EVENTS=true allhands/openhands:main
  • SWE-agent Community — Princeton NLP agent that edits real GitHub issues using a custom reasoning interface.
    • Install: pip install swe-agent
  • Agentless Community — Princeton NLP approach to autonomous software engineering without an explicit agent loop.
  • AutoCodeRover Community — NUS automated program repair agent for bug fixing and feature implementation.
  • Devika Community — Open-source autonomous coding agent inspired by early Devin demos.
  • Morph Official — Autonomous coding agent for building and shipping software projects.
  • Amazon Q Developer Agent Official — AWS agent that implements features, fixes bugs, and upgrades code from natural-language requests.
  • GitHub Copilot Workspace Official — Task-oriented agent that turns issues into implementation plans and pull requests.

Code Review Agents

Agents focused on reviewing pull requests, spotting issues, and suggesting improvements.

  • CodeRabbit Official — AI-powered pull-request reviewer with line-by-line comments and chat.
  • PR-Agent Official — Open-source PR review agent that summarizes, reviews, and suggests improvements.
    • Install: pip install pr-agent
  • Sourcery Official — AI code reviewer and refactoring assistant for Python, JavaScript, TypeScript, and more.
  • Greptile Official — Code review agent that understands your entire codebase and PR diffs.
  • What The Diff Official — AI assistant that writes PR descriptions and reviews code changes.
  • CodeSee Official — Code visualization platform with AI-powered PR review and onboarding.
  • Amazon Q Developer Code Review Official — AWS agent that reviews code for security, quality, and best practices.
  • GitHub Copilot Code Review Official — Native AI code review integrated into GitHub pull requests.

Test Generation

Tools that automatically write, run, and maintain tests.

  • Qodo Official — AI test-generation suite for unit, integration, and behavior-driven tests.
  • Pythagora Official — Autonomous agent that builds Node.js features together with their tests.
  • Keploy Official — Open-source API test generation from user traffic and mocks.
    • Install: curl --silent -O https://raw.githubusercontent.com/keploy/keploy/main/keploy.sh && source keploy.sh
  • Octomind Official — AI agent that discovers, generates, and maintains end-to-end UI tests.
  • Testim Official — AI-based test authoring and maintenance for web applications.
  • Testsigma Official — Low-code test automation platform with AI-driven test generation and healing.

Agents for Specific Languages

Agents and builders optimized for particular languages or frameworks.

  • v0 Official — Vercel's AI agent for generating React, Next.js, and Tailwind UI components and apps.
  • Lovable Official — Natural-language full-stack app builder for React and Node.js projects.
  • Bolt.new Official — StackBlitz agent that builds and deploys web apps from prompts.
  • Replit Agent Official — Multi-language agent for building and deploying projects in Replit.
  • FlutterFlow AI Gen Official — AI-assisted builder for Flutter and Dart mobile and web applications.
  • CodeSandbox AI Official — Cloud sandbox with AI-assisted JavaScript and TypeScript development.

Open-Source Frameworks

Libraries and frameworks for building, orchestrating, and extending coding agents.

  • Continue.dev Community — Open-source autopilot for VS Code and JetBrains that connects any model to any IDE action.
    • Install: search "Continue" in your IDE extension marketplace.
  • Smolagents Official — Hugging Face minimal framework for building agents that write and run code.
    • Install: pip install smolagents
  • LangGraph Official — LangChain library for building stateful, multi-actor agent workflows.
    • Install: pip install langgraph
  • AutoGen Official — Microsoft framework for multi-agent AI applications, including coding agents.
    • Install: pip install pyautogen
  • CrewAI Official — Framework for orchestrating role-playing AI agent crews.
    • Install: pip install crewai
  • LlamaIndex Official — Data framework for connecting LLMs to private data and agent tools.
    • Install: pip install llama-index
  • DSPy Official — Stanford framework for algorithmically optimizing LLM prompts and agents.
    • Install: pip install dspy

Commercial Tools

Paid products that add agentic coding assistance to existing workflows.

  • GitHub Copilot Official — Microsoft's AI pair programmer for editors and GitHub.
  • Tabnine Official — AI coding assistant with private deployment options for enterprises.
  • Sourcegraph Cody Official — AI coding assistant with codebase search and context from Sourcegraph.
  • JetBrains AI Assistant Official — Built-in AI assistant across JetBrains IDEs.
  • Codeium Official — Free AI code completion and chat for editors, also powering Windsurf.
  • Supermaven Official — Fast AI code completion with large context windows.
  • Pieces Official — AI-enabled snippet manager and coding assistant for the desktop.

Related Awesome Lists


Contributing

Read CONTRIBUTING.md for the quality bar, entry format, and PR process.


License

This list is released into the public domain under CC0-1.0.

Want us to build this for you?

Enterprise AI Atlas is maintained by Vibe Coding Agency. We prototype and ship agentic systems, MCP servers, and enterprise AI integrations for teams that need working software fast — without hiring a full AI engineering team.

Free guide: The Non-Technical Founder's Guide to Agentic AI — what agents and MCP servers are, and how to get a system built.

About

Curated resources for AI coding agents, autonomous coding tools, and agentic software engineering.

Topics

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages