Skip to content

jordimas/awesome-agentic-engineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Agentic Engineering Awesome

The software development discipline where AI agents are orchestrated to autonomously plan, write, test, and evolve software based on human-defined goals and constraints.


Contents


Team Adoption

Practical guidance for engineering teams.


Code-Focused Agent Tools

Open Source — Model-Agnostic

  • Aider - AI pair programming in your terminal; supports complex multi-file refactors via agent-style planning. Stars
  • Cline - Autonomous coding agent for VS Code that can create/edit files, run commands, and use the browser with human-in-the-loop approval at each step. Stars
  • Continue - Open-source IDE extension (VS Code, JetBrains) for building, sharing, and running custom AI code assistants with any model. Stars
  • Goose - Block's open-source, on-machine AI agent that automates engineering tasks end-to-end with MCP-based tool extensions. Stars
  • OpenCode - CLI coding agent supporting 75+ LLM providers including local models, with MCP integration. Stars
  • OpenHands - Open-source Devin alternative; full software engineering agent with browser, terminal, and editor access. Stars
  • Plandex - Terminal-based AI coding engine designed for large, multi-file tasks. Stars
  • Roo Code - Autonomous AI coding agent for your editor; supports custom modes, multi-model providers, and orchestration of subtasks. Stars

Commercial Offering

  • Gemini CLI - Google's terminal agent; optimized for Gemini models with tool use and MCP support. Stars
  • Cursor - IDE built for agentic coding workflows; inline agent with codebase-wide context and multi-model support.
  • Claude Code - Anthropic's agentic CLI that operates directly on your local codebase; optimized for Claude models. Stars
  • Codex - OpenAI's lightweight coding agent that runs in your terminal; optimized for OpenAI models. Stars

Talks & Conferences

Video content worth watching with your team.

Case Studies and Practical Advice

Real teams, real outcomes; learn from those ahead of you.

Standards

  • agents.md - An open standard for guiding AI coding agents, giving them project-specific build, test, and code style instructions.
  • MCP — Model Context Protocol - An open standard for connecting AI models to external tools, data sources, and services.
  • MCP Reference Servers - Reference implementations of MCP servers. Stars
  • Awesome MCP Servers - Catalog of MCP server implementations for databases, APIs, browsers, and more. Stars

Spec-Driven Development

Frameworks for turning specs and requirements into working software via agents.

  • Spec Kit - GitHub's toolkit for spec-driven development, helping teams define what to build before letting agents implement it. Stars
  • BMAD-METHOD - Universal AI agent framework for agile, agentic-driven planning and execution across software, creative, and business domains. Stars

Multi-Agent Frameworks

Building blocks for orchestrating multiple agents with roles, memory, and tool access.

  • LangChain - The most widely used framework for building LLM-powered applications, including multi-step agent workflows. Stars
  • LangGraph - Graph-based orchestration framework for building stateful, controllable multi-agent systems with explicit checkpoints and recovery. Stars
  • Microsoft AutoGen - Programming framework for building multi-agent AI systems with conversable agents that collaborate to solve tasks. Stars
  • CrewAI - Lean Python framework for orchestrating role-playing, autonomous AI agents that work together as a crew. Stars
  • Dify - Open-source platform for building LLM apps with agentic workflows, RAG, and observability; useful as the orchestration layer next to coding agents. Stars

Browser, Web & Computer Use Agents

Agents that drive browsers, desktops, or the live web; useful for E2E testing, scraping, researching and verifying agent-built software.

  • Browser Use - Make any LLM control a real browser; widely used for agentic E2E testing and automating web flows. Stars
  • Stagehand - Production-ready AI browser automation framework with natural-language actions on top of Playwright. Stars
  • Playwright - Microsoft's cross-browser automation library; the de-facto substrate for agent-driven browser testing and MCP browser servers. Stars
  • Open Interpreter - Lets LLMs run code locally with full system access; a foundational pattern for desktop-level coding agents. Stars
  • Firecrawl - Open-source web context API for agents; searches, scrapes, crawls, and converts live web content into clean Markdown or structured data, with MCP support for agent workflows. Stars

Key Papers to Understand the Practice

Contributing

Contributions welcome! This list prioritizes practical, team-applicable resources over theoretical ones. When suggesting additions, please include a one-line description of why it is useful specifically to a team adopting agentic engineering.

About

A curated list of practical resources for Agentic Engineering

Topics

Resources

License

Code of conduct

Contributing

Stars

92 stars

Watchers

6 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors