Skip to content

wisp-science v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Jul 09:26
ff06213

wisp-science v0.1.0 — 早期测试版

这是 wisp-science 的首个公开版本,用于收集反馈、验证 Windows / macOS 桌面安装包与核心 agent 流程。仍在积极测试中,不建议用于生产或关键科研任务。

下载

  • Windows 安装包(MSI / NSIS)
  • macOS 安装包(.app / .dmg,未签名——首次启动需右键 →「打开」,或在「系统设置 → 隐私与安全性」中允许)

见下方 Assets。

当前能做什么

  • 本地桌面应用(Tauri v2,Windows 用 WebView2、macOS 用系统 WebKit)与 headless CLI
  • 对接 OpenAI 兼容 / Anthropic 模型,流式对话
  • 文件读写、搜索、Shell、Python REPL,支持拖拽/选择上传文件并在右侧面板预览
  • 内置 30 个 SKILL.md 科学工作流,统一 mcp_bio 入口覆盖 ~80 个生物数据库
  • SQLite 持久化会话、设置与 artifact 预览,支持消息编辑重发与会话历史切换
  • 安装包自包含skills/python/mcp-servers/bio-tools/seed/ 打包进安装资源;首次启动自动创建 venv 并通过 uv 安装 Python 依赖
  • 启动诊断:设置面板可查看 uv / skills / Python-MCP 是否就绪

已知局限(测试阶段)

  • MVP 垂直切片:功能覆盖有限,错误处理与边界情况尚未充分打磨
  • 需自备 API Key:桌面版写入 OS 密钥环;模型费用与配额由用户自行承担
  • 首次启动较慢:需联网让 uv provisioning venv、安装 Python 依赖
  • 安装包未签名:Windows 可能触发 SmartScreen 提示,macOS 需右键打开
  • 无自动更新:需手动下载新版本
  • 多 agent / 高级推理loop_engineFlashThinking 等仍在 Roadmap 中

反馈

问题与建议请提交 GitHub Issues


English: Early testing release — MVP desktop agent for science workflows on Windows and macOS, with a headless CLI. Installers are self-contained (bundled skills/python/MCP servers, auto-provisioned Python env on first launch) but unsigned and not auto-updating. Bring your own API key; not production-ready. See README for build instructions and roadmap.