OmO
Oh My OpenAgentv4.7.5

Orchestration Agents

Sisyphus, Hephaestus, Prometheus, and Atlas are the four lanes you enter on purpose.

Sisyphus pushing the boulder

OmO registers four primary agents in a stable order: Sisyphus, Hephaestus, Prometheus, then Atlas. These are the lanes you enter intentionally — from the OpenCode UI or through workflow commands.

Primary Lanes

AgentLaneUse it when
SisyphusMain orchestratorYou want OmO to read intent, delegate, track todos, and finish.
HephaestusGPT-native deep workerArchitecture, hard debugging, and cross-domain synthesis need a single autonomous owner.
PrometheusStrategic plannerThe problem needs interview-driven requirements, scope boundaries, and a written plan.
AtlasPlan executorA Prometheus plan is ready and /start-work should turn it into verified tasks.

Working Flow

normal prompt / ultrawork
  -> Sisyphus orchestrates directly

@plan or Prometheus mode
  -> Prometheus writes .sisyphus/plans/*.md
  -> /start-work activates Atlas
  -> Atlas delegates implementation and verifies progress

Source Notes

OmO is documented as a multi-model orchestration harness for OpenCode. The agent inventory lives in src/agents/AGENTS.md, and the orchestration flow is detailed in docs/guide/orchestration.md.

On this page