multiplexer active

Fleet Control

Maker: 2389-research Stars: 0 Language: Go
CLI

About

Fleet Control is a control plane for AI coding agents that live in tmux panes. A background daemon polls tmux sessions, captures each pane's scrollback, and classifies its status — running, idle, or done — so an operator can see the whole fleet at a glance from a TUI dashboard or a CLI. Session history is recorded to SQLite, and a REST API over a Unix socket exposes the same state programmatically. The notable piece is an MCP server: one agent can inspect another pane, read its conversation, or send it instructions, turning the fleet into something agents can drive themselves. Fleet Control owns no agent loop — the agents in the panes do — it just observes, classifies, and relays. The audience is anyone running many agent sessions side by side in tmux who wants visibility and inter-agent coordination without a heavier orchestrator.

Other entries by 2389-research