← 返回
AI智能 中文

Multi-Agent Manager

Monitor and visualize multiple agents across projects in real-time with JSON output for debugging and performance tracking.
跨项目实时监控与可视化多智能体,支持 JSON 输出以进行调试和性能追踪。
victory2694
AI智能 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 539
下载
💾 8
安装
1
版本
#latest

概述

Continuous Monitoring

Watch agent status in real-time:

python3 {baseDir}/scripts/monitor.py --watch --interval 5

JSON Output

Get machine-readable output:

python3 {baseDir}/scripts/visualize.py --format json

Example JSON:

{
  "agents": [
    {
      "id": "main",
      "model": "anthropic/claude-sonnet-4-6",
      "workspace": "/Users/user/.openclaw/workspace",
      "sessions": 0
    }
  ],
  "total": 2
}

📖 Use Cases

1. Debugging Agent Issues

When an agent isn't responding:

# Check if agent is running
python3 {baseDir}/scripts/monitor.py

# View agent details
python3 {baseDir}/scripts/visualize.py

2. Managing Multiple Projects

Track agents across different projects:

# See all agents and their workspaces
python3 {baseDir}/scripts/visualize.py

3. Optimizing Agent Performance

Monitor which agents are most active:

# Watch real-time activity
python3 {baseDir}/scripts/monitor.py --watch

🎯 Common Scenarios

Scenario: "Which agents do I have?"

python3 {baseDir}/scripts/visualize.py

Scenario: "Is my agent still running?"

python3 {baseDir}/scripts/monitor.py

Scenario: "What's my agent doing right now?"

python3 {baseDir}/scripts/monitor.py --watch

💡 Tips

  • Use --format json for integration with other tools
  • Run monitor.py --watch in a separate terminal for continuous monitoring
  • Check agent status before sending important tasks

🐛 Troubleshooting

Problem: "No agents found"

  • Make sure OpenClaw Gateway is running: openclaw status
  • Check your agent configuration

Problem: "Script not found"

  • Ensure you're running from the correct directory
  • Check that Python 3 is installed: python3 --version

📝 Changelog

v1.0.0 (2026-03-14)

  • Initial release
  • Agent visualization
  • Status monitoring
  • Basic communication tools
  • Task flow tracking

🤝 Contributing

Found a bug or have a feature request?

  • Open an issue on GitHub
  • Join the OpenClaw Discord community

📄 License

MIT License - feel free to use and modify!

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 03:29 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,697
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,905
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 833 📥 212,776