Skip to content

AgentNoteStore

reference
1 min readUpdated

Kind: Class

Source: atloria-monorepo/libs/agent-core/src/autonomous/autonomous-loop.ts

Store for session-scoped agent notes. Shared between the note tool and the TurnHook.

Methods

MethodSignatureReturns
addadd(turn: number, content: string)AgentNote
getAllgetAll()AgentNote[]
countcount()number
formatformat()string

Where it refuses work

  • AgentNoteStore stops the work with an early return when this.notes.length === 0.

Was this page helpful?

Download as PDF