Expand description
Background workers for the memory system.
- TTL worker: periodically expires stale memories (those past
valid_until). - Compression worker: periodically compresses old memories into summaries.
Functionsยง
- run_
ttl_ worker - Run the TTL expiry worker. Checks for expired memories every
interval_secsseconds.