Execution Modes
The four real modes from config/config.example.yaml.
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.