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

    Class AgentProtocolRouterExperimental

    Routes a client connection to a version-specific ACP agent implementation, including the experimental draft ACP v2 API.

    The router consumes the first wire item, which must be an initialize request or a single-entry batch containing one. It selects the highest configured protocol version that does not exceed the client's requested version. Only the initialize params and optional batch framing are normalized; every later wire item is forwarded unchanged.

    Implements

    Index