Skip to content

Commit dd9ef7a

Browse files
committed
V1.2.1
1 parent db3d941 commit dd9ef7a

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

sdk-js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Local-first long-term memory engine for AI apps and agents. **Self-hosted. Explainable. Scalable.**
88

9-
![Demo](../.github/openmemory.gif)
9+
![Demo](https://github.com/CaviraOSS/OpenMemory/blob/main/.github/openmemory.gif?raw=true)
1010

1111
---
1212

sdk-py/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Local-first long-term memory engine for AI apps and agents. **Self-hosted. Explainable. Scalable.**
88

9-
![Demo](../.github/openmemory.gif)
9+
![Demo](https://github.com/CaviraOSS/OpenMemory/blob/main/.github/openmemory.gif?raw=true)
1010

1111
---
1212

sdk-py/pyproject.toml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,26 @@ name = "openmemory-py"
77
version = "1.0.0"
88
description = "OpenMemory Python SDK provides a local-first long-term memory engine for AI agents and LLM applications. Features include semantic search, multi-sector memory, temporal fact storage, automatic decay, and explainable recall paths. Works fully offline or with the OpenMemory backend."
99
readme = "README.md"
10-
keywords = "ai llm memory long-term-memory agent agents semantic-memory episodic-memory vector-search persistent-memory llm-memory cognitive-memory temporal-graph mcp claude openai python sdk"
10+
keywords = [
11+
"ai",
12+
"llm",
13+
"memory",
14+
"long-term-memory",
15+
"agent",
16+
"agents",
17+
"semantic-memory",
18+
"episodic-memory",
19+
"vector-search",
20+
"persistent-memory",
21+
"llm-memory",
22+
"cognitive-memory",
23+
"temporal-graph",
24+
"mcp",
25+
"claude",
26+
"openai",
27+
"python",
28+
"sdk"
29+
]
1130
authors = [{ name = "OpenMemory Team" }]
1231
license = { text = "Apache-2.0" }
1332
classifiers = [

0 commit comments

Comments
 (0)