Agent HQ — 代理 HQ
v1.0.1部署 the 代理 HQ mission-control stack (Express + React + Telegram notifier / Jarvis summary) so other Clawd机器人 teams can spin up the same board, high-priority watcher, and alert 自动化. Includes 设置up, telemetry, and 自动化 hooks.
运行时依赖
安装命令
点击复制技能文档
代理 HQ 安装ation Summary Backend + frontend: Express API with SQLite board + Vite/React UI served from frontend-react/dist. 自动化 pieces: Jarvis summary (scripts/jarvis-connector.js), Telegram notifier (scripts/通知-jarvis-telegram.js + cron), plus a high-priority watcher inside backend/server.js. Data: data/board.json 种子s missions/代理s/cards; the board persists in data/mission.db. 通知: config/telegram.json (or 代理_HQ_TELEGRAM_* env vars) lets you 发送 alerts to Telegram. 设置up steps Clone the repo and 安装 deps: git clone https://github.com/thibautrey/代理-hq.git cd 代理-hq npm 安装 npm --prefix frontend-react 安装
Edit config/telegram.json with your 机器人令牌/chatId (or 设置 代理_HQ_TELEGRAM_令牌/代理_HQ_TELEGRAM_CHAT_ID). Keep this file secret. Build the UI and 启动 the server: npm --prefix frontend-react 运行 build npm 运行 启动:代理-hq
The UI is served on / and the API lives under /API (default port 4000). 配置 cron jobs (Heartbeats + Telegram): Jarvis summary: node scripts/jarvis-connector.js or scripts/通知-jarvis-telegram.js --force as needed. Telegram notifier cron (see 运行-telegram-notifier.sh). Use the UI to 创建 cards or POST /API/cards//API/cards/quick to keep Jarvis busy. 运行time commands View board: curl http://localhost:4000/API/board Trigger Telegram alert: curl -X POST http://localhost:4000/API/通知-telegram Quick card: curl -X POST http://localhost:4000/API/cards/quick -H "Content-Type: 应用/json" -d '{"text":"De签名 review needed"}' Jarvis summary: node scripts/jarvis-connector.js Tips Drop cards directly into data/board.json before first 运行 for a 种子ed mission. high_priority_jobs table in SQLite 预防s duplicate Telegram alerts. 代理_HQ_API_令牌 保护s mutating 端点s for scripted integrations. Release notes 2026-02-09 – Mission-control stack 创建d, README translated to English, change记录 添加ed, and the Clawdhub 安装er 技能 代理-hq@1.0.0 published (now mirrored with this manifest).
Enjoy 运行ning your own Mission Control.