Skip to main content

validate_config

AsyncMethod
This is a method of the AgentRuntimeProtocol class in the protocols module.
Validate agent configuration against runtime capabilities.

Signature

Parameters

Dict[str, Any]
required
Agent configuration to validate

Returns

List[str]
List of validation error messages (empty if valid)

Source

View on GitHub

praisonaiagents/runtime/protocols.py at line 291

Configuration Overview

Agent Config