Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def chat_handler(args: Args[Input]) -> Output:
- `writable_cube_ids`: 替代原来的 `mem_cube_id`,支持多个cube
- Server API运行在8001端口,路径为 `/product/add`
- 确保与MemOS Server API接口一致,可参考 `examples/api/server_router_api.py` 中的示例
**IDE配置**<br>在IDE中可以自定义工具的参数、返回值格式等,确保与MemOS API接口一致。 采用此方法完成 search 接口以及用户注册接口的编写,并点点击发布
**IDE配置**<br>在IDE中可以自定义工具的参数、返回值格式等,确保与MemOS API接口一致。 采用此方法完成 search 接口以及用户注册接口的编写,并点击发布
::

### 发布并使用插件
Expand Down
2 changes: 1 addition & 1 deletion docs/cn/openclaw/examples/multi_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 多智能体记忆隔离
---
## 云插件

MemOS Openclaw 云插件支持多个 Agent 之间完全隔离记忆和和消息历史。每个 Agent 都只能看到自己的记忆,不会串台。
MemOS Openclaw 云插件支持多个 Agent 之间完全隔离记忆和消息历史。每个 Agent 都只能看到自己的记忆,不会串台。

### 如何使用

Expand Down
2 changes: 1 addition & 1 deletion docs/en/open_source/evaluation/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ get `questions_32k.csv` and `shared_contexts_32k.jsonl` from https://huggingface
```bash
# Edit the configuration in evaluation/scripts/run_pm_eval.sh
# Specify the model and memory backend you want to use (e.g., mem0, zep, etc.)
# If you want to use MIRIX, edit the the configuration in evaluation/scripts/personamem/config.yaml
# If you want to use MIRIX, edit the configuration in evaluation/scripts/personamem/config.yaml
evaluation/scripts/run_pm_eval.sh
```
2 changes: 1 addition & 1 deletion src/memos/templates/mem_reader_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"tags": ["书籍推荐", "深度工作", "时间管理", "报告"]
}
],
"summary": "助手向用户推荐了《深度工作》一书,并介绍了了其中的工作方法"
"summary": "助手向用户推荐了《深度工作》一书,并介绍了其中的工作方法"
}
注意:当对话仅有助手消息时,应使用"助手推荐"、"助手建议"等表述,而非将其错误归因为用户的陈述或计划。

Expand Down
Loading