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

    Class ClientAppExperimental

    Client-side app builder for the experimental draft ACP v2 API.

    Methods on this class register typed client handlers and return this, so apps can be built with a fluent chain. connectWith(...) is the usual entry point for clients because it provides a ClientContext for calling agent-side requests and session helpers.

    Index
    • Experimental

      Registers a handler that runs when this client app opens a connection.

      Use this for connection-scoped work that needs to call agent-side ACP methods outside an inbound request handler.

      Parameters

      Returns this