pub fn parse_agent_file(content: &str) -> Result<ParsedAgentFile>Expand description
Parse a raw agent file string into an AgentFile.
Returns Err only for fatal parse errors.
Lint warnings are returned via ValidationResult from validate_agent_file.