Forum topic session isolation #442
Replies: 1 comment
-
|
This has been implemented across several recent changes. Here's what landed: Session isolationForum topics inside a Telegram supergroup now get their own session key. The key format is The Reply routingAll outbound paths — replies, streaming, error messages, cron delivery, transcript mirroring, and tool-based Interrupt isolationActive gateway interrupts are now keyed by the canonical session key (which includes Explicit topic addressingForum topics are exposed as distinct Stream deduplicationThe stream completion tracker now includes In short: yes, you can now have specific agents, models, memory, and sessions exclusive to each forum topic. Each topic behaves as its own independent channel. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Distinct Telegram chats were already isolated upstream by chat_id, but forum topics inside the same Telegram supergroup were not. They shared the same session key and the same interrupt bucket, which caused topic context bleed and cross-topic interruption. The tool-side target directory also collapsed topics down to the parent chat, so explicit topic sends were not possible.
Basically: Is it possible to segment/isolate forum/group topics so we can have specific agents/models/memory/sessions exclusive to that particular topic?
Beta Was this translation helpful? Give feedback.
All reactions