创建工作区并跑通首个 Bot。
命令以模板为主,执行前请替换为你自己的 ID、密钥和地址。
每一步都先执行命令,再记录结果和问题。
执行:
maxclaw login\nmaxclaw workspace create team-demo
maxclaw loginmaxclaw workspace create team-demo执行:
maxclaw agent create support-bot --template faq
maxclaw agent create support-bot --template faq执行:
maxclaw agent deploy support-bot --env staging
maxclaw agent deploy support-bot --env staging执行:
maxclaw agent test support-bot --input "Hello"
maxclaw agent test support-bot --input "Hello"