Files
multiAgentTry/.doc/workflow/test.yaml
T

14 lines
314 B
YAML
Raw Normal View History

2026-03-09 17:32:11 +08:00
workflow_id: "test-workflow"
name: "测试工作流"
description: "用于测试的工作流"
meetings:
- meeting_id: "step1"
title: "第一步"
attendees: ["agent-001"]
depends_on: []
- meeting_id: "step2"
title: "第二步"
attendees: ["agent-001", "agent-002"]
depends_on: ["step1"]