Skip to content
This repository was archived by the owner on Jun 29, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/site/ecosystem/llm-wiki-technologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,15 @@ Raw docs → LLM distills → wiki pages → [query time] → FTS / graph → re
| Co-STORM | Collaborative variant of STORM — builds dynamic knowledge map during research to guide compilation direction. |
| Agentic compilation loop | Agent loop: retrieve → draft → evaluate → re-retrieve → regenerate until knowledge is stable. |

## 2. Knowledge Representation
## 2. Standards & Formats

| Standard | Notes |
|---|---|
| [OKF v0.1](https://github.com/GoogleCloudPlatform/knowledge-catalog/tree/main/okf) (Open Knowledge Format) | Google Cloud's engineering spec for the "LLM Wiki" idea. A KB is a directory of Markdown files with YAML frontmatter. Emphasizes structured, portable, tool-agnostic knowledge units. WikiLoop bundles are OKF-conformant. |
| YAML frontmatter schema | Knowledge unit identity card: `type` (sop / metric / template / case / decision / risk / glossary), `title`, `description`, `source`, `tags`, `updated_at`, `status` (active / outdated / draft). |
| Knowledge unit + relations | Each unit is a standalone Markdown file; relations expressed as Markdown links — forms a navigable knowledge map for agents. |

## 3. Knowledge Representation

| Technology | Notes |
|---|---|
Expand Down
10 changes: 9 additions & 1 deletion docs/site/zh-CN/ecosystem/llm-wiki-technologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,15 @@ LLM Wiki(知识编译范式)背后的核心技术——知识在写入时预
| Co-STORM | STORM 的协作变体,研究过程中构建动态知识图谱指导编译方向。 |
| Agentic 编译循环 | Agent 循环:检索 → 草稿 → 评估 → 补充检索 → 再生成,直到知识稳定。 |

## 2. 知识表示
## 2. 标准与格式

| 标准 | 说明 |
|---|---|
| [OKF v0.1](https://github.com/GoogleCloudPlatform/knowledge-catalog/tree/main/okf)(Open Knowledge Format,开放知识格式) | Google Cloud 对 "LLM Wiki" 想法的工程化规格。知识库是包含 YAML frontmatter 的 Markdown 文件目录,强调知识的结构化、可携带性和工具无关性。WikiLoop 知识库与 OKF v0.1 兼容。 |
| YAML frontmatter Schema | 知识单元的"身份证":`type`(sop / metric / template / case / decision / risk / glossary)、`title`、`description`、`source`、`tags`、`updated_at`、`status`(active / outdated / draft)。 |
| 知识单元 + 关联 | 每个知识单元是独立的 Markdown 文件;关联关系用 Markdown 链接表达而非文件夹层级——形成供 Agent 导航的知识地图。 |

## 3. 知识表示

| 技术 | 说明 |
|---|---|
Expand Down
Loading