Skip to content

Commit b4aa571

Browse files
authored
Merge branch 'dev' into schema_output
2 parents 9f60d26 + 4e1a991 commit b4aa571

File tree

81 files changed

+6514
-6380
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+6514
-6380
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# MemOS: Memory Operating System for AI Agents
2+
3+
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.
4+
5+
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**.
16
<div align="center">
27
<a href="https://memos.openmem.net/">
38
<img src="https://statics.memtensor.com.cn/memos/memos-banner.gif" alt="MemOS Banner">
@@ -39,8 +44,18 @@
3944
<img src="https://img.shields.io/badge/License-Apache_2.0-green.svg?logo=apache" alt="License">
4045
</a>
4146
</p>
47+
48+
49+
<a href="https://memos.openmem.net/">
50+
<img src="https://statics.memtensor.com.cn/memos/github_api_free_banner.gif" alt="MemOS Free API Banner">
51+
</a>
52+
4253
</div>
4354

55+
56+
Get Free API: [Try API](https://memos-dashboard.openmem.net/quickstart/?source=github)
57+
58+
4459
---
4560

4661
<img src="https://cdn.memtensor.com.cn/img/1762436050812_3tgird_compressed.png" alt="SOTA SCORE">
@@ -49,7 +64,7 @@
4964

5065
- **Website**: https://memos.openmem.net/
5166
- **Documentation**: https://memos-docs.openmem.net/home/overview/
52-
- **API Reference**: https://memos-docs.openmem.net/docs/api/info/
67+
- **API Reference**: https://memos-docs.openmem.net/api-reference/configure-memos/
5368
- **Source Code**: https://github.com/MemTensor/MemOS
5469

5570
## 📰 News

evaluation/scripts/temporal_locomo/models/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)