Settings
Settings
Bases: BaseSettings
Which backend to build, and the model that overrides the config's own.
Source code in system_one/settings.py
HTTPConfig
Bases: BaseSettings
Any endpoint speaking the System One contract.
Source code in system_one/settings.py
TypesafeConfig
Bases: HTTPConfig
Typesafe's hosted jev, preset. Needs SYSTEM_ONE_API_KEY.
Source code in system_one/settings.py
OpenRouterConfig
Bases: HTTPConfig
OpenRouter's decisions endpoint, preset. Needs SYSTEM_ONE_API_KEY.
Source code in system_one/settings.py
ONNXConfig
Bases: BaseSettings
Where the local graph lives, and which one to load.