feat(agent-platform): show bot route runtime status

This commit is contained in:
huanghuoguoguo
2026-07-08 16:07:03 +08:00
parent ee11e97e86
commit 4cbb9415bf
13 changed files with 737 additions and 13 deletions
+10
View File
@@ -392,6 +392,16 @@ const enUS = {
advancedEventValues: 'Advanced event values',
eventGroup: 'Group',
testRoute: 'Test route',
refreshRouteStatus: 'Refresh status',
routeStatusIdle: 'No run yet',
routeStatusRefreshFailed: 'Failed to refresh route status.',
routeStatus: {
matched: 'Matched',
delivered: 'Delivered',
discarded: 'Discarded',
failed: 'Failed',
not_matched: 'Not matched',
},
dryRunTitle: 'Test event route',
dryRunDescription:
'Choose an event and provide a sample payload to see which processor the current route setup will use.',