Documentation
¶
Overview ¶
Example: Persistent Agent Memory
Demonstrates how to combine PersistentConcurrentOrderedMap with the Graph to build an agent that:
- Persists every memory to disk (survives restarts)
- Searches memories by semantic similarity (vector index)
- Builds a relationship graph between memories over time
Run it twice to see persistence in action:
go run main.go # populates the store go run main.go # loads from disk, data is there
Click to show internal directories.
Click to hide internal directories.