Install
openclaw skills install openclaw-multi-agent-orchestratorOpenClaw 多 Agent 协同工具 - 管理和协调多个 AI Agent。 支持 Agent 注册、任务分发、负载均衡、性能监控、Agent 间通信。 适用于复杂任务分解、多角色协作、企业级应用。 关键词:openclaw, multi-agent, orchestration, automation,...
openclaw skills install openclaw-multi-agent-orchestrator强大的多 Agent 管理和协同工具。
# 技能已安装在:~/.openclaw/workspace/skills/multi-agent-orchestrator
# 查看系统状态
python3 multi-agent-orchestrator/scripts/orchestrator.py --status
# 列出所有 Agent
python3 multi-agent-orchestrator/scripts/orchestrator.py --list
# 注册新 Agent
python3 multi-agent-orchestrator/scripts/orchestrator.py --register my-agent --capabilities coding writing
# 分发任务(自动选择最佳 Agent)
python3 multi-agent-orchestrator/scripts/orchestrator.py --dispatch "帮我搜索 Python 最佳实践"
# 分发任务(指定 Agent)
python3 multi-agent-orchestrator/scripts/orchestrator.py --dispatch "帮我写代码" --agent coder-agent
# 标记任务完成
python3 multi-agent-orchestrator/scripts/orchestrator.py --complete <task-id>
# 1. 查看可用 Agent
python3 orchestrator.py --list
# 2. 分发搜索任务
python3 orchestrator.py --dispatch "搜索 OpenClaw 文档"
# 3. 分发写作任务
python3 orchestrator.py --dispatch "写一份使用指南" --agent writer-agent
# 4. 查看任务状态
python3 orchestrator.py --status
作者: @williamwg2025
版本: 1.0.0
作者: @williamwg2025
版本: 1.0.1
许可证: MIT-0