Expand description
First-class ACP client implementation of the canonical SDK runtime.
This adapter joins an already-running SDK-owned runtime through an ACP bridge process. The bridge is a transport lease only: dropping or detaching this client never owns or stops the remote runtime.
Structsยง
- AcpFrontend
Checkpoint - Durable delivery cursor for restarting an ACP frontend without replaying events it already consumed.
- AcpFrontend
Connect Options - Connection parameters for one ACP frontend attachment.
- AcpFrontend
Runtime - ACP transport implementing the same
SdkRuntimeconsumed by local and HTTP frontends.