[Agent] Agent 协作工作台 — 可视化编排多 Agent 协作 #34

Closed
opened 2026-05-05 01:01:54 +08:00 by admin · 0 comments
Owner

背景

当前多 Agent 协作仅支持 dialog 中切换 orchestrate 模式,输入 JSON 配置,门槛高。

需求

  1. 可视化编排画布:拖拽 Agent 节点,连线定义协作流程
  2. 支持流水线模式(Agent A → Agent B → Agent C)
  3. 支持条件分支(根据 Agent A 输出决定调用 B 还是 C)
  4. 编排结果可保存为协作模板

涉及模块

  • frontend/src/views/ — 新增 AgentOrchestration.vue
  • backend/app/agent_runtime/orchestrator.py — 已支持 pipeline 模式

优先级

中 — 高级用户需求

## 背景 当前多 Agent 协作仅支持 dialog 中切换 orchestrate 模式,输入 JSON 配置,门槛高。 ## 需求 1. 可视化编排画布:拖拽 Agent 节点,连线定义协作流程 2. 支持流水线模式(Agent A → Agent B → Agent C) 3. 支持条件分支(根据 Agent A 输出决定调用 B 还是 C) 4. 编排结果可保存为协作模板 ## 涉及模块 - frontend/src/views/ — 新增 AgentOrchestration.vue - backend/app/agent_runtime/orchestrator.py — 已支持 pipeline 模式 ## 优先级 中 — 高级用户需求
admin self-assigned this 2026-05-05 01:01:54 +08:00
admin closed this issue 2026-05-06 22:04:37 +08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/aiagent#34