AI Agent 构建器 - 快速搭建自定义 AI Agent。适合:开发者、产品经理、自动化爱好者。
# 创建 Agent
openclaw run ai-agent-builder create --name "客服助手"
# 添加工具
openclaw run ai-agent-builder add-tool --agent "客服助手" --tool search
# 部署
openclaw run ai-agent-builder deploy --agent "客服助手"
🤖 AI Agent 构建完成
名称:客服助手
模型:glm-5
工具:搜索、邮件、数据库
配置文件:
name: 客服助手
model: glm-5
tools:
memory:
type: conversation
max_tokens: 4000
测试对话:
用户:我的订单到哪了?
Agent:请提供您的订单号,我帮您查询。
用户:12345
Agent:您的订单 12345 已发货,预计明天送达。
部署命令:
openclaw agent run 客服助手
共 1 个版本