ai-ml
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAI/ML Workflow Bundle
AI/ML工作流合集
Overview
概述
Comprehensive AI/ML workflow for building LLM applications, implementing RAG systems, creating AI agents, and developing machine learning pipelines. This bundle orchestrates skills for production AI development.
用于构建LLM应用、实现RAG系统、创建AI Agent以及开发机器学习流水线的综合性AI/ML工作流。该合集编排了生产级AI开发所需的各项技能。
When to Use This Workflow
何时使用此工作流
Use this workflow when:
- Building LLM-powered applications
- Implementing RAG (Retrieval-Augmented Generation)
- Creating AI agents
- Developing ML pipelines
- Adding AI features to applications
- Setting up AI observability
在以下场景使用此工作流:
- 构建基于LLM的应用
- 实现RAG(检索增强生成)
- 创建AI Agent
- 开发ML流水线
- 为应用添加AI功能
- 搭建AI可观测性体系
Workflow Phases
工作流阶段
Phase 1: AI Application Design
阶段1:AI应用设计
Skills to Invoke
需调用的技能
- - AI product development
ai-product - - AI engineering
ai-engineer - - Agent architecture
ai-agents-architect - - LLM patterns
llm-app-patterns
- - AI产品开发
ai-product - - AI工程
ai-engineer - - Agent架构设计
ai-agents-architect - - LLM应用模式
llm-app-patterns
Actions
操作步骤
- Define AI use cases
- Choose appropriate models
- Design system architecture
- Plan data flows
- Define success metrics
- 定义AI用例
- 选择合适的模型
- 设计系统架构
- 规划数据流
- 定义成功指标
Copy-Paste Prompts
可复制粘贴的提示词
Use @ai-product to design AI-powered featuresUse @ai-agents-architect to design multi-agent systemUse @ai-product to design AI-powered featuresUse @ai-agents-architect to design multi-agent systemPhase 2: LLM Integration
阶段2:LLM集成
Skills to Invoke
需调用的技能
- - AI assistant development
llm-application-dev-ai-assistant - - LangChain agents
llm-application-dev-langchain-agent - - Prompt engineering
llm-application-dev-prompt-optimize - - Gemini API
gemini-api-dev
- - AI助手开发
llm-application-dev-ai-assistant - - LangChain Agent
llm-application-dev-langchain-agent - - 提示词工程
llm-application-dev-prompt-optimize - - Gemini API开发
gemini-api-dev
Actions
操作步骤
- Select LLM provider
- Set up API access
- Implement prompt templates
- Configure model parameters
- Add streaming support
- Implement error handling
- 选择LLM提供商
- 配置API访问权限
- 实现提示词模板
- 配置模型参数
- 添加流式支持
- 实现错误处理
Copy-Paste Prompts
可复制粘贴的提示词
Use @llm-application-dev-ai-assistant to build conversational AIUse @llm-application-dev-langchain-agent to create LangChain agentsUse @llm-application-dev-prompt-optimize to optimize promptsUse @llm-application-dev-ai-assistant to build conversational AIUse @llm-application-dev-langchain-agent to create LangChain agentsUse @llm-application-dev-prompt-optimize to optimize promptsPhase 3: RAG Implementation
阶段3:RAG实现
Skills to Invoke
需调用的技能
- - RAG engineering
rag-engineer - - RAG implementation
rag-implementation - - Embedding selection
embedding-strategies - - Vector databases
vector-database-engineer - - Similarity search
similarity-search-patterns - - Hybrid search
hybrid-search-implementation
- - RAG工程
rag-engineer - - RAG实现
rag-implementation - - 嵌入策略选择
embedding-strategies - - 向量数据库
vector-database-engineer - - 相似度搜索
similarity-search-patterns - - 混合搜索实现
hybrid-search-implementation
Actions
操作步骤
- Design data pipeline
- Choose embedding model
- Set up vector database
- Implement chunking strategy
- Configure retrieval
- Add reranking
- Implement caching
- 设计数据流水线
- 选择嵌入模型
- 搭建向量数据库
- 实现分块策略
- 配置检索逻辑
- 添加重排序机制
- 实现缓存功能
Copy-Paste Prompts
可复制粘贴的提示词
Use @rag-engineer to design RAG pipelineUse @vector-database-engineer to set up vector searchUse @embedding-strategies to select optimal embeddingsUse @rag-engineer to design RAG pipelineUse @vector-database-engineer to set up vector searchUse @embedding-strategies to select optimal embeddingsPhase 4: AI Agent Development
阶段4:AI Agent开发
Skills to Invoke
需调用的技能
- - Autonomous agent patterns
autonomous-agents - - Agent patterns
autonomous-agent-patterns - - CrewAI framework
crewai - - LangGraph
langgraph - - Multi-agent systems
multi-agent-patterns - - Computer use agents
computer-use-agents
- - 自主Agent模式
autonomous-agents - - Agent模式
autonomous-agent-patterns - - CrewAI框架
crewai - - LangGraph
langgraph - - 多Agent系统
multi-agent-patterns - - 计算机操作Agent
computer-use-agents
Actions
操作步骤
- Design agent architecture
- Define agent roles
- Implement tool integration
- Set up memory systems
- Configure orchestration
- Add human-in-the-loop
- 设计Agent架构
- 定义Agent角色
- 实现工具集成
- 搭建记忆系统
- 配置编排逻辑
- 添加人在环机制
Copy-Paste Prompts
可复制粘贴的提示词
Use @crewai to build role-based multi-agent systemUse @langgraph to create stateful AI workflowsUse @autonomous-agents to design autonomous agentUse @crewai to build role-based multi-agent systemUse @langgraph to create stateful AI workflowsUse @autonomous-agents to design autonomous agentPhase 5: ML Pipeline Development
阶段5:ML流水线开发
Skills to Invoke
需调用的技能
- - ML engineering
ml-engineer - - MLOps
mlops-engineer - - ML pipelines
machine-learning-ops-ml-pipeline - - ML workflows
ml-pipeline-workflow - - Data engineering
data-engineer
- - ML工程
ml-engineer - - MLOps
mlops-engineer - - ML流水线
machine-learning-ops-ml-pipeline - - ML工作流
ml-pipeline-workflow - - 数据工程
data-engineer
Actions
操作步骤
- Design ML pipeline
- Set up data processing
- Implement model training
- Configure evaluation
- Set up model registry
- Deploy models
- 设计ML流水线
- 搭建数据处理流程
- 实现模型训练
- 配置评估机制
- 搭建模型仓库
- 部署模型
Copy-Paste Prompts
可复制粘贴的提示词
Use @ml-engineer to build machine learning pipelineUse @mlops-engineer to set up MLOps infrastructureUse @ml-engineer to build machine learning pipelineUse @mlops-engineer to set up MLOps infrastructurePhase 6: AI Observability
阶段6:AI可观测性
Skills to Invoke
需调用的技能
- - Langfuse observability
langfuse - - Manifest telemetry
manifest - - AI evaluation
evaluation - - LLM evaluation
llm-evaluation
- - Langfuse可观测性
langfuse - - Manifest遥测
manifest - - AI评估
evaluation - - LLM评估
llm-evaluation
Actions
操作步骤
- Set up tracing
- Configure logging
- Implement evaluation
- Monitor performance
- Track costs
- Set up alerts
- 搭建追踪系统
- 配置日志记录
- 实现评估逻辑
- 监控性能指标
- 追踪成本开销
- 配置告警机制
Copy-Paste Prompts
可复制粘贴的提示词
Use @langfuse to set up LLM observabilityUse @evaluation to create evaluation frameworkUse @langfuse to set up LLM observabilityUse @evaluation to create evaluation frameworkPhase 7: AI Security
阶段7:AI安全
Skills to Invoke
需调用的技能
- - Prompt security
prompt-engineering - - Security scanning
security-scanning-security-sast
- - 提示词安全
prompt-engineering - - 安全扫描
security-scanning-security-sast
Actions
操作步骤
- Implement input validation
- Add output filtering
- Configure rate limiting
- Set up access controls
- Monitor for abuse
- Implement audit logging
- 实现输入验证
- 添加输出过滤
- 配置速率限制
- 搭建访问控制
- 监控滥用行为
- 实现审计日志
AI Development Checklist
AI开发检查清单
LLM Integration
LLM集成
- API keys secured
- Rate limiting configured
- Error handling implemented
- Streaming enabled
- Token usage tracked
- API密钥已加密存储
- 速率限制已配置
- 错误处理已实现
- 流式功能已启用
- Token使用量已追踪
RAG System
RAG系统
- Data pipeline working
- Embeddings generated
- Vector search optimized
- Retrieval accuracy tested
- Caching implemented
- 数据流水线正常运行
- 嵌入向量已生成
- 向量搜索已优化
- 检索准确率已测试
- 缓存功能已实现
AI Agents
AI Agent
- Agent roles defined
- Tools integrated
- Memory working
- Orchestration tested
- Error handling robust
- Agent角色已定义
- 工具已集成
- 记忆系统正常工作
- 编排逻辑已测试
- 错误处理机制健壮
Observability
可观测性
- Tracing enabled
- Metrics collected
- Evaluation running
- Alerts configured
- Dashboards created
- 追踪功能已启用
- 指标已收集
- 评估任务已运行
- 告警已配置
- 仪表盘已创建
Quality Gates
质量门禁
- All AI features tested
- Performance benchmarks met
- Security measures in place
- Observability configured
- Documentation complete
- 所有AI功能已测试
- 性能基准已达标
- 安全措施已部署
- 可观测性已配置
- 文档已完善
Related Workflow Bundles
相关工作流合集
- - Application development
development - - Data management
database - - Infrastructure
cloud-devops - - AI testing
testing-qa
- - 应用开发
development - - 数据管理
database - - 基础设施
cloud-devops - - AI测试
testing-qa