Expand description
Native sidecar scaffold that composes the kernel and execution crates.
Re-exports§
pub use extension::Extension;pub use extension::ExtensionContext;pub use extension::ExtensionFuture;pub use extension::ExtensionInterruptRequest;pub use extension::ExtensionInterruptResponse;pub use extension::ExtensionResponse;pub use service::NativeSidecar;pub use service::NativeSidecarConfig;pub use service::SidecarError;
Modules§
- extension
- generated_
protocol - limits
- Native compatibility exports for shared VM-scoped runtime limits.
- package_
projection - agentOS package projection.
- protocol
- service
- stdio
- wire
- Generated Secure Exec sidecar wire protocol surface.
Structs§
Traits§
- Event
Sink Transport - Fire-and-forget live event sink. Lets an extension emit a
session/update(or any other) event frame to the host mid-dispatch, instead of having to return it from the dispatch and wait for the whole request to resolve before the stdio loop flushes it. MirrorsSidecarRequestTransport, but events have no response, no request id, and no timeout — they are written to the same outbound stdout channel the batch path uses. - Native
Sidecar Bridge - Sidecar
Request Transport