Browse Platform
Platform · Reference

Memory

1 min read

Nodes

NodeDescription
Buffer MemoryAttach this node to an Agent or LLM to keep track of the conversation history.
Compact MemoryDynamic memory with compression that automatically manages context window limits by compressing old messages while preserving important information.
Temporal Thread MemoryKeeps the current thread plus a recent time window in prompt context, then offers bounded same-session search for older complete turns.
Tiered MemoryThree-tiered memory: No Compression → Tool Compression → Aggressive Tool & Response Compression