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§
- Meditate
Config - Configuration for the meditate (memory consolidation) operation.
- Meditate
Result - Summary of what a meditate operation did.
- Memory
Config - Configuration for the agent’s memory tiers.
- Working
Note - A note the agent writes to itself during execution.
Enums§
- Note
Category - Classification for working notes.