Agent Client Protocol - v1.0.0
    Preparing search index...

    Type Alias AgentConnectHandler

    AgentConnectHandler: (connection: AgentConnection) => MaybePromise<void>

    Handler called when an AgentApp opens a connection.

    Type Declaration