Execution Modes
The four real modes from config/config.example.yaml.
Documentation Update Mode
This page is source-backed documentation and updates when the app is deployed. Live run, finding, report, artifact, credential, and integration state is shown on the linked operator surfaces rather than embedded here.
api-multi-model
- Direct API calls to configured providers through env, SSM, key files, or Gateway when wired.
local-client
- Prompt packages are handed to Claude Code, Codex, KIRO, or another local client under its own auth.
local-model
- OpenAI-compatible local model endpoint for zero-cost local inference.
multi-mode
- Hybrid routing: local model for recon/gapfill, API models for hunt/validate/score.