Expand description
8-stage compilation pipeline orchestrator.
Transforms a parsed AgentDescriptorIR into a signed CompiledDescriptor
through 8 sequential stages, recording verdicts in a CompileReport.
Structs§
- Compile
Context - Mutable context passed through all 8 stages.
- Compile
Output - Compiled output: descriptor JSON + signature + compile report.
- Compiled
Descriptor - The final compiled descriptor — a JSON-serializable artifact.
- PepBinding
- A PEP enforcement binding — maps a capability surface to its policy check.
Functions§
- compile
- Run the full 8-stage compilation pipeline.