Skip to content

Commit a41d3ab

Browse files
committed
docs: update project description + improve example
1 parent d7ca990 commit a41d3ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ memory.add_hook(hook=hook)
7676
# Persists to SQLite AND upserts to ChromaDB.
7777
# If either fails, both are rolled back.
7878
memory.commit(Fact(
79+
type="user_feedback",
7980
payload={
8081
"content": "User prefers vegetarian options",
8182
"role": "profile"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "memstate"
33
version = "0.3.2"
4-
description = "ACID-like memory for Agents. Atomically syncs Pydantic models & Vector DBs with Git-style versioning."
4+
description = "Transactional Memory for AI Agents - Keep SQL and Vector DBs in sync with ACID-like guarantees"
55
readme = "README.md"
66
requires-python = ">=3.10"
77
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)