Skip to content

Consolidator

reference
1 min readUpdated

Kind: Class

Source: atloria-monorepo/libs/agent-core/src/memory/consolidator.ts

Methods

MethodSignatureReturns
consolidateconsolidate(store: MemoryStore, projectId: string)ConsolidationReport

Where it refuses work

  • Consolidator stops the work with an early return when confDiff !== 0.
  • Consolidator stops the work with an early return when a.accessCount !== b.accessCount.
  • Consolidator stops the work with an early return when absorbedConf > keeperConf.

Was this page helpful?

Download as PDF