Expand description
Low-level Rust client transport for the AgentOS language execution native sidecar.
This crate owns the framed stdio transport and exposes the generated AgentOS language execution wire protocol. Higher level products layer their own authentication, extension payloads, and typed API surfaces on top of this transport.
Re-exports§
pub use error::TransportError;pub use error::TransportResult;pub use transport::SidecarTransport;pub use transport::WireSidecarCallback;
Modules§
- error
- transport
SidecarTransport: spawns a native sidecar binary and speaks the existing framed BARE protocol over its stdio.- wire
- Raw generated AgentOS language execution sidecar protocol types and BARE frame helpers.