ai-agent-development
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAI Agent Development Workflow
AI Agent开发工作流
Overview
概述
Specialized workflow for building AI agents including single autonomous agents, multi-agent systems, agent orchestration, tool integration, and human-in-the-loop patterns.
用于构建AI Agent的专业化工作流,包括单自主Agent、多Agent系统、Agent编排、工具集成及人在回路模式。
When to Use This Workflow
何时使用该工作流
Use this workflow when:
- Building autonomous AI agents
- Creating multi-agent systems
- Implementing agent orchestration
- Adding tool integration to agents
- Setting up agent memory
在以下场景使用本工作流:
- 构建自主AI Agent
- 创建多Agent系统
- 实现Agent编排
- 为Agent添加工具集成
- 搭建Agent记忆系统
Workflow Phases
工作流阶段
Phase 1: Agent Design
阶段1:Agent设计
Skills to Invoke
需调用的技能
- - Agent architecture
ai-agents-architect - - Autonomous patterns
autonomous-agents
- - Agent架构设计
ai-agents-architect - - 自主模式
autonomous-agents
Actions
操作步骤
- Define agent purpose
- Design agent capabilities
- Plan tool integration
- Design memory system
- Define success metrics
- 定义Agent目标
- 设计Agent能力
- 规划工具集成
- 设计记忆系统
- 定义成功指标
Copy-Paste Prompts
可复制粘贴的提示词
Use @ai-agents-architect to design AI agent architectureUse @ai-agents-architect to design AI agent architecturePhase 2: Single Agent Implementation
阶段2:单Agent实现
Skills to Invoke
需调用的技能
- - Agent patterns
autonomous-agent-patterns - - Autonomous agents
autonomous-agents
- - Agent模式
autonomous-agent-patterns - - 自主Agent
autonomous-agents
Actions
操作步骤
- Choose agent framework
- Implement agent logic
- Add tool integration
- Configure memory
- Test agent behavior
- 选择Agent框架
- 实现Agent逻辑
- 添加工具集成
- 配置记忆系统
- 测试Agent行为
Copy-Paste Prompts
可复制粘贴的提示词
Use @autonomous-agent-patterns to implement single agentUse @autonomous-agent-patterns to implement single agentPhase 3: Multi-Agent System
阶段3:多Agent系统
Skills to Invoke
需调用的技能
- - CrewAI framework
crewai - - Multi-agent patterns
multi-agent-patterns
- - CrewAI框架
crewai - - 多Agent模式
multi-agent-patterns
Actions
操作步骤
- Define agent roles
- Set up agent communication
- Configure orchestration
- Implement task delegation
- Test coordination
- 定义Agent角色
- 搭建Agent通信机制
- 配置编排规则
- 实现任务委派
- 测试协同能力
Copy-Paste Prompts
可复制粘贴的提示词
Use @crewai to build multi-agent system with rolesUse @crewai to build multi-agent system with rolesPhase 4: Agent Orchestration
阶段4:Agent编排
Skills to Invoke
需调用的技能
- - LangGraph orchestration
langgraph - - Orchestration
workflow-orchestration-patterns
- - LangGraph编排
langgraph - - 编排模式
workflow-orchestration-patterns
Actions
操作步骤
- Design workflow graph
- Implement state management
- Add conditional branches
- Configure persistence
- Test workflows
- 设计工作流图
- 实现状态管理
- 添加条件分支
- 配置持久化
- 测试工作流
Copy-Paste Prompts
可复制粘贴的提示词
Use @langgraph to create stateful agent workflowsUse @langgraph to create stateful agent workflowsPhase 5: Tool Integration
阶段5:工具集成
Skills to Invoke
需调用的技能
- - Tool building
agent-tool-builder - - Tool design
tool-design
- - 工具构建
agent-tool-builder - - 工具设计
tool-design
Actions
操作步骤
- Identify tool needs
- Design tool interfaces
- Implement tools
- Add error handling
- Test tool usage
- 确定工具需求
- 设计工具接口
- 实现工具功能
- 添加错误处理
- 测试工具使用
Copy-Paste Prompts
可复制粘贴的提示词
Use @agent-tool-builder to create agent toolsUse @agent-tool-builder to create agent toolsPhase 6: Memory Systems
阶段6:记忆系统
Skills to Invoke
需调用的技能
- - Memory architecture
agent-memory-systems - - Conversation memory
conversation-memory
- - 记忆架构
agent-memory-systems - - 对话记忆
conversation-memory
Actions
操作步骤
- Design memory structure
- Implement short-term memory
- Set up long-term memory
- Add entity memory
- Test memory retrieval
- 设计记忆结构
- 实现短期记忆
- 搭建长期记忆
- 添加实体记忆
- 测试记忆检索
Copy-Paste Prompts
可复制粘贴的提示词
Use @agent-memory-systems to implement agent memoryUse @agent-memory-systems to implement agent memoryPhase 7: Evaluation
阶段7:评估
Skills to Invoke
需调用的技能
- - Agent evaluation
agent-evaluation - - AI evaluation
evaluation
- - Agent评估
agent-evaluation - - AI评估
evaluation
Actions
操作步骤
- Define evaluation criteria
- Create test scenarios
- Measure agent performance
- Test edge cases
- Iterate improvements
- 定义评估标准
- 创建测试场景
- 衡量Agent性能
- 测试边缘案例
- 迭代优化改进
Copy-Paste Prompts
可复制粘贴的提示词
Use @agent-evaluation to evaluate agent performanceUse @agent-evaluation to evaluate agent performanceAgent Architecture
Agent架构
User Input -> Planner -> Agent -> Tools -> Memory -> Response
| | | |
Decompose LLM Core Actions Short/Long-termUser Input -> Planner -> Agent -> Tools -> Memory -> Response
| | | |
Decompose LLM Core Actions Short/Long-termQuality Gates
质量检查项
- Agent logic working
- Tools integrated
- Memory functional
- Orchestration tested
- Evaluation passing
- Agent逻辑正常运行
- 工具已集成
- 记忆系统功能正常
- 编排已测试
- 评估通过
Related Workflow Bundles
相关工作流包
- - AI/ML development
ai-ml - - RAG systems
rag-implementation - - Workflow patterns
workflow-automation
- - AI/ML开发
ai-ml - - RAG系统
rag-implementation - - 工作流模式
workflow-automation