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.mddocument atpath. Writes the signed descriptor JSON tooutif given, else prints it to stdout.