Skip to content
Merged
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
2 changes: 2 additions & 0 deletions bot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ All configurations are under the `bot` field in `ov.conf`, with default values f
- If you don't use the locally started OpenViking Server, you can configure the url and the corresponding root user's API Key here
- root_api_key: In a multi-tenant scenario, the API KEY must have root privileges; otherwise, the bot cannot automatically register multiple OpenViking users, which is used to implement memory isolation.
- account_id: Defaults to default, which is the account ID of OpenViking. All users under an OpenViking account share resources.
- api_key_type: Optional `root` or `user`, default `root`. `root` keeps the original root-key fanout behavior; `user` switches the bot to the user-key flow for OpenViking client calls. See #1994 for the full client flow.
- exp_write_tools: Optional list of tool names that trigger experience-memory injection before the call (self-evolving agent memory loop, see #2007). Defaults to `["write_file", "edit_file"]`. Injection only fires when the OpenViking server has `memory.agent_memory_enabled` set; otherwise this list is harmless.
- `channels`: Message platform configuration, see [Message Platform Configuration](bot/docs/CHANNEL.md) for details

```json
Expand Down
2 changes: 2 additions & 0 deletions bot/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ bot将连接远程的OpenViking服务器,使用前需启动Openviking Server
- 若不使用本地启动的OpenViking Server,可在此配置url和对应的root user的API Key
- root_api_key: 多租户场景API KEY必须有root权限,否则bot无法自动注册多个OpenViking用户,用于实现memory的隔离
- account_id: 默认default,ov的账号ID,OpenViking account下所有user共享resources
- api_key_type: 可选 `root` 或 `user`,默认 `root`。`root` 保留原有的 root-key fanout 行为;`user` 切换 bot 走 user-key 流程调用 OpenViking 客户端。完整客户端流程详见 #1994。
- exp_write_tools: 可选,触发经验记忆注入的工具名列表(自演化 agent memory 循环,详见 #2007)。默认 `["write_file", "edit_file"]`。注入仅在 OpenViking server 启用 `memory.agent_memory_enabled` 时生效,否则此列表无作用。
- channels:消息平台配置,详见 [消息平台配置](bot/docs/CHANNEL.md)

```json
Expand Down