d93b07f0a9
- Electron + React + TypeScript 桌面应用 - SSH 连接管理(ssh2) - AI Agent ReAct 循环(OpenAI 兼容 API) - 5 个内置工具(命令执行、文件读写、目录列表、系统信息) - 6 个模型预设(GPT-4o、DeepSeek、通义千问、豆包、Ollama、LM Studio) - 自定义模型支持 - 高风险工具审批流 - 无边框窗口 + 自定义标题栏 - AI 对话区右侧布局 - xterm.js 终端仿真 - 配置持久化(electron-store)
239 B
239 B
- 核心框架:Electron 30 + React 18 + TypeScript。
- 构建工具:Vite (渲染进程) + tsc (主进程)。
- 关键依赖:
ssh2(SSH 协议实现),openai(LLM 接口),zustand(状态管理),@xterm/xterm(终端模拟)。