Structs§
- Agent
Config - Agent behavior configuration.
- File
Config Source - Load configuration from a local file, auto-detecting format by extension.
- McpServer
Config - Configuration for an MCP server connection.
- Model
Config - Model provider configuration.
- Paths
Config - Path configuration for agent data.
- String
Config Source - Load configuration from an in-memory string (useful for tests or config-center payloads).
- Synaptic
Agent Config - Top-level agent configuration, loaded from TOML / JSON / YAML.
- Tools
Config - Tool configuration for the agent.
Enums§
- Config
Format - Supported configuration file formats.
Traits§
- Config
Source - Configuration source abstraction.
Functions§
- discover_
and_ load - Discover a configuration file and load it as
T. - load_
from_ file - Load and parse configuration from a file path (convenience wrapper).
- load_
from_ source - Load and parse configuration from any
ConfigSource. - parse_
config - Parse a configuration string in the given format into type
T.