agentic-memory-agent

command
v2.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Example: Persistent Agent Memory

Demonstrates how to combine PersistentConcurrentOrderedMap with the Graph to build an agent that:

  1. Persists every memory to disk (survives restarts)
  2. Searches memories by semantic similarity (vector index)
  3. 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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL