- 新增 thinking_mode 参数(fast/thinking),支持根据任务复杂度选择模式 - 优化子智能体工具说明,提供详细的使用场景示例 - 增强子智能体状态展示,添加统计信息摘要 - 完善交付目录验证,要求必须为不存在的新目录 - 优化子智能体完成/超时/失败的消息格式 - 同步更新前端和批处理相关代码 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
34 lines
1015 B
JSON
34 lines
1015 B
JSON
{
|
|
"tavily_api_key": "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",
|
|
"default_model": "kimi-k2.5",
|
|
"models": [
|
|
{
|
|
"url": "https://coding.dashscope.aliyuncs.com/v1",
|
|
"name": "kimi-k2.5",
|
|
"apikey": "sk-sp-0967ae3d7be84839b4c532d1ce72d6f6",
|
|
"modes": "快速,思考",
|
|
"multimodal": "图片,视频",
|
|
"max_output": 32000,
|
|
"max_context": 256000
|
|
},
|
|
{
|
|
"url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
|
"name": "qwen3.5-plus",
|
|
"apikey": "sk-64af1343e67d46d7a902ef5bcf6817ad",
|
|
"modes": "快速,思考",
|
|
"multimodal": "图片",
|
|
"max_output": 32768,
|
|
"max_context": 256000
|
|
},
|
|
{
|
|
"url": "https://api.minimaxi.com/v1",
|
|
"name": "minimax-m2.5",
|
|
"apikey": "sk-api-iUGqWBvtdqbm74ch4wy__PGZE5xsWzYiHZsWS9naQCWILeRiH9SNWJmnFPbGYDEF37lNjO4GYJPYilB5Z82FmUyVXuKzwNUgk9BvJY5v-lMtRJy0CDrqWCw",
|
|
"modes": "思考",
|
|
"multimodal": "",
|
|
"max_output": 65536,
|
|
"max_context": 204800
|
|
}
|
|
]
|
|
}
|