Agent-side connection returned by AgentApp.connect(...).
AgentApp.connect(...)
Use client to call client-side ACP methods for the lifetime of the connection.
client
Readonly
AbortSignal that aborts when the connection closes.
Promise that resolves when the connection closes.
Context for calling client-side ACP methods.
Closes the connection and rejects pending requests.
Optional
Agent-side connection returned by
AgentApp.connect(...).Use
clientto call client-side ACP methods for the lifetime of the connection.