@yc-tech/agent-connect-cli
v0.3.3
Published
Agent Connect command line — bridges Telegram Forum topics to Claude Code / Codex sessions in tmux
Maintainers
Readme
@yc-tech/agent-connect-cli
Command-line entrypoint for Agent Connect — control Claude Code or Codex sessions remotely from Telegram through tmux.
Each Telegram Forum topic maps to one tmux window and one agent session. Claude Code and Codex hooks POST events to a local Fastify service so the bot stays event-driven (no transcript polling).
Install
npm install -g @yc-tech/agent-connect-cliProvides the agc binary.
Quick start
# Install Claude Code + Codex hooks so they POST events to the bot
agc hook --install
# Start the bot service + management API + web console
agc startThe management console runs at http://127.0.0.1:5173; add your Telegram bot token and start binding topics.
Requirements
- Node.js >= 22
tmuxavailable on$PATH- A Telegram bot with Threaded Mode enabled (set via @BotFather)
- Claude Code and/or Codex installed locally if you want to drive them
Docs
See the main README for architecture, configuration, topic mapping, message queue behavior, and the management console screens.
License
MIT — see LICENSE.
