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
| Method | Signature | Returns |
|---|---|---|
add | add(turn: number, content: string) | AgentNote |
getAll | getAll() | AgentNote[] |
count | count() | number |
format | format() | string |
Where it refuses work
AgentNoteStorestops the work with an early return whenthis.notes.length === 0.
Was this page helpful?