An open API service indexing awesome lists of open source software.

https://github.com/tmhsdigital/age-of-agents

A curated directory of the "Gold Standard" AI agent frameworks, infrastructure, and tools. Philosophy: Less is More. No noise, only the industry-leading, actively maintained projects defining the agentic era.
https://github.com/tmhsdigital/age-of-agents

agentic-ai agentic-framework agentic-workflow agents ai

Last synced: 16 days ago
JSON representation

A curated directory of the "Gold Standard" AI agent frameworks, infrastructure, and tools. Philosophy: Less is More. No noise, only the industry-leading, actively maintained projects defining the agentic era.

Awesome Lists containing this project

README

          

# ᴀɢᴇ ᴏꜰ ᴀɢᴇɴᴛs

![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)
![Maintenance](https://img.shields.io/badge/maintained-yes-green?style=flat-square)
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen?style=flat-square)
![Curated](https://img.shields.io/badge/curated-gold%20standard-gold?style=flat-square)

**A curated directory of the "Gold Standard" AI agent frameworks, infrastructure, and tools.**

*Philosophy: Less is More. No noise, only the industry-leading, actively maintained projects defining the agentic era.*

[The Big Three](#the-big-three-frameworks) • [Infrastructure](#essential-infrastructure) • [Vertical Specialists](#vertical-specialists) • [Platforms](#discovery-platforms) • [Contributing](#contributing)

---

## The Big Three Frameworks
*The cognitive architectures for autonomous systems.*

| Framework | Core Philosophy | Source |
| :--- | :--- | :--- |
| **LangGraph** | The industry standard for building stateful, cyclic agent workflows with fine-grained control and persistence. | [GitHub](https://github.com/langchain-ai/langgraph) |
| **Microsoft AutoGen** | Robust framework for conversational multi-agent collaboration where agents communicate like a team. | [GitHub](https://github.com/microsoft/autogen) |
| **CrewAI** | High-level framework for orchestrating role-based AI "crews" with defined backstories and goals. | [GitHub](https://github.com/crewAIInc/crewAI) |

### Emerging "Code-First" Standard
* **PydanticAI**
A lightweight, Python-native framework utilizing strict type validation to ensure agentic outputs are reliable and production-ready.
[Source Code](https://github.com/pydantic/pydantic-ai)

---

## Vertical Specialists
*Agents engineered for specific professional domains and interfaces.*

### Software Engineering
**OpenHands**
The gold standard for autonomous software engineering, utilizing inference-time scaling and critic models to resolve complex GitHub issues end-to-end.
[Source Code](https://github.com/All-Hands-AI/OpenHands)

### Web & Computer Use
**Skyvern**
Vision-based browser automation that navigates the web like a human, providing high resilience against layout changes and anti-bot measures.
[Website](https://www.skyvern.com)

**OpenAI Operator**
The definitive "Computer Use" agent capable of general-purpose navigation and action execution across the open web and desktop interfaces.
[Website](https://openai.com/index/introducing-operator)

---

## Essential Infrastructure
*The sensory organs, hands, and safeguards for autonomous agents.*

### Search & Browsing

| Tool | Capability | Website |
| :--- | :--- | :--- |
| **Tavily** | Search API built for agents, delivering clean, LLM-ready context to reduce hallucination. | [tavily.com](https://tavily.com) |
| **Browserbase** | Headless browser infrastructure with stealth mode and session debugging for dynamic web apps. | [browserbase.com](https://www.browserbase.com) |

### Execution & Security

| Tool | Capability | Website |
| :--- | :--- | :--- |
| **E2B** | Secure, ephemeral cloud sandboxes giving agents "computational literacy" (code interpretation). | [e2b.dev](https://e2b.dev) |
| **NeMo Guardrails** | Active orchestration layer for enforcing safety, topicality, and execution policies on agentic actions. | [nvidia.com](https://github.com/NVIDIA/NeMo-Guardrails) |
| **Ollama** | The universal standard for local model serving with native tool-calling support for private agentic workflows. | [ollama.com](https://ollama.com) |

### Observability & Memory

| Tool | Capability | Website |
| :--- | :--- | :--- |
| **Arize Phoenix** | Open-source, OpenTelemetry-native tracing and evaluation for visualizing complex agent state graphs. | [phoenix.arize.com](https://phoenix.arize.com) |
| **Zep** | A dedicated context engineering layer providing agents with fast, accurate long-term memory and personalization. | [getzep.com](https://www.getzep.com) |

---

## Discovery Platforms
*Where to find, host, and distribute agents.*

* **Hugging Face Agents**
The open-source hub for community-driven agents, reusable components, and standardized benchmarking environments.
[View Hub](https://huggingface.co/docs/transformers/main/en/agents)

* **OpenAI GPT Store**
The premier consumer-facing marketplace for specialized GPTs and managed agent runtimes within the OpenAI ecosystem.
[View Store](https://chat.openai.com/gpts)

---

## Contributing
We welcome contributions that align with our "Gold Standard" philosophy. Please ensure any suggested tool is:
1. **Actively Maintained:** Regular commits and releases.
2. **Widely Adopted:** Proven industry usage, not just a weekend experiment.
3. **Unique:** Solves a distinct problem better than existing alternatives.

## License
This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.