Expand description
Shared artifact and generated Capability codec seams for Execution Adapters.
Structs§
- Artifact
Catalog - Immutable Instance-to-Artifact mapping injected by the Generation Supervisor.
- Artifact
Handle - Digest-verified, read-only execution input selected before Adapter preparation.
- Json
Capability Descriptor - One exact request Capability exposed by a guest Plugin.
- Json
Host Binding Descriptor - One exact Plan binding exposed to a guest Plugin after lifecycle activation.
- Json
Host Imports - Activated, Plan-bound Capability imports for one byte-oriented guest generation.
- Json
Plugin Descriptor - Exact guest declaration returned before an Adapter opens readiness.
- Json
Required Capability Descriptor - One exact Capability requirement declared by a guest Plugin.
Enums§
- Json
Invocation Outcome - Exact host outcome returned by a byte-oriented Plugin invocation.
- Json
Stream Frame - Canonical portable JSON frame returned by
stream-receiveguest exports. - Json
Stream Item - One exact transport frame received from a byte-oriented guest stream.
Constants§
- JSON_
HOST_ IMPORTS_ ABI_ V1 - Stable Request, Stream, and Plan-bound host Capability import ABI.
- JSON_
INTERACTIONS_ ABI_ V1 - Stable Request and bidirectional Stream guest ABI.
- JSON_
REQUEST_ ABI_ V1 - Stable request-only guest ABI implemented by byte-oriented Plugin runtimes.
Traits§
- Json
Capability Codec - Generated typed-value bridge shared by byte-oriented Execution Adapters.
- Json
Host Stream Session - Adapter-neutral host Stream session exposed to a byte-oriented guest.
- Json
Request Transport - Guest transport seam shared by Wasm Component and embedded-JavaScript Adapters.
- Json
Stream Session Transport - Adapter-owned transport session for the portable JSON Stream ABI.
- Json
Stream Transport - Guest transport seam shared by Stream-capable byte-oriented Adapters.
Functions§
- codecs_
for_ instance - Validates Plan descriptors against registered generated codecs.
- codecs_
for_ requirements - Validates every declared guest requirement against one registered generated codec.
- expected_
json_ plugin_ descriptor - Derives the only guest declaration accepted for one resolved Instance.
- json_
host_ invocation_ envelope - Encodes a host import Request result into the stable guest envelope.
- json_
host_ stream - Wraps one generated typed host Stream as portable JSON for a guest import.
- json_
request_ endpoints - Builds typed Kernel endpoints over one exact guest transport generation.
- json_
runtime_ failure - Projects a Runtime Failure into a bounded, secret-free guest ABI value.
- json_
stream_ endpoints - Builds typed Kernel Stream endpoints over one exact guest transport generation.
- prepare_
request_ app - Builds exact request bindings from Adapter-prepared Plugin generations.
- require_
operation - Looks up the exact codec and validates the Operation before dispatch.
- validate_
json_ plugin_ descriptor - Parses and compares a guest Ready declaration with exact Plan authority.
Type Aliases§
- Json
Host Request Future - Result of one Plan-bound host Request import after generated value translation.
- Json
Host Stream Open Future - Result of opening one Plan-bound host Stream import.
- Json
Stream Open Future - Adapter-owned result of opening one portable JSON stream transport session.