pub fn parse_agent_yaml(content: &str) -> Result<AgentDefinition>Expand description
Parse an agent definition from YAML content
The YAML should contain fields matching AgentDefinition structure.
pub fn parse_agent_yaml(content: &str) -> Result<AgentDefinition>Parse an agent definition from YAML content
The YAML should contain fields matching AgentDefinition structure.