What problem does it solve?
Coordinating N autonomous workers to work on a shared task list in a deterministic, observable, and recoverable way using a tmux-based orchestration runtime.
Core Features & Use Cases
- Coordinated multi-agent execution: spawn and manage several worker sessions that follow a common task flow and state model.
- Durable state and messaging: maintains per-task inbox/outbox, task lifecycle, and leader/worker communication through a standardized API.
- Safe recovery and monitoring: provides health checks, ready states, and restart/cleanup procedures to minimize downtime.
Quick Start
Initiate a team run via OMX team with a specified number of workers and observe startup evidence, then monitor task progress and shut down on completion.