Expand description
Application configuration for AIMX.
Provides a lazily loaded, process-wide Config singleton, including
workspace paths and model provider settings, stored as TOML in a
platform-specific directory.
Structs§
- AppName
- Application name used for configuration paths.
- Config
- Persistent configuration for the process.
Functions§
- get_
config - Read access to the global config singleton.
- get_
config_ mut - Write access to the global config singleton.