Expand description
Advisory validation for AgenticConfig.
Validation is advisory - it produces warnings but doesn’t prevent the config from being used. This allows tools to work with imperfect configs while still surfacing potential issues.
Structs§
- Advisory
Warning - An advisory warning about a configuration issue.
Functions§
- detect_
deprecated_ keys_ toml - Detect deprecated config keys in raw TOML before deserialization.
- detect_
unknown_ top_ level_ keys_ toml - Detect unknown top-level keys in raw TOML before deserialization.
- validate
- Validate a configuration and return advisory warnings.