Expand description
Versioned local JSON protocol shared by stdin/stdout and loopback HTTP transports.
Structs§
- Protocol
Artifact - One written artifact and its integrity metadata.
- Protocol
Error - Machine-readable protocol failure.
- Protocol
Output - Output selection for a render operation.
- Protocol
Request - One request in the stable local protocol.
- Protocol
Response - One response emitted for every request, including malformed or rejected work.
- Protocol
Timings - Per-stage timings in milliseconds.
Enums§
- Protocol
Operation - Supported protocol operations.
Constants§
- MAX_
PROTOCOL_ REQUEST_ BYTES - Maximum UTF-8 JSON request size accepted by bundled transports.
- PROTOCOL_
VERSION - Stable protocol version accepted by local integrations.
Functions§
- execute_
protocol_ request - Execute one validated request beneath a fixed local output root.
- execute_
protocol_ request_ with_ limits - Executes one request with service-owner resource ceilings.
- protocol_
failure - Build a response for malformed transport input that could not be deserialized.