File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1- # MemState — Transactional Memory for AI Agents
1+ # MemState - Transactional Memory for AI Agents
22
33[ ![ PyPI version] ( https://img.shields.io/pypi/v/memstate.svg )] ( https://pypi.org/project/memstate/ )
44[ ![ Python versions] ( https://img.shields.io/pypi/pyversions/memstate.svg )] ( https://pypi.org/project/memstate/ )
@@ -10,6 +10,10 @@ Ensures Structured Data (SQL) and Semantic Data (Vector Embeddings) stay synchro
1010
1111<p align =" center " >
1212 <img src =" https://raw.githubusercontent.com/scream4ik/MemState/main/assets/docs/demo.gif " width =" 100% " />
13+ <br >
14+ <strong >Demo:</strong > Without MemState → memory gets inconsistent ❌   ;  ; |  ;  ; With MemState → atomic, type-safe, rollbackable agent state ✅
15+ <br >
16+ <em >All demo scripts are available in the <code >examples/</code > folder for reproducibility.</em >
1317</p >
1418
1519---
You can’t perform that action at this time.
0 commit comments