Skip to main content

Module validation

Module validation 

Source
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§

AdvisoryWarning
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.