sql agent

This commit is contained in:
2026-07-17 15:09:40 +08:00
parent 444c2308f6
commit a8c7a44c9f
23 changed files with 649 additions and 114 deletions
+17 -1
View File
@@ -80,6 +80,22 @@
"contextWindow": 131072,
"maxTokens": 8192,
"api": "openai-completions"
},
{
"id": "qwen3.6-flash",
"name": "Qwen 3.6 Flash",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 1,
"output": 2,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 1000000,
"maxTokens": 384000
}
]
}
@@ -208,7 +224,7 @@
"workspace": "/home/yangxuan/.openclaw/workspace-sql",
"agentDir": "/home/yangxuan/.openclaw/agents/sql/agent",
"model": {
"primary": "newapi/qwen3.5-plus"
"primary": "newapi/qwen3.6-flash"
},
"identity": {
"name": "SQL",