DefaultAgentValidationManager

Default implementation of AgentValidationManager that coordinates multiple AgentValidators.

Runs all configured validators on the provided AgentScope and aggregates their results, collecting and reporting all validation errors or warnings.

Supports both summary validation and detailed per-validator results. Useful for extensible, modular validation pipelines where multiple agent checks (such as structure, method signatures, and path-to-goal validation) are required.

Constructors

Link copied to clipboard
constructor(validators: List<AgentValidator>)

Functions

Link copied to clipboard
open override fun validate(agentScope: AgentScope): ValidationResult
Link copied to clipboard