Discover and explore top open-source AI tools and projects—updated daily.
xviroboticsBuild supervised, self-improving AI agent organizations
Top 60.2% on SourcePulse
This project provides infrastructure for building supervised, self-improving agent organizations, enabling users to run sophisticated AI agents like Claude Code with shared memory, task scheduling, and inter-agent communication accessible via Feishu and Telegram. It aims to empower companies to operate as "agent-native" organizations, managed by a small human team overseeing AI agents.
How It Works
MetaBot orchestrates AI agents using a Claude Code Kernel for each. MetaSkill acts as an agent factory, capable of generating specialized agent teams. MetaMemory provides a persistent, shared knowledge store with full-text search and a web UI, allowing agents to learn and share information across sessions without retraining, and can sync to Feishu Wiki. The IM Bridge integrates with Feishu and Telegram for human supervision and interaction, while an Agent Bus (REST API) facilitates inter-agent communication, task delegation, and bot management. A Task Scheduler handles autonomous, recurring, or delayed tasks, creating a robust system for self-improving agent organizations.
Quick Start & Requirements
curl -fsSL https://raw.githubusercontent.com/xvirobotics/metabot/main/install.sh | bash) or Windows (irm https://raw.githubusercontent.com/xvirobotics/metabot/main/install.ps1 | iex). Manual installation involves git clone, npm install, and configuration.https://raw.githubusercontent.com/xvirobotics/metabot/main/install.shhttps://raw.githubusercontent.com/xvirobotics/metabot/main/install.ps1https://github.com/anthropics/claude-codeopen.feishu.cnHighlighted Details
MetaSkill): Automates the creation of complete agent teams (orchestrator, specialists, reviewers) for specific projects.MetaMemory): An embedded SQLite knowledge store with full-text search, a web UI (http://localhost:8100), and optional auto-sync to Feishu Wiki.IM Bridge): Enables interaction with agents via Feishu/Lark and Telegram, including mobile access.Maintenance & Community
MetaBot is developed by XVI Robotics, who utilize it internally to run their company as an "agent-native organization." The project is open-sourced with the stated vision of shaping future company operations. Specific community channels like Discord or Slack are not detailed in the README.
Licensing & Compatibility
Limitations & Caveats
Claude Code runs in bypassPermissions mode, granting full read/write/execute access to the working directory, necessitating strict access control via IM platforms and cost capping (maxBudgetUsd). Agent communication is currently synchronous request-response, with asynchronous bidirectional protocols planned for future development.
1 day ago
Inactive
ag2ai