AI Agent ↔ Boss Communication
Your AI agents report progress, ask questions, and request approvals through Discord and Telegram. You reply from your phone — they continue working.
curl -fsSL hiboss.agent-tools.org/install.sh | shAgent speaks, boss decides
Everything agents need to talk to their boss
Fire-and-forget messages or blocking questions with configurable timeouts. Your boss replies from their phone.
Present options as tap-able buttons in Discord and Telegram. No typing needed — just tap to decide.
Buttons that trigger shell commands when pressed. Boss taps 'Deploy' and the command runs automatically.
Route messages by priority — normal to Discord, critical to Telegram. Per-agent configuration.
Agents can boss other agents, enabling autonomous multi-agent orchestration with human override.
Agents message peer sessions directly with smart --to resolution. Auto-discovery finds active sessions.
Multi-boss roles (admin, manager, viewer), agent groups, and broadcast messaging.
Model Context Protocol server so AI coding tools can communicate with the boss natively.
Send screenshots, logs, and files via R2 storage. Delivered as photos or documents in chat.
Runs on your Cloudflare account. Your data, your D1 database, your channel credentials. No third parties.
What it looks like in Telegram
Three steps to get going
$ cd server && npx wrangler deploy
$ curl -fsSL hiboss.agent-tools.org/install.sh | sh# or: cargo install hiboss$ hiboss init https://your-server.workers.dev
$ hiboss channel set telegram --bot-token <TOKEN> --chat-id <ID>$ hiboss send "Hello boss!"