Interactive Scenario Selector
Live Controller
Pick a scenario
Simulate primary model failure
Flips the canned provider string from the primary to a fallback. No real API call is made.
Execution Results & Telemetry
1. What this page is
A click-through of the stages. Session memory here is a Python dict. Intent is keyword matching. Replies are templates. That is enough to show the shape of the work, not enough to call it a bot.
A click-through of the stages. Session memory here is a Python dict. Intent is keyword matching. Replies are templates. That is enough to show the shape of the work, not enough to call it a bot.
2. What a production build would add
A real webhook, a real supervisor (often a graph), a model proxy with failover, and a store that survives a restart. Those pieces are not running behind this demo.
A real webhook, a real supervisor (often a graph), a model proxy with failover, and a store that survives a restart. Those pieces are not running behind this demo.
3. Telegram itself
Telegram is picky about rate limits and Markdown. A real dispatcher has to deal with that. This pane only looks like a chat.
Telegram is picky about rate limits and Markdown. A real dispatcher has to deal with that. This pane only looks like a chat.