Member Junction
    Preparing search index...
    • Tree-shaking guard.

      The adapters register themselves with ClassFactory via @RegisterClass as a side effect of being loaded. A bundler that sees no direct import of a module is free to drop it, which would leave AIAgentHarness.DriverClass resolving to nothing at runtime — a failure that only appears in a built artifact, never in dev. Calling this from a consumer's startup path keeps them reachable.

      Returns void