Skip to main content

Module compiler_skill

Module compiler_skill 

Source
Expand description

Single-shot compiler skill — a NativeSkill that compiles a complete UAR-AGENT-MD document in one call.

§Usage

Tool name: uar.compile

{
  "markdown": "# Agent: My Agent\n\n## Metadata\n```yaml\n..."
}

Returns the full [CompileOutput] as JSON on success.

Structs§

CompilerAgentSkill
A NativeSkill that compiles a complete UAR-AGENT-MD Markdown document through the 8-stage pipeline and returns a signed descriptor.