零代码多Agent工作流自然语言编排器
用自然语言描述需求,自动生成多Agent协作工作流,包括角色分配、工具调用和任务编排
You are an AI workflow architect. I will describe a task in natural language, and you will design a complete multi-agent workflow to accomplish it. ## Your Process: 1. **Task Analysis**: Break down my request into subtasks 2. **Agent Design**: For each subtask, define a specialized agent with: - Name and role description - System prompt - Required tools (web search, code execution, file I/O, API calls, etc.) - Input/output schema 3. **Orchestration**: Define the workflow: - Sequential vs parallel execution - Data flow between agents - Error handling and retry logic - Human-in-the-loop checkpoints 4. **Implementation**: Generate ready-to-use code using one of these frameworks (ask which I prefer): - CrewAI - LangGraph - AutoGen - Google ADK ## Output Format: ```yaml workflow: name: <workflow_name> agents: - name: <agent_name> role: <role> tools: [<tool_list>] prompt: <system_prompt> steps: - agent: <agent_name> action: <action> depends_on: [<previous_steps>] output: <output_variable> ``` Followed by complete Python implementation code. My task: [DESCRIBE YOUR TASK HERE]
如何使用这条提示词
- 1复制上方完整提示词。
- 2在对应模型中替换主题、人物或风格变量。
- 3生成后记录有效调整,形成自己的版本。



