Skip to content

Commit 3171a3f

Browse files
authored
Merge pull request #5 from lalaChen2002/dev_1112v
only for te6234567
2 parents 2e9c18d + 667b50b commit 3171a3f

File tree

3 files changed

+130
-2
lines changed

3 files changed

+130
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# MemOS: Memory Operating System for AI Agents
2-
098765432
2+
qwertyu
33
MemOS is an open-source **Agent Memory framework** that empowers AI agents with **long-term memory, personality consistency, and contextual recall**. It enables agents to **remember past interactions**, **learn over time**, and **build evolving identities** across sessions.
44

55
Designed for **AI companions, role-playing NPCs, and multi-agent systems**, MemOS provides a unified API for **memory representation, retrieval, and update** — making it the foundation for next-generation **memory-augmented AI agents**.

poetry.lock

Lines changed: 128 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ optional = true
153153
[tool.poetry.group.dev.dependencies]
154154
pre-commit = "^4.2.0"
155155
pytest-html = "^4.1.1"
156+
pytest-cov = "^5.0.0"
156157

157158

158159
[tool.poetry.group.test]

0 commit comments

Comments
 (0)