Open-source autonomous AI Agent infrastructure featuring unified communication bridge, five-layer memory system, self-healing ops, and self-evolution capabilities, with Claude/Codex dual runtime support.
Zylos Core is an open-source AI Agent runtime infrastructure built by Coco, designed with the philosophy of "Give your AI a life" to endow agents with persistent consciousness and autonomous operation capabilities.
The core architecture centers on the C4 Comm Bridge, a unified communication gateway that aggregates Telegram, Lark, and Web Console into a single entry point, paired with SQLite audit logs to ensure "one AI, one consciousness." The Inside Out five-layer memory system (Identity → State → Reference → Session → Archive) enables cross-restart persistence and automatically saves memories before context compression at a 75% threshold, preventing information loss.
The autonomous scheduler supports three trigger modes: Cron, natural language, and idle gating. Combined with a self-healing operations system featuring built-in PM2 process management, heartbeat probing, and crash recovery, agents can run 24/7 unattended. The skills system is based on a component registry, allowing agents to autonomously install ClawHub plugins and integrate new services through self-programming capabilities.
The underlying layer interfaces with Claude Code or OpenAI Codex, switchable via the zylos runtime command. A subscription-based fixed-rate model through Claude avoids per-token billing costs. Production dependencies are minimal (only dotenv and js-yaml), supporting one-click script installation, Docker deployment, and non-interactive CI/CD scenarios.
Key CLI Commands:
zylos init— Initialize environment (idempotent, interactive/non-interactive)zylos shell— Interactive CLI chatzylos attach— Connect to agent's tmux sessionzylos runtime <name>— Switch AI runtime (claude / codex)zylos doctor— Diagnose and auto-fix installation issueszylos status— View service statuszylos logs [service]— View service logszylos add <component>— Install channels or capabilities (e.g., telegram, lark, hxa-connect)zylos upgrade --self— Upgrade zylos-core itselfzylos list— List installed componentszylos search [keyword]— Search component registryzylos uninstall --self— Complete uninstallation
Installation:
curl -fsSL https://raw.githubusercontent.com/zylos-ai/zylos-core/main/scripts/install.sh | bash
Or manual: npm install -g zylos && zylos init. Dockerfile and docker-compose.yml are also provided.
Unconfirmed Information: OpenClaw ecosystem maturity (main repo status unverified), /research page content, full team background, zylos-browser standalone repo location, enterprise deployment scale and customer cases.