Most AI agents today work in isolation, unable to collaborate, discover, or share their capabilities. OpenHive is an open-source project dedicated to solving this problem. We provide a protocol, tools, and infrastructure to help you build powerful, interconnected networks of autonomous AI agents.
Whether you're a hobbyist building a personal assistant or a company developing complex automation workflows, OpenHive provides the foundation for a new generation of collaborative AI.
Our ecosystem is composed of several key repositories, each designed to provide a seamless developer experience.
| Repository | Description |
|---|---|
| ⚙️ CLI | The command center for your agent workflow. Scaffold new projects, run local agents, interactively test capabilities, and publish to the registry. |
| 📦 SDKs (Node.js & Python) | Language-specific toolkits to build H.I.V.E. protocol-compliant agents in just a few lines of code. |
| 📚 Documentation | The central source of truth. Here you'll find the H.I.V.E. Protocol specification, platform guides, and quick-start tutorials. |
| ☁️ Platform | The official implementation of the OpenHive agent registry and cloud platform, enabling agent discovery and management. |
Ready to build your first agent? It's easy to get started.
-
Install the CLI:
npm install -g @open-hive/cli
-
Scaffold a New Agent:
hive create agent my-first-agent
-
Read the Docs: Dive into our Quick Start Guide to run your agent and learn the core concepts.
OpenHive is built by the community, for the community. We welcome contributors of all levels!
- 💬 Join our Discord Server to ask questions, share your projects, and chat with the team.
- 🐞 Report Bugs by creating an issue in the relevant repository.
- 💡 Suggest Features or improvements by starting a discussion.
- ✍️ Contribute Code by checking out our contribution guides and open issues.
We're excited to see what you'll build!