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

    Class ClientApp

    Client-side app builder.

    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

    Constructors

    Methods

    • 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