开源 · MIT 许可证

TypeScript 多 Agent 编排 SDK

Coordinator-Worker 架构,内置成本控制、权限分层、国产大模型支持。

# 安装核心 SDK
$npm i @bundy-lmw/hive-core

13 个提供商,一个 SDK

国产大模型一流支持,覆盖所有主流提供商。任何 OpenAI 兼容端点均可接入。

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

开箱即用

为生产级多 Agent 系统打造。

Coordinator-Worker

仅在需要时启动 Worker。简单查询直接响应,不浪费 token。

13 个 LLM 提供商

GLM、DeepSeek、Qwen、Kimi、ERNIE、Claude、GPT、Gemini 等,运行时切换。

成本控制

按任务指定模型。探索用便宜模型,代码修改用强力模型。

权限分层

只读 explore Agent、全权限 general Agent。架构即安全。

技能系统

Markdown 定义 + YAML frontmatter,兼容 agentskills.io 生态。

内置监控

心跳检测、卡死识别、中断信号。长时间运行的 Agent 不会失联。

系统架构

四层设计:客户端 → 服务层 → Agent 层 → 基础设施。

Hive System Architecture

实际效果

桌面应用与服务端面板。

Hive Desktop Application

快速开始

三步即可上手。

1

下载

在上方选择你的平台,下载安装包。

# 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

安装

macOS:拖拽到 Applications 文件夹。Windows:运行安装程序。

3

启动

打开 Hive,配置 API Key,开始使用。