Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/memory / / DifficultyAssessment

Interface: DifficultyAssessment

Defined in: packages/memory/src/search/iterative.ts:67

Outcome of the heuristic difficulty gate. hard is the gating decision (score >= threshold); signals lists which heuristic categories fired, for explainability / tracing.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
hardreadonlyboolean-packages/memory/src/search/iterative.ts:68
scorereadonlynumberAggregate difficulty score, clamped to [0, 1].packages/memory/src/search/iterative.ts:70
signalsreadonlyreadonly string[]Heuristic categories that fired ('multi-hop', 'temporal', …).packages/memory/src/search/iterative.ts:72