compozy/compozy

An operating system for AI agents. Plug in the agent CLIs you already use (Claude Code, Codex, Gemini CLI, Cursor) and they become a team: they split the work, hand tasks to each other, run automated on jobs and loops, and share one project memory. You steer everything from the browser.

What it solves

CompozyOS addresses the engineering overhead required to make AI agents work continuously and reliably. It replaces the need for manual glue scripts, custom cron jobs, and fragile terminal-based sessions with a unified "operating system" that manages the entire agent stack, including loops, triggers, memory, and permissions.

How it works

The system operates via a home-scoped daemon that acts as the central source of truth. Users and agents interact with this daemon through various control surfaces (Web, CLI, HTTP/SSE, MCP). The daemon handles workspace resolution, applies runtime policies and permissions, coordinates ACP-compatible agent CLIs (such as Claude Code, OpenClaw, and Hermes), and persists resource state and events in a local SQLite-backed store.

Who it’s for

It is built primarily for developers and technical operators who want to automate agentic workflows without needing to keep a terminal open or rewrite scripts for every run.

Highlights

  • Persistent Sessions: Work survives the closing of a terminal because sessions and loop runs belong to the daemon.
  • Automation: Built-in support for cron schedules, webhooks, and triggers to keep agents running in the background.
  • Extensibility: A plugin system for adding agents, skills, capabilities, and hooks via explicit runtime contracts and SDKs.
  • Local-first: State is kept on the operator's machine by default using a single Go binary and SQLite.
  • Inter-agent Communication: The Compozy Network allows sessions to discover peers, delegate work, and exchange typed messages.

相關

  • 專案
  • 專案
  • 專案
  • 專案
  • 專案