From b517bd37967b1ea6a6933a14e10a0e0f790ca7e4 Mon Sep 17 00:00:00 2001 From: Zhengshou Lai Date: Sun, 19 Jul 2026 11:47:58 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20AGENTS.md=20?= =?UTF-8?q?=E4=B8=AD=20xiaohe=20provider=20key=20=E8=AF=B4=E6=98=8E\n\n-?= =?UTF-8?q?=20xiaohe=20=E7=9A=84=20provider=20API=20key=20=E7=94=B1=20xiao?= =?UTF-8?q?he=20=E8=87=AA=E5=B7=B1=E4=BF=9D=E5=AD=98=E5=9C=A8=20~/.xiaohe/?= =?UTF-8?q?agent/secrets.json\n-=20mytoolkit=20=E4=B8=8D=E5=86=8D=E7=AE=A1?= =?UTF-8?q?=E7=90=86=20provider=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index f4ccbc8..785b7b2 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -55,7 +55,7 @@ mytoolkit env list # 查看所有 key mytoolkit env export # 导出为 shell export 语句 ``` -本文件是 mytoolkit 与所有 skill 脚本的真源。xiaohe-agent 的 `~/.xiaohe/agent/config.json` 已迁移合并到本文件;xiaohe-agent 专属运行时偏好(如 `default_agent`、`backend_provider`、`vps_*`、`workspace_root`)保留在 `~/.xiaohe/agent/settings.json`。`xiaohe` 通过 `mytoolkit env` CLI 读写 provider API key;`myagents` 作为纯 launcher 不触碰本文件。 +本文件是 mytoolkit 与所有 skill 脚本的真源。旧版 `~/.xiaohe/agent/config.json` 中的工具类 key、账号、路径等已迁移合并到本文件;xiaohe-agent 专属运行时偏好(如 `default_agent`、`backend_provider`、`vps_*`、`workspace_root`)保留在 `~/.xiaohe/agent/settings.json`。xiaohe 的 provider API key 由 xiaohe 自己保存在 `~/.xiaohe/agent/secrets.json`,不经过 mytoolkit;`myagents` 作为纯 launcher 不触碰本文件。 ## 3. 语音合成 (TTS)