Skip to main content

Module acp_frontend

Module acp_frontend 

Source
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ยง

AcpFrontendCheckpoint
Durable delivery cursor for restarting an ACP frontend without replaying events it already consumed.
AcpFrontendConnectOptions
Connection parameters for one ACP frontend attachment.
AcpFrontendRuntime
ACP transport implementing the same SdkRuntime consumed by local and HTTP frontends.