Default Agent Validation Manager
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.