pub fn parse_agent_md(content: &str) -> Result<AgentConfig>Expand description
Parse an agent markdown file (YAML frontmatter + body) into an AgentConfig.
The frontmatter provides name, description, tools, and skill_tags. The markdown body (trimmed) becomes the agent’s system prompt.