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.
- Host: GitHub
- URL: https://github.com/tmhsdigital/age-of-agents
- Owner: TMHSDigital
- License: apache-2.0
- Created: 2026-02-05T13:17:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-05T15:03:25.000Z (5 months ago)
- Last Synced: 2026-02-06T01:16:23.994Z (5 months ago)
- Topics: agentic-ai, agentic-framework, agentic-workflow, agents, ai
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ᴀɢᴇ ᴏꜰ ᴀɢᴇɴᴛs




**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.