by xvirobotics
Infrastructure for building a supervised, self-improving agent organization. Run Claude Code from Feishu & Telegram with shared memory, agent factory, task scheduling, and an agent communication bus.
# Add to your Claude Code skills
git clone https://github.com/xvirobotics/metabotInfrastructure for building a supervised, self-improving agent organization.

Claude Code is the most capable AI coding agent — but it's trapped in your laptop terminal.
MetaBot sets it free. It gives every agent a Claude Code brain, persistent shared memory, the ability to create new agents, and a communication bus. All accessible from Feishu or Telegram on your phone.
We built MetaBot to run XVI Robotics as an agent-native company — a small team of humans supervising an organization of self-improving AI agents. This is the infrastructure that makes it possible.
┌──────────────────────────────────────────────────────────┐
│ MetaBot │
│ │
│ ┌──────────┐ ┌───────────┐ ┌──────────┐ ┌───────────┐ │
│ │ MetaSkill│ │MetaMemory │ │IM Bridge │ │ Scheduler │ │
│ │ Agent │ │ Shared │ │ Feishu + │ │ Cron │ │
│ │ Factory │ │ Knowledge │ │ Telegram │ │ Tasks │ │
│ └────┬─────┘ └─────┬─────┘ └────┬─────┘ └─────┬─────┘ │
│ └──────────────┴────────────┴─────────────┘ │
│ ↕ │
│ Claude Code Agent SDK │
│ (bypassPermissions, streaming) │
│ ↕ │
│ HTTP API (:9100) — Agent Bus │
│ task delegation · bot CRUD · scheduling │
└──────────────────────────────────────────────────────────┘
No comments yet. Be the first to share your thoughts!
Three pillars of a self-improving agent organization:
| Pillar | Component | What it does | |--------|-----------|-------------| | Supervised | IM Bridge | Real-time streaming cards show every tool call. Humans see everything agents do. Access control via Feishu/Telegram platform settings. | | Self-Improving | MetaMemory | Shared knowledge store. Agents write what they learn, other agents retrieve it. The organization gets smarter every day without retraining. | | Agent Organization | MetaSkill + Scheduler + Agent Bus | One command generates a full agent team. Agents delegate tasks to each other. Scheduled tasks run autonomously. Agents can create new agents. |
| Component | Description | |-----------|-------------| | Claude Code Kernel | Every bot is a full Claude Code instance — Read, Write, Edit,...