pub fn analyze_agent(
root: &Path,
custom_ignore: Option<&Path>,
) -> Result<AgentBundle>Expand description
Analyze an agent crate and return the source scope mdx-rust may inspect. Full analysis: walks the agent, extracts prompts/tools, identifies Rig usage.