Releases: whiteball-shiro/blue-whale-agent
Releases · whiteball-shiro/blue-whale-agent
Release list
v1.4
v1.3
转为内置功能(开启 MCP 开关即用,无需额外配置)
- 文件读写:列出目录 / 读文件 / 写文件 / 删除文件(原来在 qwen-files 、filesystem等外部脚本里)
- 生成文档:docx(Word)/ pdf / pptx(PPT)/ xlsx(Excel) —— 之前只有 docx/pdf/pptx 靠外部脚本,且新加了 Excel
- 这些和原有的本地生图一样,都是 builtin 内置,不依赖外部脚本、COM: 占位符
- 使用方式:对话里开 🧩 MCP 开关即可直接调用上述已内置工具。
仍然需要自己配置的(文档已写明) - 连接MySQL、网络搜索(web-search)、浏览器(playwright)、Windows 操控(windows-mcp) —— 依赖外部命令(node/npx/uvx),仍需按配置教程替换 COM: 占位符 + 装依赖。
v1.2
v1.1
- 本地 GPU 脚本 whale-gpu.ps1 已泛化:路径、端口、模型、参数都改成从 config.local.json 读取,未配置时自动探测(llama-server / lms / ComfyUI / 端口),不再写死某一台机器。
- 端口可配:comfyPort(默认 8188)、localLlamaPort(默认 49674)
- 参数可配:localCtxSize / localGpuLayers / localThreads / localChatTemplate /localExtraArgs / localCudaVendor
- 恢复文本模型优先用 LM Studio 的 lms;不用 LM Studio 的需配 localLlamaExe + localModelPath
5.config.local.json.example 补充了新的可配置字段。