Skip to content

Commit c86a967

Browse files
committed
Add 3 elite-tier AI agent projects to Category 4
- gpt-researcher (26.6k stars): Autonomous deep research agent - mcp-agent (7.8k stars): MCP-based agent framework by LastMile AI - KaibanJS (1.3k stars): Kanban-inspired multi-agent framework All projects verified: 1000+ stars, active development, OSI-approved licenses
1 parent 547689d commit c86a967

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@
381381
- **[Marvin](https://github.com/PrefectHQ/marvin)** ![GitHub stars](https://img.shields.io/github/stars/PrefectHQ/marvin?style=social) - Python framework for structured outputs and agentic AI workflows. Simplifies LLM interactions with type-safe interfaces, automatic schema generation, and built-in observability. From the creators of Prefect. Apache 2.0 licensed.
382382

383383
- **[Burr](https://github.com/apache/burr)** ![GitHub stars](https://img.shields.io/github/stars/apache/burr?style=social) - Apache incubating framework for building stateful AI applications (chatbots, agents, simulations). Monitor, trace, persist, and execute on your own infrastructure with built-in UI and pluggable memory. Apache 2.0 licensed.
384+
- **[KaibanJS](https://github.com/kaiban-ai/KaibanJS)** ![GitHub stars](https://img.shields.io/github/stars/kaiban-ai/KaibanJS?style=social) - JavaScript-native framework for building and managing multi-agent systems with a Kanban-inspired approach. Visual task board for AI agents with real-time collaboration features. MIT licensed.
384385

385386
#### Multi-Agent Orchestration
386387

@@ -393,6 +394,7 @@
393394
- **[OpenAI Agents SDK](https://github.com/openai/openai-agents-python)** ![GitHub stars](https://img.shields.io/github/stars/openai/openai-agents-python?style=social) - Production-ready lightweight framework for multi-agent workflows. The evolution of Swarm with enhanced orchestration capabilities and enterprise-grade features.
394395
- **[Paperclip](https://github.com/paperclipai/paperclip)** ![GitHub stars](https://img.shields.io/github/stars/paperclipai/paperclip?style=social) - AI agent company and orchestration framework with 55K+ stars. MIT licensed.
395396
- **[AgentScope](https://github.com/agentscope-ai/agentscope)** ![GitHub stars](https://img.shields.io/github/stars/agentscope-ai/agentscope?style=social) - Alibaba's production-ready multi-agent framework with 23K+ stars. Features built-in MCP and A2A support, message hub for flexible orchestration, and AgentScope Runtime for production deployment.
397+
- **[mcp-agent](https://github.com/lastmile-ai/mcp-agent)** ![GitHub stars](https://img.shields.io/github/stars/lastmile-ai/mcp-agent?style=social) - Build effective agents using Model Context Protocol and simple workflow patterns. Handles connection mechanics, LLM integration, and persistent state for production MCP-based agents. MIT licensed.
396398
- **[Microsoft Agent Framework](https://github.com/microsoft/agent-framework)** ![GitHub stars](https://img.shields.io/github/stars/microsoft/agent-framework?style=social) - Microsoft's official framework combining AutoGen's agent abstractions with Semantic Kernel's enterprise features. Supports Python and .NET with graph-based workflows.
397399
- **[Agency Swarm](https://github.com/VRSEN/agency-swarm)** ![GitHub stars](https://img.shields.io/github/stars/VRSEN/agency-swarm?style=social) - Reliable multi-agent orchestration framework built on top of the OpenAI Assistants API with organizational structure modeling.
398400
- **[elizaOS](https://github.com/elizaOS/eliza)** ![GitHub stars](https://img.shields.io/github/stars/elizaOS/eliza?style=social) - Autonomous multi-agent framework for building and deploying AI-powered applications. Features Discord/Telegram/Farcaster connectors, RAG support, and a modern web dashboard.
@@ -438,6 +440,7 @@
438440
- **[Langflow](https://github.com/langflow-ai/langflow)** ![GitHub stars](https://img.shields.io/github/stars/langflow-ai/langflow?style=social) - Visual low-code platform for agentic workflows.
439441
- **[Dify](https://github.com/langgenius/dify)** ![GitHub stars](https://img.shields.io/github/stars/langgenius/dify?style=social) - Production-ready agentic workflow platform.
440442
- **[OWL (camel-ai/owl)](https://github.com/camel-ai/owl)** ![GitHub stars](https://img.shields.io/github/stars/camel-ai/owl?style=social) - Advanced multi-agent collaboration system.
443+
- **[gpt-researcher](https://github.com/assafelovic/gpt-researcher)** ![GitHub stars](https://img.shields.io/github/stars/assafelovic/gpt-researcher?style=social) - Autonomous agent that conducts deep online research on any topic. Generates comprehensive reports with citations by orchestrating web searches, content scraping, and synthesis. Apache 2.0 licensed.
441444
- **[AI-Scientist-v2 (SakanaAI)](https://github.com/SakanaAI/AI-Scientist-v2)** ![GitHub stars](https://img.shields.io/github/stars/SakanaAI/AI-Scientist-v2?style=social) - Workshop-level automated scientific discovery via agentic tree search. Generates novel research ideas, runs experiments, and writes papers.
442445
- **[PraisonAI](https://github.com/MervinPraison/PraisonAI)** ![GitHub stars](https://img.shields.io/github/stars/MervinPraison/PraisonAI?style=social) - 24/7 AI employee team for automating complex challenges. Low-code multi-agent framework with handoffs, guardrails, memory, RAG, and 100+ LLM providers.
443446
- **[Agent-S (Simular AI)](https://github.com/simular-ai/Agent-S)** ![GitHub stars](https://img.shields.io/github/stars/simular-ai/Agent-S?style=social) - Open agentic framework that uses computers like a human. SOTA on OSWorld benchmark (72.6%) for GUI automation and computer control.

0 commit comments

Comments
 (0)