AgEnD
Multi-agent fleet daemon — run Claude Code, Gemini CLI, Codex, and OpenCode from Telegram with cross-instance collaboration
Install / Use
/learn @suzuke/AgEnDQuality Score
Category
Development & EngineeringSupported Platforms
README
AgEnD
Agent Engineering Daemon — run a fleet of AI coding agents from your phone.
One Telegram bot, multiple CLI backends (Claude Code, Gemini CLI, Codex, OpenCode), unlimited projects. Each Forum Topic is an independent agent session with crash recovery and zero babysitting.
⚠️ All CLI backends run with
--dangerously-skip-permissions(or equivalent). See Security.
Problems agend solves
| Without agend | With agend | |---|---| | Close the terminal, agent goes offline | Runs as a system service — survives reboots | | One terminal = one project | One bot, unlimited projects running in parallel | | Long-running sessions accumulate stale context | Auto-rotates sessions by max age to stay fresh | | No idea what your agents are doing overnight | Daily cost reports + hang detection alerts | | Cron tasks disappear when the session ends | Persistent schedules backed by SQLite | | Rate limited on one model, everything stops | Auto-failover to backup models | | Can't approve tool use from your phone | Inline Telegram buttons with countdown + Always Allow | | Agents work in silos, can't coordinate | Peer-to-peer collaboration via MCP tools | | Runaway costs from unattended sessions | Per-instance daily spending limits with auto-pause |
Quick start
brew install tmux # macOS (prerequisite)
npm install -g @suzuke/agend # install
agend init # interactive setup
agend fleet start # launch the fleet
Features
- Fleet mode — one bot, N projects, each in its own Telegram Forum Topic
- Persistent schedules — cron-based tasks that survive restarts (SQLite-backed)
- Context rotation — auto-restart long-running sessions to keep context fresh (max-age based)
- Peer-to-peer collaboration — agents discover, wake, and message each other via MCP tools
- General Topic — natural language dispatcher that routes tasks to the right agent
- Permission relay — inline Telegram buttons for Allow/Deny with countdown + Always Allow
- Voice messages — Groq Whisper transcription, talk to your agents
- Cost guard — per-instance daily spending limits with auto-pause
- Hang detection — auto-detect stuck sessions, notify with restart buttons
- Model failover — auto-switch to backup model on rate limits
- Daily summary — fleet cost report posted to Telegram
- External sessions — connect local Claude Code to the fleet via IPC
- Discord adapter — use Discord instead of (or alongside) Telegram
- Health endpoint — HTTP API for external monitoring
- Webhook notifications — push events to Slack or custom endpoints
- System service — one command to install as launchd/systemd service
Requirements
- Node.js >= 20
- tmux
- Claude Code CLI (
claude) - Telegram bot token (@BotFather)
- Groq API key (optional, for voice)
Documentation
- Features — detailed feature documentation
- CLI Reference — all commands and options
- Configuration — fleet.yaml, .env, data directory
- Security — trust model and hardening
Known limitations
- macOS (launchd) and Linux (systemd) supported; Windows is not
- Official Telegram plugin in global
enabledPluginscauses 409 polling conflicts
License
MIT
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
