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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
hard | readonly | boolean | - | packages/memory/src/search/iterative.ts:68 |
score | readonly | number | Aggregate difficulty score, clamped to [0, 1]. | packages/memory/src/search/iterative.ts:70 |
signals | readonly | readonly string[] | Heuristic categories that fired ('multi-hop', 'temporal', …). | packages/memory/src/search/iterative.ts:72 |