Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/provider / / PERMANENT_LOOPBACK_CLASSIFICATION

Variable: PERMANENT_LOOPBACK_CLASSIFICATION

ts
const PERMANENT_LOOPBACK_CLASSIFICATION: LocalProviderClassification;

Defined in: packages/provider/src/trust/classify-local-provider.ts:250

Permanent loopback classification used by in-process adapters (e.g. the llamaCppNodeAdapter companion package). Adapters that have no baseUrl declare this directly to make the source-of-truth symmetry obvious.

Stable