Expand description
Agent validation and chain validation.
This module handles validation of agents and agent chains:
- Resolving required agent names from config
- Validating that agent commands exist in the registry
- Enforcing workflow-capable agents (
can_commit=true) - Validating agent chain configuration
Structs§
- Validated
Agents - Result of agent validation containing the resolved agent names.
Functions§
- resolve_
required_ agents - Resolves and validates the required agent names from configuration.
- validate_
agent_ chains - Validates that agent chains are properly configured.
- validate_
agent_ commands - Validates that agent commands exist in the registry.
- validate_
can_ commit - Validates that agents are workflow-capable (
can_commit=true).