Multi-Agent Harness for Production AI
Subagents10.2k stars5.6k forks● PythonApache-2.0Updated today
ClaudeWave Trust Score
100/100
Passed
- ✓Open-source license (Apache-2.0)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
Last scanned: 4/14/2026
Install in Claude Desktop
Method detected: pip / Python · -e
{
"mcpServers": {
"hive": {
"command": "python",
"args": ["-m", "-e"]
}
}
}1. Copy the snippet above.
2. Paste into
~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows).3. Replace any
<placeholder> values with your API keys or paths.4. Restart Claude Desktop. The MCP server appears automatically.
💡 Install first: pip install -e
Use cases
💬 Social🧠 AI / ML🛠️ Dev Tools
About
Subagents overview
<p align="center"> <img width="100%" alt="Hive Banner" src="https://github.com/user-attachments/assets/a027429b-5d3c-4d34-88e4-0feaeaabbab3" /> </p> <p align="center"> <a href="README.md">English</a> | <a href="docs/i18n/zh-CN.md">简体中文</a> | <a href="docs/i18n/es.md">Español</a> | <a href="docs/i18n/hi.md">हिन्दी</a> | <a href="docs/i18n/pt.md">Português</a> | <a href="docs/i18n/ja.md">日本語</a> | <a href="docs/i18n/ru.md">Русский</a> | <a href="docs/i18n/ko.md">한국어</a> </p> <p align="center"> <a href="https://github.com/aden-hive/hive/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="Apache 2.0 License" /></a> <a href="https://www.ycombinator.com/companies/aden"><img src="https://img.shields.io/badge/Y%20Combinator-Aden-orange" alt="Y Combinator" /></a> <a href="https://discord.com/invite/MXE49hrKDk"><img src="https://img.shields.io/discord/1172610340073242735?logo=discord&labelColor=%235462eb&logoColor=%23f5f5f5&color=%235462eb" alt="Discord" /></a> <a href="https://x.com/aden_hq"><img src="https://img.shields.io/twitter/follow/teamaden?logo=X&color=%23f5f5f5" alt="Twitter Follow" /></a> <a href="https://www.linkedin.com/company/teamaden/"><img src="https://custom-icon-badges.demolab.com/badge/LinkedIn-0A66C2?logo=linkedin-white&logoColor=fff" alt="LinkedIn" /></a> <img src="https://img.shields.io/badge/MCP-102_Tools-00ADD8?style=flat-square" alt="MCP" /> </p> <p align="center"> <img src="https://img.shields.io/badge/Agent_Harness-Runtime_Layer-ff6600?style=flat-square" alt="Agent Harness" /> <img src="https://img.shields.io/badge/AI_Agents-Self--Improving-brightgreen?style=flat-square" alt="AI Agents" /> <img src="https://img.shields.io/badge/Multi--Agent-Systems-blue?style=flat-square" alt="Multi-Agent" /> <img src="https://img.shields.io/badge/Headless-Development-purple?style=flat-square" alt="Headless" /> <img src="https://img.shields.io/badge/Human--in--the--Loop-orange?style=flat-square" alt="HITL" /> <img src="https://img.shields.io/badge/Browser-Use-red?style=flat-square" alt="Browser Use" /> </p> <p align="center"> <img src="https://img.shields.io/badge/OpenAI-supported-412991?style=flat-square&logo=openai" alt="OpenAI" /> <img src="https://img.shields.io/badge/Anthropic-supported-d4a574?style=flat-square" alt="Anthropic" /> <img src="https://img.shields.io/badge/Google_Gemini-supported-4285F4?style=flat-square&logo=google" alt="Gemini" /> </p> <p align="center"><em>The agent harness for production workloads — state management, failure recovery, observability, and human oversight so your agents actually run.</em></p> ## Overview Hive is a runtime harness for AI agents in production. You describe your goal in natural language; a coding agent (the queen) generates the agent graph and connection code to achieve it. During execution, the harness manages state isolation, checkpoint-based crash recovery, cost enforcement, and real-time observability. When agents fail, the framework captures failure data, evolves the graph through the coding agent, and redeploys automatically. Built-in human-in-the-loop nodes, browser control, credential management, and parallel execution give you production reliability without sacrificing adaptability. Visit [adenhq.com](https://adenhq.com) for complete documentation, examples, and guides. Visit [HoneyComb](http://honeycomb.open-hive.com/) to see what jobs are being automated by AI. It’s a stock market for jobs, driven by our community’s AI agent progress. You can long and short jobs (with no real money but compute token)based on how much you think a job is going to be replaced by AI. https://github.com/user-attachments/assets/bf10edc3-06ba-48b6-98ba-d069b15fb69d ## Who Is Hive For? Hive is the multi-agent harness layer for teams moving AI agents from prototype to production. Single agents like Openclaw and Cowork can finish personal jobs pretty well but lack the rigor to fulfil business processes. Hive is a good fit if you: - Want AI agents that **execute real business processes**, not demos - Need a **runtime that handles state, recovery, and parallel execution** at scale - Need **self-healing and adaptive agents** that improve over time - Require **human-in-the-loop control**, observability, and cost limits - Plan to run agents in **production** where uptime, cost, and auditability matter Hive may not be the best fit if you’re only experimenting with simple agent chains or one-off scripts. ## When Should You Use Hive? Use Hive when the bottleneck is no longer the model but the harness around it: - Long-running agents that need **state persistence and crash recovery** - Production workloads requiring **cost enforcement, observability, and audit trails** - Agents that **self-heal** through failure capture and graph evolution - Multi-agent coordination with **session isolation and shared buffers** - A framework that **scales with model improvements** rather than fighting them ## Quick Links - **[Documentation](https://docs.adenhq.com/)** - Complete guides and API reference - **[Self-Hosting Guide](https://docs.adenhq.com/getting-started/quickstart)** - Deploy Hive on your infrastructure - **[Changelog](https://github.com/aden-hive/hive/releases)** - Latest updates and releases - **[Roadmap](docs/roadmap.md)** - Upcoming features and plans - **[Report Issues](https://github.com/aden-hive/hive/issues)** - Bug reports and feature requests - **[Contributing](CONTRIBUTING.md)** - How to contribute and submit PRs ## Quick Start ### Prerequisites - Python 3.11+ for agent development - An LLM provider that powers the agents - **ripgrep (optional, recommended on Windows):** The `search_files` tool uses ripgrep for faster file search. If not installed, a Python fallback is used. On Windows: `winget install BurntSushi.ripgrep` or `scoop install ripgrep` > **Windows Users:** Native Windows is supported via `quickstart.ps1` and `hive.ps1`. Run these in PowerShell 5.1+. WSL is also an option but not required. ### Installation > **Note** > Hive uses a `uv` workspace layout and is not installed with `pip install`. > Running `pip install -e .` from the repository root will create a placeholder package and Hive will not function correctly. > Please use the quickstart script below to set up the environment. ```bash # Clone the repository git clone https://github.com/aden-hive/hive.git cd hive # Run quickstart setup (macOS/Linux) ./quickstart.sh # Windows (PowerShell) .\quickstart.ps1 ``` This sets up: - **framework** - Core agent runtime and graph executor (in `core/.venv`) - **aden_tools** - MCP tools for agent capabilities (in `tools/.venv`) - **credential store** - Encrypted API key storage (`~/.hive/credentials`) - **LLM provider** - Interactive default model configuration, including Hive LLM and OpenRouter - All required Python dependencies with `uv` - Finally, it will open the Hive interface in your browser > **Tip:** To reopen the dashboard later, run `hive open` from the project directory. ### Build Your First Agent Type the agent you want to build in the home input box. The queen is going to ask you questions and work out a solution with you. <img width="2500" height="1214" alt="Image" src="https://github.com/user-attachments/assets/1ce19141-a78b-46f5-8d64-dbf987e048f4" /> ### Use Template Agents Click "Try a sample agent" and check the templates. You can run a template directly or choose to build your version on top of the existing template. ### Run Agents Now you can run an agent by selecting the agent (either an existing agent or example agent). You can click the Run button on the top left, or talk to the queen agent and it can run the agent for you. <img width="2549" height="1174" alt="Screenshot 2026-03-12 at 9 27 36 PM" src="https://github.com/user-attachments/assets/7c7d30fa-9ceb-4c23-95af-b1caa405547d" /> ## Features - **Browser-Use** - Control the browser on your computer to achieve hard tasks - **Parallel Execution** - Execute the generated graph in parallel. This way you can have multiple agents completing the jobs for you - **[Goal-Driven Generation](docs/key_concepts/goals_outcome.md)** - Define objectives in natural language; the coding agent generates the agent graph and connection code to achieve them - **[Adaptiveness](docs/key_concepts/evolution.md)** - Framework captures failures, calibrates according to the objectives, and evolves the agent graph - **[Dynamic Node Connections](docs/key_concepts/graph.md)** - No predefined edges; connection code is generated by any capable LLM based on your goals - **SDK-Wrapped Nodes** - Every node gets a shared data buffer, local RLM memory, monitoring, tools, and LLM access out of the box - **[Human-in-the-Loop](docs/key_concepts/graph.md#human-in-the-loop)** - Intervention nodes that pause execution for human input with configurable timeouts and escalation - **Real-time Observability** - WebSocket streaming for live monitoring of agent execution, decisions, and node-to-node communication ## Integration <a href="https://github.com/aden-hive/hive/tree/main/tools/src/aden_tools/tools"><img width="100%" alt="Integration" src="https://github.com/user-attachments/assets/a1573f93-cf02-4bb8-b3d5-b305b05b1e51" /></a> Hive is built to be model-agnostic and system-agnostic. - **LLM flexibility** - Hive Framework supports Anthropic, OpenAI, OpenRouter, Hive LLM, and other hosted or local models through LiteLLM-compatible providers. - **Business system connectivity** - Hive Framework is designed to connect to all kinds of business systems as tools, such as CRM, support, messaging, data, file, and internal APIs via MCP. ## Why Hive As models improve, the upper bound of what agents can do rises — but their reliability and production value are determined by the harness. Hive focuses on generating agents that run real business processes rather than generic agents. Instead of requiring you to manually des
Topics
agentagent-frameworkagent-skillsanthropicautomationautonomous-agentsclaudeharnessharness-engineeringhuman-in-the-loopopenaipythonself-hostedself-improving
Related
More Subagents
affaan-m
everything-claude-code
·73
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
155.8k24.2kJavaScript· yesterday
Subagentsai-agentsanthropic
Snailclimb
JavaGuide
✓91
Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
154.9k46.2kJava· yesterday
Subagentsagentcontext-engineering
langgenius
dify
✓97
Production-ready platform for agentic workflow development.
137.8k21.6kTypeScript· today
Subagentsagentagentic-ai
langchain-ai
langchain
✓94
The agent engineering platform
133.5k22.1kPython· today
Subagentsagentsai
NousResearch
hermes-agent
✓76
The agent that grows with you
83.5k11.2kPython· today
Subagentsaiai-agent
infiniflow
ragflow
✓95
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs
78k8.8kPython· today
Subagentsagentagentic