Skip to main content
Arka supports operation modes that change routing verbosity, write permissions, and execution style. Default is agent (debug is off).

Modes

Switch modes

Or set in ~/.config/arka/.env:

Plan mode workflow example

Use plan mode to sketch slide design work before exporting a deck:
Arka prints a structured plan (audit palettes, spacing, footers, metric callouts) without running compose_slides. Switch back to execute:
Or one-shot with the environment override:
See Compose slides for style and theme options.

What debug mode shows

Only in debug mode:
  • arka_llm: fallback ok → groq/...
  • → Interpreted: ... / ▶ Running skill: ...
  • vLLM / Ollama server startup messages
  • Self-improve full pytest output and goal-agent context
Normal mode keeps output clean for non-developers.

Route mode (separate)

ROUTE_MODE controls how requests are routed, not execution style:
See How routing works.