Reads each agent's state.
Pane-level pattern matching classifies every session into one of seven states. Refreshed in real time; typical capture cost is ~6ms.
01 / The cockpit
Oragent shows which agent is working, which is waiting, and lets you pre-approve the permissions you'd say yes to anyway.
pipx install oragent
02 / Wrong shelf, right shelf
Not a multi-agent framework.
Not an orchestrator.
Not another terminal multiplexer.
An Agent Supervisor.
State-aware. Opinionless. Human-driven. One operator, many agents, one cockpit.
03 / How it actually works
Pane-level pattern matching classifies every session into one of seven states. Refreshed in real time; typical capture cost is ~6ms.
Per-session Auto Pilot. When Oragent recognizes a permission prompt
whose routine answer it knows, it answers automatically. Real
judgment calls still come through. Toggle on with p;
the row turns a AUTO
electric blue.
When any session blocks on a permission, Oragent moves focus to it via a FIFO queue. Multiple WAITINGs? First one in, first one you reply to.