Skip to main content

parse_partial

Function parse_partial 

Source
pub fn parse_partial(
    markdown: &str,
) -> Result<PartialAgentDescriptorIR, CompileError>
Expand description

Parse a UAR-AGENT-MD document into a PartialAgentDescriptorIR, tolerating missing sections. Used by conversational mode and for lenient parsing.