Awesome AI AgentsMulti-Agent Frameworks

AFK-surf/open-agent

⭐ 1012 TypeScript repository created 2025-07-20

Open-Agent is an open-source agentic AI system that presents itself as an alternative to Claude Agent SDK, ChatGPT Agents and Manus. The premise stated in the README is that agentic systems become useful when they can operate computers, browsers and phones the way a person does, and that this capability benefits from being open. The project offers a chat surface backed by a multi-agent framework: rather than one model answering, several frontier models are combined and collaborate on a task, with the integration layer covering OpenAI, Claude, Gemini and open-source models so they can be mixed inside one workflow. The design emphasis is on specification and context engineering. Agents are given enough structure to plan a task, score candidate approaches and surface options, while the human keeps the final decision, which the authors frame as a move away from repeated prompt iteration toward reviewing agent-produced choices. The whole system is self-hostable and Apache 2.0 licensed, so it can be deployed privately, modified, or used as the base for a more narrowly scoped agent. Deployment is packaged for Docker Compose: the user copies the example configuration and compose file into a separate directory, fills in API keys for the model providers they intend to use, and starts the stack with a single command. A hosted demo is available at the project website. The codebase is primarily TypeScript, with a workspace-style layout and pre-commit checks required before pull requests. The README credits AFFiNE and the broader open-source agentic community as influences. Documentation beyond the deployment steps is thin, with a development guide and a Discord community as the main entry points for contributors.

https://github.com/AFK-surf/open-agent

multi-agentagentic-aiself-hostedtypescriptdockeropen-sourcellm-orchestration

Also in Multi-Agent Frameworks

affaan-m/ECC

ECC is a harness-native operator system designed for agentic AI work, providing a comprehensive solution with skills, memory optimization, security, and research-first development across multiple A...

ruvnet/ruflo

Ruflo is a leading agent orchestration platform for Claude, enabling the deployment of intelligent multi-agent swarms, coordination of autonomous workflows, and building conversational AI systems.

Yeachan-Heo/oh-my-claude-sisyphus

Oh My Claude Sisyphus (OMC) is a multi-agent orchestration framework for Claude Code, simplifying complex AI agent workflows without a steep learning curve.

microsoft/JARVIS

JARVIS is a collaborative AI system that connects large language models with expert AI models from HuggingFace to autonomously plan, execute, and integrate complex AI tasks.

rowboatlabs/rowboat

Rowboat is an AI-powered platform that enables users to build and manage multi-agent swarms using natural language, integrating tools and knowledge for automated workflows and deployment via API or SDK.

cft0808/edict

Edict is an OpenClaw Multi-Agent Orchestration System featuring 9 specialized AI agents, a real-time dashboard, model configuration, and full audit trails, inspired by ancient Chinese imperial gove...

MemoriLabs/Memori

Memori is a versatile SQL native memory layer designed to enhance LLMs, AI agents, and multi-agent systems with advanced memory management, seamless integration, and high performance.

HKUDS/DeepCode

DeepCode is an open-source project that uses multi-agent AI systems to convert research papers and natural language into production-ready code through both CLI and web interfaces.