The Multi-Agent SDK for TypeScript
Coordinator-Worker architecture with built-in cost control, permission layers, and Chinese LLM support.
npm i @bundy-lmw/hive-core13 Providers, One SDK
First-class support for Chinese LLMs and all major providers. Any OpenAI-compatible endpoint works.
Everything You Need
Built for production multi-agent systems.
Coordinator-Worker
Only spawn workers when needed. Simple queries get direct responses — no wasted tokens.
13 LLM Providers
GLM, DeepSeek, Qwen, Kimi, ERNIE, Claude, GPT, Gemini, and more. Switch at runtime.
Cost Control
Per-task model selection. Use cheap models for exploration, powerful models for code changes.
Permission Layers
Read-only explore agents, full-access general agents. Security by architecture.
Skill System
Markdown-based skills with YAML frontmatter. Compatible with agentskills.io ecosystem.
Built-in Monitoring
Heartbeat, stall detection, abort signals. Long-running agents never go silent.
System Architecture
Four-layer design: Client → Server → Agent → Infrastructure.
See It in Action
Desktop app and server dashboard.

Get Started
Three steps to get up and running.
Download
Choose your platform above and download the installer.
# macOS
curl -L -o Hive.dmg https://github.com/1695365384/hive/releases/latest/download/Hive.dmg
# Windows
Invoke-WebRequest -Uri https://github.com/1695365384/hive/releases/latest/download/Hive.exe -OutFile Hive.exe
# Linux
curl -L -o Hive.AppImage https://github.com/1695365384/hive/releases/latest/download/Hive.AppImageInstall
macOS: drag to Applications. Windows: run the installer.
Start
Open Hive, configure your API key, and start chatting.