chore: daily update 2026-08-09

This commit is contained in:
OpenWiki Bot
2026-08-09 02:33:45 +08:00
parent 06f60e166b
commit 3267338ba9
28 changed files with 1020 additions and 370 deletions
+14 -19
View File
@@ -19,30 +19,29 @@ This is the synthesis page for **AI Agent 工具** — Robin's daily-driver stac
## Agent stack architecture
<!-- openwiki: mermaid parse failed and this diagram was converted to a text fence so it does not break rendering. Fix the diagram source and restore the mermaid fence. Parser error: Heuristic: an unescaped angle bracket inside a label breaks rendering; rephrase the label. -->
```text
```mermaid
flowchart TD
User[Robin · desktop / mobile]
subgraph DesktopWSL[WSL · primary host]
Hermes[Hermes Agent v0.19 Quicksilver]
Cron1["cron 02:00<br/>openwiki-update.sh"]
Cron1["cron 02:00 (openwiki-update.sh)"]
end
subgraph DesktopPC[Windows desktop · secondary]
MiniMaxCode[MiniMax code<br/>+ 4 bridge skills]
MiniMaxCode["MiniMax code (+ 4 bridge skills)"]
CodexCLI[Codex CLI fallback]
end
subgraph Remote[ITX 24h host · future]
ITXHermes[Hermes Agent<br/>on Ubuntu 22.04]
ITXHermes["Hermes Agent (on Ubuntu 22.04)"]
end
subgraph Memory[Memory substrate]
OpenWiki[(OpenWiki<br/>local markdown wiki)]
Gitea[Gitea public mirror<br/>10.10.10.254:3080]
OpenWiki[("OpenWiki (local markdown wiki)")]
Gitea["Gitea public mirror (10.10.10.254:3080)"]
end
subgraph KB[Knowledge backends · NAS]
RAGFlowKB[RAGFlow<br/>18 KB · 32709 docs]
NocoDBDB[NocoDB<br/>13 lit tables]
SeaFileStore[SeaFile<br/>4 repos · 77 GB]
WikiJS[Wiki.js<br/>1500+ pages]
RAGFlowKB["RAGFlow (18 KB · 32709 docs)"]
NocoDBDB["NocoDB (13 lit tables)"]
SeaFileStore["SeaFile (4 repos · 77 GB)"]
WikiJS["Wiki.js (1500+ pages)"]
end
subgraph LLM[Local inference · see theme 04]
MiniMaxM3[MiniMax-M3 1M context]
@@ -96,8 +95,7 @@ The architecture shows three agent surfaces sharing the OpenWiki memory substrat
- **OpenWiki = LangChain 7/10 open-source "personal brain" framework.** Local markdown wiki rooted at `~/.openwiki/wiki`, mirrored to Gitea public `http://10.10.10.254:3080/Robin/openwiki-wiki`. Cron pipeline: every night 02:00 `openwiki-update.sh` (HN + Tavily + git-repo + M3 agent synthesis) → commit → push to Gitea. Every 02:30 `openwiki-update-sources.sh` (NocoDB + SeaFile + Wiki.js + RAGFlow health checks) → commit → push.
- **Five canonical synthesis pages** — [`/quickstart.md`](/quickstart.md), [`/themes.md`](/themes.md), [`/commitments.md`](/commitments.md), [`/open-questions.md`](/open-questions.md), [`/personal-logistics.md`](/personal-logistics.md). Five detailed theme pages under [`/themes/`](/themes/).
- **Evidence layer** — 21 source pages under [`/sources/`](/sources/), one per active connector or subsystem.
<!-- openwiki: broken internal link [/sources/README-ACTIVATION.md] file "/sources/README-ACTIVATION.md" does not exist. Fix the href or restore the target, then delete this comment. -->
- **Activation manual:** [`/sources/README-ACTIVATION.md`](/sources/README-ACTIVATION.md) (2026-07-27 update). 8 sections covering TL;DR / connectors not yet on / daily operations / what Robin manually does / what Robin never touches / cross-tool cheat sheet / today's real system status / changes from 7-26 / next steps.
- **Activation manual:** [`/README-ACTIVATION.md`](/README-ACTIVATION.md) (2026-07-27 update). 8 sections covering TL;DR / connectors not yet on / daily operations / what Robin manually does / what Robin never touches / cross-tool cheat sheet / today's real system status / changes from 7-26 / next steps.
- **Cheat sheet:** [`/sources/OpenWiki速查手册.md`](/sources/OpenWiki速查手册.md) (2026-07-27 one-shot reference for talking to colleagues / boss / agents about what OpenWiki is).
## Supporting toolchain (AI-side)
@@ -106,8 +104,7 @@ The architecture shows three agent surfaces sharing the OpenWiki memory substrat
- **Master template:** [`/sources/ldr-report-template.md`](/sources/ldr-report-template.md) — 8 铁律 + 3 trigger modes (精简 4 步 vs 完整 8 步 vs 自动) + 5-section report template (做什么 / 3 发现 / 4 维产品对接 / 局限 / 转发语+落款+PDF). Total report length 8001500 characters.
- **SOP lessons:** [`/sources/2026-07-27-4-27-sop-vs-implementation.md`](/sources/2026-07-27-4-27-sop-vs-implementation.md) — 9-step SOP vs 7-27 凭印象实操 comparison. PyMuPDF xref dedup + 30KB filter + p1 logo 剔除. NocoDB v1 + JSON body (范本 v2 fails 3x). SeaFile `?dl=1` suffix required. 3-frame SeaFile image 嵌入 markdown.
<!-- openwiki: broken internal link [/sources/memory-2026-07-16-tools-final.md] file "/sources/memory-2026-07-16-tools-final.md" does not exist. Fix the href or restore the target, then delete this comment. -->
- **Toolchain打通战报:** [`/sources/memory-2026-07-16-tools-final.md`](/sources/memory-2026-07-16-tools-final.md) — 2026-07-16 OpenWiki + Gitea + NocoDB + RAGFlow + Wiki.js + MiniMax code 端到端打通. 9 链路.
- **Toolchain打通战报:** [`/memory-2026-07-16-tools-final.md`](/memory-2026-07-16-tools-final.md) — 2026-07-16 OpenWiki + Gitea + NocoDB + RAGFlow + Wiki.js + MiniMax code 端到端打通. 9 链路.
### Remote access (RustDesk)
@@ -141,11 +138,9 @@ The architecture shows three agent surfaces sharing the OpenWiki memory substrat
| Question | Go to |
| --- | --- |
| What is OpenWiki and how do I use it? | [`/sources/OpenWiki速查手册.md`](/sources/OpenWiki速查手册.md) |
<!-- openwiki: broken internal link [/sources/README-ACTIVATION.md] file "/sources/README-ACTIVATION.md" does not exist. Fix the href or restore the target, then delete this comment. -->
| What connectors does OpenWiki have? | [`/sources/README-ACTIVATION.md`](/sources/README-ACTIVATION.md) |
| What connectors does OpenWiki have? | [`/README-ACTIVATION.md`](/README-ACTIVATION.md) |
| What is the LDR report format? | [`/sources/ldr-report-template.md`](/sources/ldr-report-template.md) |
| What are the LDR SOP lessons? | [`/sources/2026-07-27-4-27-sop-vs-implementation.md`](/sources/2026-07-27-4-27-sop-vs-implementation.md) |
| How is RustDesk configured? | [`/sources/rustdesk-sop.md`](/sources/rustdesk-sop.md) |
<!-- openwiki: broken internal link [/sources/memory-2026-07-16-tools-final.md] file "/sources/memory-2026-07-16-tools-final.md" does not exist. Fix the href or restore the target, then delete this comment. -->
| What did Robin do on 2026-07-16 (toolchain通)? | [`/sources/memory-2026-07-16-tools-final.md`](/sources/memory-2026-07-16-tools-final.md) |
| What did Robin do on 2026-07-16 (toolchain通)? | [`/memory-2026-07-16-tools-final.md`](/memory-2026-07-16-tools-final.md) |
| What is the ITX 24h host build? | [`/commitments.md`](/commitments.md) `itx-24h-host-build-2026-q3` |