ogx CLI multi-agent

Gemini-based multi-agent orchestration CLI.

ogx is primarily a command-line product, not a web app. This free static site is the right public surface: installation guidance, architecture, runtime posture, and review flow without pretending the core experience belongs in a browser.

Primary surfaces

  • ogx setup for project bootstrap
  • ogx doctor for environment and notification checks
  • ogx launch for isolated Gemini runtime execution
  • ogx team for tmux-based multi-agent coordination
  • Optional Cloud Run API wrapper for health, review pack, and doctor routes

Deployment posture

  • Public docs: static and free to host
  • CLI distribution: better via package/install flow than browser runtime
  • Optional live service mode: Cloud Run when a hosted API is needed

Review path

  • Install dependencies and build the CLI locally.
  • Run doctor before launch.
  • Use the Cloud Run wrapper only when a hosted reviewer surface is actually needed.