Skip to main content

Module validation

Module validation 

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

ValidatedAgents
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).