Re-exports§
pub use runtime_endpoint::RunStarter;pub use runtime_endpoint::RuntimeEndpoint;pub use transcoder::TranscoderEndpoint;
Modules§
- http_
run - http_
sse - nats
- runtime_
endpoint - RuntimeEndpoint: message-driven Endpoint<AgentEvent, RuntimeInput>.
- transcoder
Structs§
- Endpoint
Pair - A matched pair of endpoints representing both sides of a transport channel.
- Relay
Cancellation - Lightweight cancellation token for relay loops.
- Session
Id - Session key for one chat transport binding.
- Transport
Binding - Bound transport session with both sides.
- Transport
Capabilities - Transport-level capability declaration used for composition checks.
Enums§
Traits§
- Endpoint
- Generic endpoint view.
Functions§
- channel_
pair - Create an in-memory
EndpointPairbacked by bounded channels. - relay_
binding - Relay one bound session bidirectionally:
Type Aliases§
- BoxStream
- Common boxed stream for transport endpoints.