Skip to main content

Module cli

Module cli 

Source
Expand description

Compiler CLI surface (CH-15): the compile subcommand.

Compiles a single UAR-AGENT-MD document into a signed super::pipeline::CompiledDescriptor, reusing the same 8-stage pipeline (super::pipeline::compile) the conversational/service compile paths use — not a separate implementation. Local release tooling uses it to compile+sign the agent template library (templates/*.agent.md), and it is usable standalone for any .agent.md document.

Functions§

run_compile
Compile the .agent.md document at path. Writes the signed descriptor JSON to out if given, else prints it to stdout.