Awesome AI AgentsMulti-Agent Frameworks

Orkas-AI/Orkas

⭐ 1974 TypeScript repository created 2026-04-29

Orkas is an open-source desktop application for macOS, Windows and Linux that presents a coordinated group of AI agents behind a single chat interface. A commander agent interprets the request, breaks the goal into an executable path, handles general analysis, writing, research, file work and automation itself, and delegates to specialist agents when a task needs focused skills. Specialists can run in parallel or in sequence and each keeps its own skills, memory and task context, so a single conversation can span coding, research, data analysis, video and slide production. The commander can also drive external command-line coding agents such as Claude Code, Codex, OpenCode and Cline, and onboard open-source projects like HyperFrames as local tools. The design is local-first: conversations, files, knowledge bases, custom agents and API keys are stored on the user disk and model calls go directly from the machine to the provider rather than through project servers. Users bring their own keys for Claude, OpenAI, Gemini, DeepSeek, Kimi, GLM, Qwen, MiniMax or Doubao, or point at a local model endpoint, and different agents can use different providers. Agents are described as self-evolving, improving through reflection after each task and accumulating private skills. Documented use cases include recurring reports and market research, turning a product requirements document into dispatched development tasks, chatting with local documents and running data analysis without uploading files, and producing mixed outputs such as code plus slides. The README positions the project against code-first frameworks like LangChain and CrewAI, against hosted cloud orchestrators and against single always-on assistants, and states it is not a good fit for someone who wants one general chatbot or a library to embed. Installers are published and the source can be run directly, which is currently required on Linux.

https://github.com/Orkas-AI/Orkas

multi-agentdesktop-applocal-firstorchestrationbyo-keys

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.