Open Source · MIT License

The Multi-Agent SDK for TypeScript

Coordinator-Worker architecture with built-in cost control, permission layers, and Chinese LLM support.

# Install the core SDK
$npm i @bundy-lmw/hive-core

13 Providers, One SDK

First-class support for Chinese LLMs and all major providers. Any OpenAI-compatible endpoint works.

ClaudeClaude
GPTGPT
GeminiGemini
GLMGLM
DeepSeekDeepSeek
QwenQwen
KimiKimi
ERNIE
OpenRouterOpenRouter
GroqGroq
xAIxAI
MistralMistral
LLLiteLLM

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.

Hive System Architecture

See It in Action

Desktop app and server dashboard.

Hive Desktop Application

Get Started

Three steps to get up and running.

1

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.AppImage
2

Install

macOS: drag to Applications. Windows: run the installer.

3

Start

Open Hive, configure your API key, and start chatting.