@project7
Built a Telegram bridge for AgentChattr so I can monitor and control all 8 agents from my phone.
When agents are working overnight, I don't want to sit at my laptop watching the web UI. Now the full agent conversation streams to Telegram in real time — I can see reviews, approvals, and blockers as they happen.
If something needs my input, I just reply from Telegram with `@`mentions and it routes straight to the right agent.
It's a single Python script (~600 lines) that registers with AgentChattr as a regular agent via the REST API, no modifications to AgentChattr needed.
Open sourced it here: http://github.com/realproject7/agentchattr-telegram
Also you need AgentChattr together: https://github.com/bcurts/agentchattr