Skip to main content

Module pipeline

Module pipeline 

Source
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§

CompileContext
Mutable context passed through all 8 stages.
CompileOutput
Compiled output: descriptor JSON + signature + compile report.
CompiledDescriptor
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.