Files
2026-07-12 21:26:08 +08:00

31 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# llm-wiki-agent
本地运行的知识库工作台。以对话为中心,通过 `@` 引用知识库内容、`/` 调用工具能力,把对话沉淀为可读可分享的产物(笔记、HTML、PPT、Word 等)。
> 这是 **llm-wiki monorepo** 里的 agent 工作台(`workbench/` 子目录)。当前进度、定位、路线、决策见 [PRODUCT.md](PRODUCT.md)。
## 这个项目是什么
- llm-wiki 的 **agent 工作台形态**,与 Skill 形态同处一个 monorepo,读写同一份知识库格式
- 基于 [pi-agent](https://github.com/earendil-works/pi) 的 SDK
- 本地运行,未来打包为 Tauri 桌面应用
## 完整说明
产品定位、架构、路线图、决策记录全部在 [`PRODUCT.md`](PRODUCT.md)。
**任何想了解或参与这个项目的人,先读 PRODUCT.md。**
## 开发
从 monorepo 根执行 `npm run dev`,并行起后端(`8787`)和前端(`5180`)。详见 PRODUCT.md §10 与 monorepo 根 `CLAUDE.md`
### 环境要求
- Node `>=22.19.0`pi-coding-agent 0.75.x 的硬要求)
- 推荐用 [mise](https://mise.jdx.dev/) 或 nvm 管理版本,仓库根有 `.mise.toml` / `.nvmrc`
## License
MIT