Skip to content

Commit 236ce34

Browse files
committed
docs: replace engram memory visuals
1 parent d082931 commit 236ce34

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
A RAG memory system for AI agents. Store observations, retrieve relevant context by semantic similarity, and let your agents learn from what they've seen before.
88

9-
## Persistent Memory Board
9+
## Live Memory Console
1010

11-
<img src="assets/preview-dashboard.png" alt="Engram persistent memory board" width="100%" />
11+
<img src="assets/preview-dashboard.png" alt="Engram live memory console" width="100%" />
1212

13-
Live memory board for Engram: agent observations, risk warnings, outcome memories, retrieval health, and decay windows visible as a persistent context layer for autonomous agents.
13+
Live memory console for Engram: memory intake, active recall queries, top reranked results, memory hygiene, category index, API activity, store health, lifecycle hooks, and event logs for the persistent agent memory layer.
1414

15-
## Memory Loop
15+
## How Agent Memory Works
1616

17-
<img src="assets/preview-loop.png" alt="Engram memory loop" width="100%" />
17+
<img src="assets/preview-loop.png" alt="Engram agent memory workflow" width="100%" />
1818

19-
How Engram turns raw observations into reusable agent memory: store events, merge near-duplicates, prune expired entries, and retrieve the most relevant context before the next decision.
19+
How Engram turns observations into searchable memory: store events, embed and index them in ChromaDB, merge near-duplicates, prune expired noise, and recall the most useful context before the next agent decision.
2020

2121
---
2222

assets/preview-dashboard.png

-74.3 KB
Loading

assets/preview-loop.png

211 KB
Loading

0 commit comments

Comments
 (0)