Tutorials
How-to Guides
Reference
Explanation
API Reference
Settings.toml loading and validation.
Functions
load_config_dir(path)
load_config_dir
Load settings.toml and verify SOUL.md exists.
Classes
AgentConfig(command_rate_per_second, ...[, ...])
AgentConfig
Config(ssh, llm, agent, soul_path[, lore])
Config
LLMConfig(provider, model[, api_key_env, ...])
LLMConfig
LoreConfig([enabled, endpoint, verify_tls, ...])
LoreConfig
SSHConfig(host, port, user, password, key_file)
SSHConfig