You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's a quick example of how to create a **`MemCube`**, load it from a directory, access its memories, and save it.
85
106
86
107
```python
@@ -102,7 +123,7 @@ for item in mem_cube.act_mem.get_all():
102
123
mem_cube.dump("tmp/mem_cube")
103
124
```
104
125
105
-
What about **`MOS`** (Memory Operating System)? It's a higher-level orchestration layer that manages multiple MemCubes and provides a unified API for memory operations. Here's a quick example of how to use MOS:
126
+
**`MOS`** (Memory Operating System) is a higher-level orchestration layer that manages multiple MemCubes and provides a unified API for memory operations. Here's a quick example of how to use MOS:
Copy file name to clipboardExpand all lines: evaluation/README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,7 @@ This repository provides tools and scripts for evaluating the `LoCoMo`, `LongMem
16
16
```
17
17
18
18
## Configuration
19
-
20
-
1. Copy the `.env-example` file to `.env`, and fill in the required environment variables according to your environment and API keys.
21
-
22
-
2. Copy the `configs-example/` directory to a new directory named `configs/`, and modify the configuration files inside it as needed. This directory contains model and API-specific settings.
19
+
Copy the `.env-example` file to `.env`, and fill in the required environment variables according to your environment and API keys.
0 commit comments