Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Class AdapterRegistry

    The routes a composition offers, and the only place a route is resolved.

    Index
    • Resolve one route for one call, once.

      Every check that can be made before anything is committed is made here: the provider exists, it serves this model, and its adapter transmits the bytes this encoder produces. A route that fails any of them fails BEFORE a signed request/header row exists, so a refusal costs nothing durable.

      Parameters

      • input: { model: string; providerId: string }

      Returns PinnedRoute

    • Drop a route. Returns whether one was there. In-flight pinned calls survive.

      Parameters

      • providerId: string

      Returns boolean