AgEnD banner
suzuke suzuke

AgEnD

Development community

Description

Multi-agent fleet daemon — run Claude Code, Gemini CLI, Codex, and OpenCode from Telegram with cross-instance collaboration

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

AgEnD

Run a fleet of AI coding agents from your phone.

npm License: MIT "Node.js= 20">

[!WARNING] **AgEnD is in maintenance mode.** Active development has moved to **[agend-terminal](https://github.com/suzuke/agend-terminal)** — a Rust rewrite with native PTY multiplexing, cross-platform support (macOS / Linux / Windows), and a built-in multi-pane TUI. All new features land there.

This package continues to receive security fixes and backend CLI compatibility updates, but no new features will be added. Existing `@suzuke/agend` installs keep working.

`agend-terminal` is currently pre-alpha — wait for 1.0 to migrate, or try it now if you're comfortable with breaking changes.

AgEnD (**Agent Engineering Daemon**) turns your Telegram or Discord into a command center for AI coding agents. One bot, multiple CLI backends, unlimited projects — each running as an independent session with crash recovery and zero babysitting.

You → Telegram/Discord → AgEnD → Fleet of AI Agents → Results back to your phone

[繁體中文](README.zh-TW.md) · [Documentation](docs/features.md) · [CLI Reference](docs/cli.md)


Why AgEnD?

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 CLI auto-compact + crash recovery with context snapshots
No idea what your agents are doin