-
Notifications
You must be signed in to change notification settings - Fork 0
PROVIDERS
Adapters are available for none, Ollama, OpenAI, Anthropic, Gemini, and
OpenRouter. Install only needed extras, for example pip install '.[anthropic]'.
The canonical commands for secrets, profiles, consent, and revocation are in
the CLI reference.
Remote endpoints must use HTTPS. Ollama may use HTTP only on a loopback address. Models, modules, purposes, data classes, cost limits, token limits, timeouts, and payload retention are checked before a call. Provider output is data only: it is schema validated and never executed as SQL, Python, shell, or a tool invocation.
Environment variables listed in .env.example are a headless CI fallback. The
application does not load .env. Merely setting a provider key cannot select a
provider or initiate a request.
- Home
- CLI reference
- Interactive console guide
- Architecture ownership and dependency contracts
- Bounded file ingress
- Versioning and compatibility
- Continuous integration
- Release runbook
- Encrypted backup and recovery
- First-run storage diagnostics
- GEDCOM compatibility and release checks
- Built-in module authoring
- Privacy and consent
- Provider guide
- Local LLM benchmarks
- Local-first retrieval evaluation
- Wiki synchronization
- Wiki operations and recovery
- Security response checklist
- Electron and FastAPI desktop ADR
- Data-flow threat model and control matrix