Expand description
Semantic validation of TowerRule values.
Called after parsing, before loading a rule into the supervisor. Shape
errors (e.g. Not with 2 children) are caught at compile time; semantic
errors (e.g. empty rule ID, blank agent prompt) are caught here.
Structs§
- Rule
Warning - Soft check that passed but may indicate misconfiguration.
Enums§
- Rule
Error - Hard constraint violation that makes a rule impossible to load.
Functions§
- validate
- Validate a parsed
TowerRule.