nexus-agents - v2.80.0
    Preparing search index...

    Class AgenticAdapter

    Agents exports - Agent framework, Orchestrator, Experts Split from index.ts for file size compliance (Issue #285)

    Implements

    Index

    Constructors

    Properties

    providerId: string
    modelId: string
    adapterStrategy: string

    Adapter strategy stamp — composed from the resolved model identity, NOT the IModelAdapter's providerId. For a custom OpenAI gateway fronting Claude, this reads native:anthropic even though IModelAdapter.providerId === 'openai'.

    Initialised eagerly from the modelId parse (sync); upgraded after the first runAgent if the probe contributes a higher-confidence vendor signal.

    Methods

    • Read-only accessor for the resolved identity. After the first runAgent call (if a probe ran), this may differ from what the sync constructor stored — useful for audit logs.

      Returns ResolvedModelIdentity