-
Notifications
You must be signed in to change notification settings - Fork 92
Description
Can any engineers be kind enough to look at Telegram feature of Topic-based routing , like topic-mode that is available on Feishu adapter , inspired by the "Mission Control / Shrimp Central"pattern shown in this video: I Built the Ultimate OpenClaw Mission Control in Telegram Groups
In this pattern, Telegram Forum Topics are used as dedicated, isolated workspaces for specialized agents (such as a "Security Researcher" or "App Builder") within a single group hub. Without support for topic-based routing, a bot treats the entire group as one conversation, leading to "yapping" where agents cross-talk and interfere with each other's specific tasks.
By enabling MicroClaw to respect and route via Telegram’s message_thread_id, the bot could isolate session states by topic and allow for granular control over when an agent responds in a specific thread.
This enhancement would allow MicroClaw to replicate the structured multi-agent environment shown in the video, providing a more professional and organized workspace for complex automated workflows.
Many thanks