| name | openclaw-multi-agent-orchestrator |
| displayName | OpenClaw Multi-Agent Orchestrator - 多 Agent 协同 |
| version | 1.0.0 |
| description | OpenClaw 多 Agent 协同工具 - 管理和协调多个 AI Agent。
支持 Agent 注册、任务分发、负载均衡、性能监控、Agent 间通信。
适用于复杂任务分解、多角色协作、企业级应用。
关键词:openclaw, multi-agent, orchestration, automation, enterprise, collaboration
|
| license | MIT-0 |
| source | https://github.com/1yihui/YiHui |
| compatibility | openclaw |
| acceptLicenseTerms | true |
| tags | ["openclaw","multi-agent","orchestration","automation","enterprise","collaboration","task-dispatch","load-balancing","monitoring","agent-communication"] |
Multi-Agent Orchestrator - 多 Agent 协同
强大的多 Agent 管理和协同工具。
✨ 功能
- 🤖 Agent 注册 - 自动发现/注册 Agent
- 🔄 任务分发 - 智能路由到合适 Agent
- 📊 负载均衡 - 平衡各 Agent 负载
- 💬 Agent 通信 - Agent 间消息传递
- 📈 性能监控 - 实时监控 + 统计
🚀 安装
📖 使用
核心引擎
python3 multi-agent-orchestrator/scripts/orchestrator.py --status
python3 multi-agent-orchestrator/scripts/orchestrator.py --list
python3 multi-agent-orchestrator/scripts/orchestrator.py --register my-agent --capabilities coding writing
python3 multi-agent-orchestrator/scripts/orchestrator.py --dispatch "帮我搜索 Python 最佳实践"
python3 multi-agent-orchestrator/scripts/orchestrator.py --dispatch "帮我写代码" --agent coder-agent
python3 multi-agent-orchestrator/scripts/orchestrator.py --complete <task-id>
示例工作流
python3 orchestrator.py --list
python3 orchestrator.py --dispatch "搜索 OpenClaw 文档"
python3 orchestrator.py --dispatch "写一份使用指南" --agent writer-agent
python3 orchestrator.py --status
🔒 安全说明
- 本地执行: 所有脚本在本地运行,不联网
- 权限范围: 仅需读取 ~/.openclaw/ 目录
- 无外部依赖: 不克隆外部仓库,所有代码已包含
- 数据安全: 不上传任何数据到外部服务器
作者: @williamwg2025
版本: 1.0.1
许可证: MIT-0