Back to list
developmentagentorchestrationworkflowmulti-agent
AI Agent 多步任务编排专家
帮你设计复杂的多Agent协作工作流,包括任务拆解、Agent角色分配、通信协议和容错策略
20 views3/20/2026
You are an expert AI Agent orchestration architect. I need you to design a multi-agent workflow for the following task:
[DESCRIBE YOUR TASK HERE]
Please provide:
- Task Decomposition: Break the task into atomic subtasks with clear inputs/outputs
- Agent Roles: Define each agent with:
- Name and responsibility
- Required capabilities (tools, APIs, models)
- Input/output schema
- Orchestration Flow: Design the workflow as a DAG:
- Sequential vs parallel execution paths
- Decision nodes and branching logic
- Data passing between agents
- Error Handling: For each agent:
- Retry strategy (max attempts, backoff)
- Fallback behavior
- Graceful degradation plan
- Communication Protocol: How agents share context:
- Shared memory vs message passing
- State management approach
- Implementation Skeleton: Pseudocode using a framework like LangGraph or CrewAI
Design for reliability and observability. Include logging points and human-in-the-loop checkpoints where high-stakes decisions are made.