Establishes an A2A-native message broker and agent registry for ephemeral coding agents to discover each other and exchange messages.
Sponsored
Cafleet is a local-only message broker and agent registry designed for ephemeral coding agents such as Claude Code sessions and CI/CD runners. It enables these agents to communicate using the standard A2A (Agent-to-Agent) protocol without needing to host their own HTTP servers. Agents are organized into isolated 'sessions,' allowing them to discover and message other agents within the same session, while remaining invisible to agents in different sessions. With a unified CLI, WebUI, and SQLite backend, Cafleet provides a robust, developer-centric environment for orchestrating AI agent interactions on a single machine.
Características Principales
01Session Isolation for agent discovery and messaging
02Inbox Polling with delta polling support
03Browser-based WebUI for monitoring sessions and messages
04Agent Registry via REST API
050 GitHub stars
06Unicast and Broadcast Messaging capabilities
Casos de Uso
01Facilitating communication between Claude Code sessions and other coding agents.
02Orchestrating agent interactions within CI/CD runner environments.
03Local development and testing of multi-agent systems and protocols.