AgentHub banner
TokenDanceLab TokenDanceLab

AgentHub

Development community

Description

IM-native multi-agent collaboration platform — @mention Claude Code, Codex, OpenCode like teammates

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

AgentHub

AgentHub

把 AI Agent 当队友一样拉进群聊。和真人好友、AI Builder、AI Reviewer 在同一个 IM 里聊天协作——消息就是任务流,聊天就是工作台。

[English](README_EN.md) · [官网](https://hub.vectorcontrol.tech) · [文档](https://hub.vectorcontrol.tech/docs) · [API](api/)

[![CI](https://img.shields.io/github/actions/workflow/status/TokenDanceLab/AgentHub/checks.yml?branch=master&style=flat-square&label=CI)](https://github.com/TokenDanceLab/AgentHub/actions/workflows/checks.yml) [![release](https://img.shields.io/github/v/release/TokenDanceLab/AgentHub?style=flat-square)](https://github.com/TokenDanceLab/AgentHub/releases) ![go](https://img.shields.io/badge/go-1.26+-00ADD8?style=flat-square&logo=go) ![react](https://img.shields.io/badge/react-19-61DAFB?style=flat-square&logo=react) ![tauri](https://img.shields.io/badge/tauri-2-FFC131?style=flat-square&logo=tauri&logoColor=black) [![license](https://img.shields.io/badge/license-Apache--2.0-lightgrey?style=flat-square)](https://github.com/TokenDanceLab/AgentHub/blob/master/LICENSE)

AgentHub Desktop 工作台

产品定位

AgentHub 让你像在 IM 群聊里协作一样,把真人好友、Builder、Reviewer、Researcher、Deployer 等 AI Agent 放进同一个项目会话,围绕代码、文档、Diff、Preview、Approval 和产物协同工作。

核心特性

  • IM 形态协作 — 单聊、群聊、@Agent,在同一条任务流里完成
  • 多 Runtime 调度 — Claude Code、Codex、OpenCode 通过统一 Adapter 接入
  • Diff / Preview / Approval — 代码变更内联展示,审批流可控
  • 三端原生 — Tauri Desktop + Web + Expo React Native Mobile(Desktop/Web 主线,Mobile 装配中)
  • Hub-Edge 分布式 — 本地执行不依赖 Hub;Hub 提供多端同步、远程查看和审计

技术栈

技术
Desktop Tauri 2 · React 19 · TypeScript · Vite
Web React 19 · TypeScript · Vite
Mobile React Native · Expo
后端 Go · PostgreSQL · Redis · SQLite

仓库结构

目录 说明
app/web 浏览器工作台
app/desktop Tauri Desktop 工作台
`app/mo