跳到主要內容

關於

AI 工作的 LLM wiki。

AI 代理捕捉學到的內容,你加入信任來源,Wenlan 讓有來源依據的 wiki 頁面在 AI 工作中保持最新。

專案狀態

01

版本 v0.15.8

02

支援 macOS、Linux、Windows

03

Apache-2.0

04

Qi-Xuan Lu 建置

01

為什麼 Wenlan 存在

AI 工作已經變成嚴肅工作,但大多數 sessions 仍像一次性對話一樣結束。決策、debugging lessons、專案限制和 handoffs 都被埋在舊 chats 裡。

Wenlan 是為了讓工作累積成 LLM wiki 而建。AI 代理可以保存重要內容,之後 recall,並讓有來源依據的 refined context 跨 MCP-compatible tools 持續可用。

02

設計原則

本地優先

Memory 從你的機器開始。Cloud sync、telemetry、本地模型和 API keys 都是 opt-in,而不是預設的 source of truth。

人可閱讀

Memory、page 和 session writes 會在本地 git 留下 Markdown artifacts。daemon database 負責 retrieval,而有來源引用的 artifacts 仍可檢查。

Session 節奏

Wenlan 順著 AI 工作實際發生的方式:載入 context、捕捉 durable facts、寫 handoffs,並把正確 context 帶進下一次執行。

刻意蒸餾

Sessions 之間,Wenlan 會 deduplicate 重複 facts 並連結相關 ideas。當一個 topic 值得成為 source-backed page 時,執行 /distill;本地模型或 API keys 可以加入 automatic page distillation 和更豐富的 graph work。

03

由 Qi-Xuan Lu 建置

Wenlan 由 Qi-Xuan Lu (GitHub @7xuanlu) 建置與維護。背景涵蓋 AI infrastructure、knowledge graphs 和 local-first systems。

這項工作聚焦在 agent 能建構、使用者能檢查的 LLM wiki:libSQL 上的 hybrid retrieval、可讀頁面的真實 git versioning、session handoffs、status artifacts、distilled pages 的 mandatory provenance,以及一個 daemon 服務多種 AI tools。

專案渠道:bugs 和 feature requests 用 GitHub Issues,vulnerabilities 看 SECURITY.md,變更則看 Wenlan release notes。

04

目前狀態

Wenlan v0.15.8 提供 macOS Apple Silicon 桌面預覽版,以及 macOS、Linux (x86_64, aarch64; glibc) 和 Windows (x86_64) 原生 runtime 套件。macOS 預覽版尚未完成 notarization,Windows 仍是 runtime ZIP,不是桌面 App。daemon、CLI、MCP server、Claude Code plugin 與 Codex plugin 採 Apache-2.0;桌面 App crate 採 AGPL-3.0-only。