Variables

ENGINEERED_SOURCES

Variable: ENGINEERED_SOURCES

const ENGINEERED_SOURCES: ReadonlySet<ContextSource>

Defined in: src/recorders/core/contextEngineering.ts:67

Public set of "engineered" sources — the context-engineering primitives that consumers configure (RAG, Skills, Memory, Instructions, Steering, Facts) plus user-defined custom.

Frozen so consumers can .has(value) directly without copy.

On this page