mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-17 16:00:59 +00:00
feat(agent-platform): explain route conflicts and fallback
This commit is contained in:
@@ -31,12 +31,14 @@ steps:
|
||||
- "Create a temporary HTTP Bot with a saved message.received route to the discard processor."
|
||||
- "Open the Bot configuration in the WebUI."
|
||||
- "Confirm the adapter capability summary, friendly event name, target, and route status are visible."
|
||||
- "Confirm overlapping routes and unmatched-event fallback behavior are explained before save."
|
||||
- "Open Test event route and run a dry-run against the current form."
|
||||
- "Run the saved runtime route with a synthetic event."
|
||||
- "Close the dialog and confirm the route card shows the latest discarded status."
|
||||
checks:
|
||||
- "UI: A user can choose a channel and add event routes during initial Bot creation."
|
||||
- "UI: Event routing uses user-facing labels and does not require the raw event name in the primary route card."
|
||||
- "UI: Definite route shadowing and unmatched-event fallback behavior are visible without opening raw logs."
|
||||
- "UI: Dry-run visibly reports that the route matched the discard processor."
|
||||
- "UI: Saved-route execution visibly succeeds, explains its side-effect boundary, and updates route status to discarded."
|
||||
- "Console: No unexpected frontend errors appear during the flow."
|
||||
|
||||
Reference in New Issue
Block a user