We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ca990 commit a41d3abCopy full SHA for a41d3ab
README.md
@@ -76,6 +76,7 @@ memory.add_hook(hook=hook)
76
# Persists to SQLite AND upserts to ChromaDB.
77
# If either fails, both are rolled back.
78
memory.commit(Fact(
79
+ type="user_feedback",
80
payload={
81
"content": "User prefers vegetarian options",
82
"role": "profile"
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "memstate"
3
version = "0.3.2"
4
-description = "ACID-like memory for Agents. Atomically syncs Pydantic models & Vector DBs with Git-style versioning."
+description = "Transactional Memory for AI Agents - Keep SQL and Vector DBs in sync with ACID-like guarantees"
5
readme = "README.md"
6
requires-python = ">=3.10"
7
license = { text = "Apache-2.0" }
0 commit comments