feat(agent): add event orchestration surface

This commit is contained in:
Junyan Qin
2026-06-23 23:23:09 +08:00
parent d7b97741e3
commit ed3598f8ac
35 changed files with 2983 additions and 142 deletions
@@ -195,7 +195,7 @@ const ENTITY_KEY_MAP: Record<
// Route prefix map for entity detail pages
const ENTITY_ROUTE_MAP: Record<EntityCategoryId, string> = {
bots: '/home/bots',
pipelines: '/home/pipelines',
pipelines: '/home/agents',
knowledge: '/home/knowledge',
plugins: '/home/extensions',
mcp: '/home/mcp',