Kind: Class
Source: atloria-monorepo/libs/agent-core/src/memory/consolidator.ts
Methods
| Method | Signature | Returns |
|---|---|---|
consolidate | consolidate(store: MemoryStore, projectId: string) | ConsolidationReport |
Where it refuses work
Consolidatorstops the work with an early return whenconfDiff !== 0.Consolidatorstops the work with an early return whena.accessCount !== b.accessCount.Consolidatorstops the work with an early return whenabsorbedConf > keeperConf.
Was this page helpful?