单容器多智能体协同指挥系统 #3925
DreamShepherd2006
started this conversation in
Show and tell
单容器多智能体协同指挥系统
#3925
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Nanobot Legion:单容器多智能体协同指挥系统
🎯 这是什么
一个真实的使用场景:1~2 个人 + 一组 AI Agent(策划/开发/审核/助理/值班),跑在单个 HuggingFace Space 容器里。
不需要 Kubernetes,不需要消息队列,不需要外部服务。你负责决策,Agent 负责执行。
🏗️ 架构
✨ 运行时效果
🔗 在线演示
🧩 实现方式
不修改 nanobot 核心代码——通过 Docker build 时注入 3 个前端补丁 + 运行时 3 个胶水组件:
patch_legion_v4_client.py— 注入 squad 消息拦截器patch_legion_v6_sidebar.py— 注入协作面板组件patch_squad_error_events.py— 标准化 squad 错误事件gatekeeper.py— 统一网关(WS 代理 + OAuth + Relay + 自愈)squad_bridge.py— 跨 Agent 消息路由squad_config_sync.py— 实例配置动态同步完整代码:nanobot-legion
🔗 关联
依赖以下上游 PR(独立提交,各有用处):
💬 反馈
欢迎提建议、踩坑经验、或者分享你自己的多 Agent 玩法 🙏
Beta Was this translation helpful? Give feedback.
All reactions