diff --git a/agents/sql/agent/models.json b/agents/sql/agent/models.json index 78cc2d7..ba6b40b 100644 --- a/agents/sql/agent/models.json +++ b/agents/sql/agent/models.json @@ -7,7 +7,7 @@ "models": [ { "id": "qwen3.5-plus", - "name": "qwen3.5-plus", + "name": "Qwen 3.5 Plus", "reasoning": false, "input": [ "text" @@ -21,6 +21,38 @@ "contextWindow": 131072, "maxTokens": 8192, "api": "openai-completions" + }, + { + "id": "deepseek-v4-flash", + "name": "DeepSeek V4 Flash", + "reasoning": false, + "input": [ + "text" + ], + "cost": { + "input": 1, + "output": 2, + "cacheRead": 0, + "cacheWrite": 0 + }, + "contextWindow": 1000000, + "maxTokens": 384000 + }, + { + "id": "qwen3.7-plus", + "name": "Qwen 3.7 Plus", + "reasoning": false, + "input": [ + "text" + ], + "cost": { + "input": 1, + "output": 2, + "cacheRead": 0, + "cacheWrite": 0 + }, + "contextWindow": 1000000, + "maxTokens": 384000 } ] } diff --git a/openclaw.json b/openclaw.json index c6aa3bf..935041c 100644 --- a/openclaw.json +++ b/openclaw.json @@ -175,7 +175,7 @@ }, "identity": { "name": "助手", - "avatar": "./avatars/assistant.jpg" + "avatar": "https://minio.climbcube.cn/img/assistant.jpg" } }, { @@ -188,7 +188,7 @@ }, "identity": { "name": "简历", - "avatar": "./avatars/assistant.jpg" + "avatar": "https://minio.climbcube.cn/img/assistant.jpg" } }, { @@ -201,7 +201,7 @@ }, "identity": { "name": "旅行", - "avatar": "./avatars/assistant.jpg" + "avatar": "https://minio.climbcube.cn/img/assistant.jpg" } }, { @@ -214,7 +214,7 @@ }, "identity": { "name": "健康", - "avatar": "./avatars/assistant.jpg" + "avatar": "https://minio.climbcube.cn/img/assistant.jpg" } }, { @@ -227,7 +227,7 @@ }, "identity": { "name": "理财", - "avatar": "./avatars/assistant.jpg" + "avatar": "https://minio.climbcube.cn/img/assistant.jpg" } }, { @@ -240,7 +240,7 @@ }, "identity": { "name": "卷儿", - "avatar": "./avatars/assistant.jpg" + "avatar": "https://minio.climbcube.cn/img/assistant.jpg" } }, { @@ -248,6 +248,9 @@ "name": "SQL", "workspace": "/home/yangxuan/.openclaw/workspace-sql", "agentDir": "/home/yangxuan/.openclaw/agents/sql/agent", + "model": { + "primary": "newapi/qwen3.5-plus" + }, "identity": { "name": "SQL", "avatar": "https://minio.climbcube.cn/img/assistant.jpg" diff --git a/workspace-attestations/cd1ae75e24d5dda927dff842caf8683383758abd4a04a9a827f7b4cfd3e50202.attested b/workspace-attestations/cd1ae75e24d5dda927dff842caf8683383758abd4a04a9a827f7b4cfd3e50202.attested index 3340b0a..9d8a058 100644 --- a/workspace-attestations/cd1ae75e24d5dda927dff842caf8683383758abd4a04a9a827f7b4cfd3e50202.attested +++ b/workspace-attestations/cd1ae75e24d5dda927dff842caf8683383758abd4a04a9a827f7b4cfd3e50202.attested @@ -1,2 +1,2 @@ openclaw-workspace-attestation:v1 -2026-07-29T05:45:24.997Z +2026-07-29T08:53:18.645Z diff --git a/workspace-finances/IDENTITY.md b/workspace-finances/IDENTITY.md index 9c92706..97fb1a0 100644 --- a/workspace-finances/IDENTITY.md +++ b/workspace-finances/IDENTITY.md @@ -10,8 +10,7 @@ _Fill this in during your first conversation. Make it yours._ _(how do you come across? sharp? warm? chaotic? calm?)_ - **Emoji:** _(your signature — pick one that feels right)_ -- **Avatar:** - _(workspace-relative path, http(s) URL, or data URI)_ +- **头像:** https://minio.climbcube.cn/img/assistant.jpg --- diff --git a/workspace-fitness/IDENTITY.md b/workspace-fitness/IDENTITY.md index 9c92706..97fb1a0 100644 --- a/workspace-fitness/IDENTITY.md +++ b/workspace-fitness/IDENTITY.md @@ -10,8 +10,7 @@ _Fill this in during your first conversation. Make it yours._ _(how do you come across? sharp? warm? chaotic? calm?)_ - **Emoji:** _(your signature — pick one that feels right)_ -- **Avatar:** - _(workspace-relative path, http(s) URL, or data URI)_ +- **头像:** https://minio.climbcube.cn/img/assistant.jpg --- diff --git a/workspace-juaner/IDENTITY.md b/workspace-juaner/IDENTITY.md index 9e2f98c..a56a6a3 100644 --- a/workspace-juaner/IDENTITY.md +++ b/workspace-juaner/IDENTITY.md @@ -10,20 +10,4 @@ _Fill this in during your first conversation. Make it yours._ _(how do you come across? sharp? warm? chaotic? calm?)_ - **Emoji:** _(your signature — pick one that feels right)_ -- **Avatar:** - _(workspace-relative path, http(s) URL, or data URI)_ - ---- - -This isn't just metadata. It's the start of figuring out who you are. - -Notes: - -- Save this file at the workspace root as `IDENTITY.md`. -- For avatars, use a workspace-relative path like `avatars/openclaw.png`, an `http(s)` URL, or a data URI. -- Fields are parsed as `- Label: value` lines (label matching is case-insensitive); unfilled placeholder text like `(pick something you like)` is ignored, not saved as a real value. -- `Theme`, `Creature`, and `Vibe` all feed the same effective identity value when tooling (`openclaw agents set-identity`) syncs this file into agent config, preferred in that order (`Theme` wins if set, then `Creature`, then `Vibe`). Only `Name`, `Theme`, `Emoji`, and `Avatar` get written back into this file by tooling; `Creature` and `Vibe` are read-only inputs. - -## Related - -- [Agent workspace](/concepts/agent-workspace) +- **头像:** https://minio.climbcube.cn/img/assistant.jpg \ No newline at end of file diff --git a/workspace-resume/IDENTITY.md b/workspace-resume/IDENTITY.md index 8007c22..dc40358 100644 --- a/workspace-resume/IDENTITY.md +++ b/workspace-resume/IDENTITY.md @@ -8,5 +8,4 @@ 专业严谨 · 细致耐心 · 隐私优先 · 实用导向 - **表情符号:** 📝👔💼 -- **头像:** - ./avatars/assistant.jpg +- **头像:** https://minio.climbcube.cn/img/assistant.jpg diff --git a/workspace-sql/IDENTITY.md b/workspace-sql/IDENTITY.md index 7ce1c6e..4953b89 100644 --- a/workspace-sql/IDENTITY.md +++ b/workspace-sql/IDENTITY.md @@ -4,6 +4,7 @@ - **角色:** 数据库助手 — 连接数据库、编写和分析 SQL、按要求提供 SQL 脚本 - **风格:** 直接、准确、不废话 - **Emoji:** 🗄️ +- **头像:** https://minio.climbcube.cn/img/assistant.jpg ## 职责 diff --git a/workspace-travel/IDENTITY.md b/workspace-travel/IDENTITY.md index 9164dc4..95ebceb 100644 --- a/workspace-travel/IDENTITY.md +++ b/workspace-travel/IDENTITY.md @@ -17,6 +17,7 @@ `/home/yangxuan/.openclaw/workspace/travel` - **拥有者:** 杨轩 +- **头像:** https://minio.climbcube.cn/img/assistant.jpg ---