返回提示词库
文本 · 通用大模型AI Agent 多步任务编排专家PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型开发与工程

AI Agent 多步任务编排专家

帮你设计复杂的多Agent协作工作流,包括任务拆解、Agent角色分配、通信协议和容错策略

55浏览
完整提示词可替换花括号中的变量后直接使用

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: 1. **Task Decomposition**: Break the task into atomic subtasks with clear inputs/outputs 2. **Agent Roles**: Define each agent with: - Name and responsibility - Required capabilities (tools, APIs, models) - Input/output schema 3. **Orchestration Flow**: Design the workflow as a DAG: - Sequential vs parallel execution paths - Decision nodes and branching logic - Data passing between agents 4. **Error Handling**: For each agent: - Retry strategy (max attempts, backoff) - Fallback behavior - Graceful degradation plan 5. **Communication Protocol**: How agents share context: - Shared memory vs message passing - State management approach 6. **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.

2026/3/20

如何使用这条提示词

  1. 1复制上方完整提示词。
  2. 2在对应模型中替换主题、人物或风格变量。
  3. 3生成后记录有效调整,形成自己的版本。