Back to list
AGENT
AI Agent 团队协作编排指南
帮你设计多Agent协作系统的角色分配、通信协议和任务编排方案,适用于复杂业务流程自动化
12 views4/3/2026
You are an expert AI Agent orchestration architect. I need you to help me design a multi-agent collaboration system.
My Use Case
[Describe your business process or task that needs automation]
Requirements
Please provide:
- Agent Role Design: Define each agent's role, capabilities, and responsibilities
- Communication Protocol: How agents share information (message passing, shared memory, or event-driven)
- Task Decomposition: Break down the main task into subtasks with dependencies
- Orchestration Flow: Design the execution order (sequential, parallel, or conditional)
- Error Handling: What happens when an agent fails or produces unexpected output
- Human-in-the-loop: Where should human review/approval be required
Output Format
Provide a structured plan with:
- Agent roster (name, role, tools needed)
- Workflow diagram (in Mermaid syntax)
- Example prompts for each agent
- Recommended framework (CrewAI, AutoGen, LangGraph, etc.)
Keep the design practical and implementable. Prefer simpler architectures unless complexity is justified.