pub fn validate_agent_config(
saved_config: &AgentConfigSnapshot,
agent_name: &str,
registry: &AgentRegistry,
) -> ValidationResultExpand description
Validate that an agent configuration matches the current registry.
pub fn validate_agent_config(
saved_config: &AgentConfigSnapshot,
agent_name: &str,
registry: &AgentRegistry,
) -> ValidationResultValidate that an agent configuration matches the current registry.