ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
    Preparing search index...

    Interface AgentConnectionLifecycleExperimental

    interface AgentConnectionLifecycle {
        closed?: Promise<void>;
        startConnectHandlers?(): void;
    }
    Index
    closed?: Promise<void>
    • Experimental

      Returns void