Skip to content

Commit d7ca990

Browse files
committed
docs: update demo description
1 parent 798b783 commit d7ca990

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 ❌ &nbsp;&nbsp;|&nbsp;&nbsp; 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
---

0 commit comments

Comments
 (0)