Concepts

Understand the core concepts behind Savfox's architecture.

Core Guides

Layered config, profiles, environment variables, and overrides. Session lifecycle, resume/fork behavior, and persistence.

Runtime Model

Savfox combines:

  • Agent reasoning loop
  • Tool calls (shell/file/search/patch)
  • Approval workflow
  • Sandbox policy enforcement
  • Provider-specific model adapters

Architecture Snapshot

flowchart TB
  A[CLI/TUI] --> B[Core Agent]
  C[Gateway + Bridges] --> B
  B --> D[Tool System]
  B --> E[Session Store]
  B --> F[LLM Providers]