Skip to main content

Module cognitive_memory

Module cognitive_memory 

Source
Expand description

Cognitive memory types — working notes, categories, and memory configuration.

These types form the agent’s scratchpad — structured notes that the agent writes to itself during execution. Unlike free-text logs, these are queryable by category, sortable by relevance, and decayable over time.

Structs§

MeditateConfig
Configuration for the meditate (memory consolidation) operation.
MeditateResult
Summary of what a meditate operation did.
MemoryConfig
Configuration for the agent’s memory tiers.
WorkingNote
A note the agent writes to itself during execution.

Enums§

NoteCategory
Classification for working notes.