-
Notifications
You must be signed in to change notification settings - Fork 0
Home
github-actions[bot] edited this page Aug 28, 2026
·
4 revisions
Manage AI agents the way Prism Launcher manages Minecraft instances. 像 Prism Launcher 管理 Minecraft 实例一样,管理你的 AI Agent。
欢迎来到 agentLauncher 的文档。这里是把 README 之外的细节讲透的地方。
🔗 仓库 Wiki 地址:
https://github.com/lildengzi/agentLauncher/wiki· 本地源文件在agentlauncher/docs/wiki,通过gh同步(外层docs/为离线设计稿,刻意不并入 Wiki)。
| 页面 Page | 内容 |
|---|---|
| Getting Started | 环境准备、构建、创建并启动第一个实例 |
| Instance Anatomy | 一个实例目录里的每个文件到底是什么 |
| Configuration | profile · 模型 · 插件 · 凭据 · .env 怎么配 |
| Architecture | Tauri 外壳 + 6 引擎 (dsh/pi/omp/claude/codex/opencode) + 前后端契约 |
| FAQ | 常见问题与排障 |
- 它是什么:一个 AI Agent 的图形化启动器 / 管理器(不是聊天客户端)。
-
它管什么:实例(引擎 · profile / 模型 / 插件 / 凭据 /
.env)、插件 Hub、设置。 -
交互在哪:
dsh的 web 实例在 dsh 自己的网页里(启动器抓端口并开浏览器);其余 5 个引擎以 headless 一次性任务运行,日志流式回显。 -
技术栈:Tauri 2 (Rust) + Vue 3 + Vite + TailwindCSS;6 个
AgentRuntime(dsh·pi·omp·claude·codex·opencode,仅dsh有 web)。
界面与「实例隔离」理念深受 Prism Launcher 启发。agentLauncher 是一个独立项目,与 Prism Launcher、Mojang、DeepSeek 官方均无隶属关系。
📖 本 Wiki 由
agentlauncher/docs/wiki通过gh同步 · 同步脚本见scripts/sync-wiki.sh· 手动同步:pnpm wiki:sync灵感来自 Prism Launcher · 多引擎可扩展