Expand description
Device and server settings for Terraphim AI.
Loads configuration from TOML files, environment variables, and optional
1Password secrets via the onepassword feature flag. Settings follow a
layered precedence: defaults < file < environment < 1Password.
Structs§
- Device
Settings - Configuration settings for the device (i.e. the server or runtime).
Enums§
- Error
- Errors arising from loading or applying device settings.
Constants§
- DEFAULT_
SETTINGS - Default settings file
Type Aliases§
- Device
Settings Result - Convenience alias for
Result<T, Error>used throughout settings operations.