Skip to main content

Crate agentos_native_sidecar

Crate agentos_native_sidecar 

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

DispatchResult
SidecarScaffold

Traits§

EventSinkTransport
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. Mirrors SidecarRequestTransport, but events have no response, no request id, and no timeout — they are written to the same outbound stdout channel the batch path uses.
NativeSidecarBridge
SidecarRequestTransport

Functions§

scaffold