@itradingai/aiwiki 0.2.18 → 0.2.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -12
- package/dist/src/app.js +9 -17
- package/dist/src/ingest.js +52 -27
- package/dist/src/lint.js +84 -1
- package/dist/src/payload.js +25 -10
- package/dist/src/wiki-entry.js +3 -3
- package/dist/src/workspace.js +18 -9
- package/docs/20260607-aiwiki-feature-pruning-plan.md +468 -0
- package/docs/20260607-aiwiki-long-term-operating-roadmap.md +409 -0
- package/docs/AGENT_HANDOFF.md +6 -7
- package/docs/FAQ.md +8 -2
- package/docs/README.md +8 -4
- package/docs/RELEASE.md +9 -14
- package/docs/ROADMAP.md +5 -0
- package/docs/SHOWCASE.md +19 -9
- package/docs/USAGE.md +23 -19
- package/docs/development-log.md +227 -0
- package/examples/demo-run/README.md +28 -0
- package/examples/demo-run/context-output.json +341 -0
- package/examples/demo-run/ingest-agent-output.txt +25 -0
- package/examples/demo-run/ingest-file-output.txt +23 -0
- package/examples/demo-run/input/agent-enriched-payload.json +88 -0
- package/examples/demo-run/input/local-article.md +5 -0
- package/examples/demo-run/lint-output.json +46 -0
- package/examples/demo-run/query-output.txt +54 -0
- package/examples/demo-run/setup-output.txt +9 -0
- package/examples/demo-run/status-output.txt +20 -0
- package/examples/obsidian-vault-sample/02-raw/articles/llm-wiki-notes.md +32 -0
- package/examples/obsidian-vault-sample/02-raw/articles/local-article.md +33 -0
- package/examples/obsidian-vault-sample/03-sources/article-cards/llm-wiki-notes.md +62 -0
- package/examples/obsidian-vault-sample/03-sources/article-cards/local-article.md +58 -0
- package/examples/obsidian-vault-sample/04-claims/_suggestions/llm-wiki-notes-claims.md +58 -0
- package/examples/obsidian-vault-sample/05-wiki/source-knowledge/llm-wiki-notes.md +103 -0
- package/examples/obsidian-vault-sample/05-wiki/source-knowledge/local-article.md +72 -0
- package/examples/obsidian-vault-sample/06-assets/_suggestions/llm-wiki-notes-assets.md +29 -0
- package/examples/obsidian-vault-sample/07-topics/ready/llm-wiki-notes-topics.md +29 -0
- package/examples/obsidian-vault-sample/08-outputs/outlines/llm-wiki-notes-outline.md +43 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603905-085f05/payload.json +24 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603905-085f05/processing-summary.md +56 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603905-085f05/raw.md +33 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603905-085f05/source-card.md +58 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603905-085f05/wiki-entry.md +72 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603980-89f570/creative-assets.md +29 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603980-89f570/draft-outline.md +43 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603980-89f570/payload.json +91 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603980-89f570/processing-summary.md +67 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603980-89f570/raw.md +32 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603980-89f570/source-card.md +62 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603980-89f570/topics.md +29 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603980-89f570/wiki-entry.md +103 -0
- package/examples/obsidian-vault-sample/_system/index.md +37 -0
- package/examples/obsidian-vault-sample/_system/log.md +8 -0
- package/examples/obsidian-vault-sample/_system/purpose.md +31 -0
- package/examples/obsidian-vault-sample/_system/schemas/aiwiki-frontmatter.md +21 -0
- package/examples/obsidian-vault-sample/_system/templates/review-note.md +16 -0
- package/examples/obsidian-vault-sample/_system/templates/source-card.md +34 -0
- package/examples/obsidian-vault-sample/aiwiki.yaml +18 -0
- package/examples/obsidian-vault-sample/dashboards/AIWiki Home.md +31 -0
- package/examples/obsidian-vault-sample/dashboards/Recent Runs.md +10 -0
- package/examples/obsidian-vault-sample/dashboards/Review Queue.md +12 -0
- package/examples/obsidian-vault-sample/dashboards/Source Cards.md +10 -0
- package/examples/obsidian-vault-sample/dashboards/Topic Pipeline.md +10 -0
- package/examples/obsidian-vault-sample/dashboards/Wiki Entries.md +10 -0
- package/package.json +13 -2
- package/skill/LINT_PROTOCOL.md +6 -4
- package/skill/SKILL.md +12 -5
- package/docs/POSITIONING_CONTEXT_COMPILER_PLAN.md +0 -347
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
aiwiki_id: "local-article:raw"
|
|
3
|
+
title: "local-article"
|
|
4
|
+
type: "raw_article"
|
|
5
|
+
status: "to-review"
|
|
6
|
+
slug: "local-article"
|
|
7
|
+
source_type: "file"
|
|
8
|
+
source_url: ""
|
|
9
|
+
created_at: "2026-06-08T16:06:03.905Z"
|
|
10
|
+
captured_at: "2026-06-08T16:06:03.902Z"
|
|
11
|
+
run_id: "20260608-160603905-085f05"
|
|
12
|
+
content_fingerprint: "sha256:24fb289f405c9dd3952100a30295c78f80aacabfd6fb08f7e098db86bd9ab7b9"
|
|
13
|
+
wiki_entry: "[[05-wiki/source-knowledge/local-article|Wiki 条目]]"
|
|
14
|
+
source_card: "[[03-sources/article-cards/local-article|资料卡]]"
|
|
15
|
+
raw_note: "[[02-raw/articles/local-article|原文]]"
|
|
16
|
+
run_summary: "[[09-runs/20260608-160603905-085f05/processing-summary|处理记录]]"
|
|
17
|
+
tags: ["aiwiki/raw"]
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# local-article
|
|
21
|
+
|
|
22
|
+
## AIWiki 链接
|
|
23
|
+
|
|
24
|
+
- Wiki 条目:[[05-wiki/source-knowledge/local-article|Wiki 条目]]
|
|
25
|
+
- 资料卡:[[03-sources/article-cards/local-article|资料卡]]
|
|
26
|
+
- 处理记录:[[09-runs/20260608-160603905-085f05/processing-summary|处理记录]]
|
|
27
|
+
|
|
28
|
+
# 示例文章
|
|
29
|
+
|
|
30
|
+
这是一篇用于 `aiwiki ingest-file` 的中文测试文章。
|
|
31
|
+
|
|
32
|
+
它应该被保存为 raw,并生成资料卡、建议素材和 processing-summary。
|
|
33
|
+
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
---
|
|
2
|
+
aiwiki_id: "llm-wiki-notes:source-card"
|
|
3
|
+
title: "LLM Wiki Notes"
|
|
4
|
+
type: "source_card"
|
|
5
|
+
status: "to-review"
|
|
6
|
+
slug: "llm-wiki-notes"
|
|
7
|
+
source_type: "url"
|
|
8
|
+
source_url: "https://example.com/llm-wiki"
|
|
9
|
+
url: "https://example.com/llm-wiki"
|
|
10
|
+
fetcher: "host-agent"
|
|
11
|
+
created_at: "2026-06-08T16:06:03.980Z"
|
|
12
|
+
captured_at: "2026-05-14T10:00:00+08:00"
|
|
13
|
+
run_id: "20260608-160603980-89f570"
|
|
14
|
+
content_fingerprint: "sha256:7e9fcf3257160956b260fe36c2c3dbdddf91b86856e989045eee547ff0019a9a"
|
|
15
|
+
wiki_entry: "[[05-wiki/source-knowledge/llm-wiki-notes|Wiki 条目]]"
|
|
16
|
+
source_card: "[[03-sources/article-cards/llm-wiki-notes|资料卡]]"
|
|
17
|
+
raw_note: "[[02-raw/articles/llm-wiki-notes|原文]]"
|
|
18
|
+
claims_note: "[[04-claims/_suggestions/llm-wiki-notes-claims|Claim 建议]]"
|
|
19
|
+
assets_note: "[[06-assets/_suggestions/llm-wiki-notes-assets|素材建议]]"
|
|
20
|
+
topics_note: "[[07-topics/ready/llm-wiki-notes-topics|选题]]"
|
|
21
|
+
outline_note: "[[08-outputs/outlines/llm-wiki-notes-outline|大纲]]"
|
|
22
|
+
run_summary: "[[09-runs/20260608-160603980-89f570/processing-summary|处理记录]]"
|
|
23
|
+
grounding_evidence_available: false
|
|
24
|
+
grounding_evidence_channel: "none"
|
|
25
|
+
grounding_needs_review: true
|
|
26
|
+
grounding_markers: ["unsupported_claims"]
|
|
27
|
+
grounding_claim_count: "1"
|
|
28
|
+
grounding_claim_quote_count: "0"
|
|
29
|
+
grounding_unsupported_claim_count: "1"
|
|
30
|
+
coverage_suspected_incomplete: false
|
|
31
|
+
aliases: ["LLM Wiki Notes"]
|
|
32
|
+
tags: ["aiwiki/source-card"]
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
# LLM Wiki Notes
|
|
36
|
+
|
|
37
|
+
## Obsidian 链接
|
|
38
|
+
|
|
39
|
+
- Wiki 条目:[[05-wiki/source-knowledge/llm-wiki-notes|Wiki 条目]]
|
|
40
|
+
- 原文:[[02-raw/articles/llm-wiki-notes|原文]]
|
|
41
|
+
- Claim 建议:[[04-claims/_suggestions/llm-wiki-notes-claims|Claim 建议]]
|
|
42
|
+
- 素材建议:[[06-assets/_suggestions/llm-wiki-notes-assets|素材建议]]
|
|
43
|
+
- 选题:[[07-topics/ready/llm-wiki-notes-topics|选题]]
|
|
44
|
+
- 大纲:[[08-outputs/outlines/llm-wiki-notes-outline|大纲]]
|
|
45
|
+
- 处理记录:[[09-runs/20260608-160603980-89f570/processing-summary|处理记录]]
|
|
46
|
+
|
|
47
|
+
## 摘要
|
|
48
|
+
|
|
49
|
+
这是一篇关于 LLM Wiki 的文章,讨论了 Agent-first 本地知识库、结构化条目和持续整理。
|
|
50
|
+
|
|
51
|
+
## Problem / Evidence / Reuse
|
|
52
|
+
|
|
53
|
+
- problem_solved: LLM Wiki 把资料整理成可持续维护的本地知识层。
|
|
54
|
+
- evidence_boundary: review required before treating analysis as fact
|
|
55
|
+
- reuse_scenarios: 研究, 写作
|
|
56
|
+
- content_fingerprint: sha256:7e9fcf3257160956b260fe36c2c3dbdddf91b86856e989045eee547ff0019a9a
|
|
57
|
+
|
|
58
|
+
## Grounding 状态
|
|
59
|
+
|
|
60
|
+
- 证据通道:none
|
|
61
|
+
- 需要复核:yes
|
|
62
|
+
- 疑似标记:unsupported_claims
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
---
|
|
2
|
+
aiwiki_id: "local-article:source-card"
|
|
3
|
+
title: "local-article"
|
|
4
|
+
type: "source_card"
|
|
5
|
+
status: "to-review"
|
|
6
|
+
slug: "local-article"
|
|
7
|
+
source_type: "file"
|
|
8
|
+
source_url: ""
|
|
9
|
+
url: ""
|
|
10
|
+
fetcher: "local-file"
|
|
11
|
+
created_at: "2026-06-08T16:06:03.905Z"
|
|
12
|
+
captured_at: "2026-06-08T16:06:03.902Z"
|
|
13
|
+
run_id: "20260608-160603905-085f05"
|
|
14
|
+
content_fingerprint: "sha256:24fb289f405c9dd3952100a30295c78f80aacabfd6fb08f7e098db86bd9ab7b9"
|
|
15
|
+
wiki_entry: "[[05-wiki/source-knowledge/local-article|Wiki 条目]]"
|
|
16
|
+
source_card: "[[03-sources/article-cards/local-article|资料卡]]"
|
|
17
|
+
raw_note: "[[02-raw/articles/local-article|原文]]"
|
|
18
|
+
run_summary: "[[09-runs/20260608-160603905-085f05/processing-summary|处理记录]]"
|
|
19
|
+
grounding_evidence_available: false
|
|
20
|
+
grounding_evidence_channel: "none"
|
|
21
|
+
grounding_needs_review: false
|
|
22
|
+
grounding_markers: []
|
|
23
|
+
grounding_claim_count: "0"
|
|
24
|
+
grounding_claim_quote_count: "0"
|
|
25
|
+
grounding_unsupported_claim_count: "0"
|
|
26
|
+
coverage_suspected_incomplete: false
|
|
27
|
+
aliases: ["local-article"]
|
|
28
|
+
tags: ["aiwiki/source-card"]
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
# local-article
|
|
32
|
+
|
|
33
|
+
## Obsidian 链接
|
|
34
|
+
|
|
35
|
+
- Wiki 条目:[[05-wiki/source-knowledge/local-article|Wiki 条目]]
|
|
36
|
+
- 原文:[[02-raw/articles/local-article|原文]]
|
|
37
|
+
- 处理记录:[[09-runs/20260608-160603905-085f05/processing-summary|处理记录]]
|
|
38
|
+
|
|
39
|
+
## 摘要
|
|
40
|
+
|
|
41
|
+
# 示例文章
|
|
42
|
+
|
|
43
|
+
这是一篇用于 `aiwiki ingest-file` 的中文测试文章。
|
|
44
|
+
|
|
45
|
+
它应该被保存为 raw,并生成资料卡、建议素材和 processing-summary。
|
|
46
|
+
|
|
47
|
+
## Problem / Evidence / Reuse
|
|
48
|
+
|
|
49
|
+
- problem_solved: needs host Agent analysis
|
|
50
|
+
- evidence_boundary: host supplied evidence available
|
|
51
|
+
- reuse_scenarios: not specified
|
|
52
|
+
- content_fingerprint: sha256:24fb289f405c9dd3952100a30295c78f80aacabfd6fb08f7e098db86bd9ab7b9
|
|
53
|
+
|
|
54
|
+
## Grounding 状态
|
|
55
|
+
|
|
56
|
+
- 证据通道:none
|
|
57
|
+
- 需要复核:no
|
|
58
|
+
- 疑似标记:none
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
---
|
|
2
|
+
aiwiki_id: "llm-wiki-notes:claims"
|
|
3
|
+
title: "LLM Wiki Notes Claims"
|
|
4
|
+
type: "claim_suggestions"
|
|
5
|
+
status: "to-review"
|
|
6
|
+
slug: "llm-wiki-notes"
|
|
7
|
+
source_url: "https://example.com/llm-wiki"
|
|
8
|
+
source_type: "url"
|
|
9
|
+
created_at: "2026-06-08T16:06:03.980Z"
|
|
10
|
+
captured_at: "2026-05-14T10:00:00+08:00"
|
|
11
|
+
run_id: "20260608-160603980-89f570"
|
|
12
|
+
content_fingerprint: "sha256:7e9fcf3257160956b260fe36c2c3dbdddf91b86856e989045eee547ff0019a9a"
|
|
13
|
+
wiki_entry: "[[05-wiki/source-knowledge/llm-wiki-notes|Wiki 条目]]"
|
|
14
|
+
source_card: "[[03-sources/article-cards/llm-wiki-notes|资料卡]]"
|
|
15
|
+
raw_note: "[[02-raw/articles/llm-wiki-notes|原文]]"
|
|
16
|
+
claims_note: "[[04-claims/_suggestions/llm-wiki-notes-claims|Claim 建议]]"
|
|
17
|
+
assets_note: "[[06-assets/_suggestions/llm-wiki-notes-assets|素材建议]]"
|
|
18
|
+
topics_note: "[[07-topics/ready/llm-wiki-notes-topics|选题]]"
|
|
19
|
+
outline_note: "[[08-outputs/outlines/llm-wiki-notes-outline|大纲]]"
|
|
20
|
+
run_summary: "[[09-runs/20260608-160603980-89f570/processing-summary|处理记录]]"
|
|
21
|
+
grounding_evidence_available: false
|
|
22
|
+
grounding_evidence_channel: "none"
|
|
23
|
+
grounding_needs_review: true
|
|
24
|
+
grounding_markers: ["unsupported_claims"]
|
|
25
|
+
grounding_claim_count: "1"
|
|
26
|
+
grounding_claim_quote_count: "0"
|
|
27
|
+
grounding_unsupported_claim_count: "1"
|
|
28
|
+
coverage_suspected_incomplete: false
|
|
29
|
+
tags: ["aiwiki/claims"]
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
# Claim 建议
|
|
33
|
+
|
|
34
|
+
- Wiki 条目:[[05-wiki/source-knowledge/llm-wiki-notes|Wiki 条目]]
|
|
35
|
+
- 资料卡:[[03-sources/article-cards/llm-wiki-notes|资料卡]]
|
|
36
|
+
- 原文:[[02-raw/articles/llm-wiki-notes|原文]]
|
|
37
|
+
- 待人工审阅:LLM Wiki Notes
|
|
38
|
+
|
|
39
|
+
## Grounding
|
|
40
|
+
|
|
41
|
+
- evidence_channel: none
|
|
42
|
+
- needs_review: yes
|
|
43
|
+
- suspicion_markers: unsupported_claims
|
|
44
|
+
|
|
45
|
+
## 建议
|
|
46
|
+
|
|
47
|
+
### Claim 1
|
|
48
|
+
|
|
49
|
+
- claim: 高质量知识提炼应由宿主 Agent 提供
|
|
50
|
+
- confidence: high
|
|
51
|
+
- evidence_status: needs_review
|
|
52
|
+
- source_quote: missing
|
|
53
|
+
|
|
54
|
+
## Evidence Boundary
|
|
55
|
+
|
|
56
|
+
- Claims with a matching source_quote are traceable to the provided source content.
|
|
57
|
+
- Claims without a matching source_quote remain suggestions and need human or host-Agent review before reuse.
|
|
58
|
+
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
---
|
|
2
|
+
aiwiki_id: "llm-wiki-notes:wiki-entry"
|
|
3
|
+
type: "wiki_entry"
|
|
4
|
+
wiki_type: "source_knowledge"
|
|
5
|
+
source_role: "input"
|
|
6
|
+
represents_user_view: false
|
|
7
|
+
status: "active"
|
|
8
|
+
generation_mode: "agent_enriched"
|
|
9
|
+
quality: "enriched"
|
|
10
|
+
generated_by: "host_agent"
|
|
11
|
+
llm_enriched: true
|
|
12
|
+
title: "LLM Wiki Notes"
|
|
13
|
+
slug: "llm-wiki-notes"
|
|
14
|
+
source_url: "https://example.com/llm-wiki"
|
|
15
|
+
source_type: "url"
|
|
16
|
+
source_card: "03-sources/article-cards/llm-wiki-notes.md"
|
|
17
|
+
raw_file: "02-raw/articles/llm-wiki-notes.md"
|
|
18
|
+
claims_file: "04-claims/_suggestions/llm-wiki-notes-claims.md"
|
|
19
|
+
topics_file: "07-topics/ready/llm-wiki-notes-topics.md"
|
|
20
|
+
outline_file: "08-outputs/outlines/llm-wiki-notes-outline.md"
|
|
21
|
+
run_summary: "09-runs/20260608-160603980-89f570/processing-summary.md"
|
|
22
|
+
run_id: "20260608-160603980-89f570"
|
|
23
|
+
content_fingerprint: "sha256:7e9fcf3257160956b260fe36c2c3dbdddf91b86856e989045eee547ff0019a9a"
|
|
24
|
+
created_at: "2026-06-08T16:06:03.980Z"
|
|
25
|
+
updated_at: "2026-06-08T16:06:03.980Z"
|
|
26
|
+
summary: "LLM Wiki 把资料整理成可持续维护的本地知识层。"
|
|
27
|
+
topics: ["LLM Wiki", "Agent-first", "content fingerprint", "evidence boundary"]
|
|
28
|
+
claims: ["高质量知识提炼应由宿主 Agent 提供"]
|
|
29
|
+
grounding_evidence_available: false
|
|
30
|
+
grounding_evidence_channel: "none"
|
|
31
|
+
grounding_needs_review: true
|
|
32
|
+
grounding_markers: ["unsupported_claims"]
|
|
33
|
+
grounding_claim_count: "1"
|
|
34
|
+
grounding_claim_quote_count: "0"
|
|
35
|
+
grounding_unsupported_claim_count: "1"
|
|
36
|
+
coverage_suspected_incomplete: false
|
|
37
|
+
tags: ["aiwiki/wiki-entry"]
|
|
38
|
+
---
|
|
39
|
+
# LLM Wiki Notes
|
|
40
|
+
|
|
41
|
+
## Grounding 复核
|
|
42
|
+
|
|
43
|
+
- 证据通道:none
|
|
44
|
+
- 需要复核:yes
|
|
45
|
+
- 疑似标记:unsupported_claims
|
|
46
|
+
- Claim 引用覆盖:0/1
|
|
47
|
+
|
|
48
|
+
## 一句话总结
|
|
49
|
+
|
|
50
|
+
LLM Wiki 把资料整理成可持续维护的本地知识层。
|
|
51
|
+
|
|
52
|
+
## 核心观点
|
|
53
|
+
|
|
54
|
+
- Wiki Entry 是入库后的默认知识容器
|
|
55
|
+
- 宿主 Agent 负责理解原文
|
|
56
|
+
|
|
57
|
+
## 可复用知识点
|
|
58
|
+
|
|
59
|
+
### Agent-first 边界
|
|
60
|
+
|
|
61
|
+
CLI 负责落盘,Agent 负责理解。
|
|
62
|
+
|
|
63
|
+
## Reusable Judgments
|
|
64
|
+
|
|
65
|
+
### Review before reuse
|
|
66
|
+
|
|
67
|
+
- judgment: Unsupported analysis should stay reviewable before it becomes reusable knowledge.
|
|
68
|
+
- rationale: The host Agent may infer beyond the source.
|
|
69
|
+
- evidence boundary: needs review if reused as a factual claim
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
## Entities and Concepts
|
|
73
|
+
|
|
74
|
+
- entities: AIWiki CLI, Host Agent
|
|
75
|
+
- concepts: content fingerprint, evidence boundary
|
|
76
|
+
|
|
77
|
+
## Tensions
|
|
78
|
+
|
|
79
|
+
- automation speed vs evidence review
|
|
80
|
+
|
|
81
|
+
## 相关概念
|
|
82
|
+
|
|
83
|
+
- LLM Wiki
|
|
84
|
+
- Agent-first
|
|
85
|
+
|
|
86
|
+
## 适合用于什么场景
|
|
87
|
+
|
|
88
|
+
- 研究
|
|
89
|
+
- 写作
|
|
90
|
+
|
|
91
|
+
## 可转化的选题
|
|
92
|
+
|
|
93
|
+
- 为什么 Agent 需要本地 Wiki
|
|
94
|
+
|
|
95
|
+
## Suggested Links
|
|
96
|
+
|
|
97
|
+
- Grounding review workflow -> 05-wiki/source-knowledge/grounding-review (Connects this source to evidence review practice.)
|
|
98
|
+
|
|
99
|
+
## 来源
|
|
100
|
+
|
|
101
|
+
- Source Card: [[03-sources/article-cards/llm-wiki-notes|资料卡]]
|
|
102
|
+
- Raw: [[02-raw/articles/llm-wiki-notes|原文]]
|
|
103
|
+
- Run: [[09-runs/20260608-160603980-89f570/processing-summary|处理记录]]
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
---
|
|
2
|
+
aiwiki_id: "local-article:wiki-entry"
|
|
3
|
+
type: "wiki_entry"
|
|
4
|
+
wiki_type: "source_knowledge"
|
|
5
|
+
source_role: "input"
|
|
6
|
+
represents_user_view: false
|
|
7
|
+
status: "active"
|
|
8
|
+
generation_mode: "deterministic_fallback"
|
|
9
|
+
quality: "scaffold"
|
|
10
|
+
generated_by: "aiwiki_cli"
|
|
11
|
+
llm_enriched: false
|
|
12
|
+
title: "local-article"
|
|
13
|
+
slug: "local-article"
|
|
14
|
+
source_url: ""
|
|
15
|
+
source_type: "file"
|
|
16
|
+
source_card: "03-sources/article-cards/local-article.md"
|
|
17
|
+
raw_file: "02-raw/articles/local-article.md"
|
|
18
|
+
run_summary: "09-runs/20260608-160603905-085f05/processing-summary.md"
|
|
19
|
+
run_id: "20260608-160603905-085f05"
|
|
20
|
+
content_fingerprint: "sha256:24fb289f405c9dd3952100a30295c78f80aacabfd6fb08f7e098db86bd9ab7b9"
|
|
21
|
+
created_at: "2026-06-08T16:06:03.905Z"
|
|
22
|
+
updated_at: "2026-06-08T16:06:03.905Z"
|
|
23
|
+
topics: []
|
|
24
|
+
claims: []
|
|
25
|
+
grounding_evidence_available: false
|
|
26
|
+
grounding_evidence_channel: "none"
|
|
27
|
+
grounding_needs_review: false
|
|
28
|
+
grounding_markers: []
|
|
29
|
+
grounding_claim_count: "0"
|
|
30
|
+
grounding_claim_quote_count: "0"
|
|
31
|
+
grounding_unsupported_claim_count: "0"
|
|
32
|
+
coverage_suspected_incomplete: false
|
|
33
|
+
tags: ["aiwiki/wiki-entry"]
|
|
34
|
+
---
|
|
35
|
+
# local-article
|
|
36
|
+
|
|
37
|
+
## 说明
|
|
38
|
+
|
|
39
|
+
这是 AIWiki 根据原文和元数据生成的基础 Wiki 条目。当前条目未经过宿主 Agent 的深度分析,仅用于建立知识库索引、来源追踪和后续 Query。
|
|
40
|
+
|
|
41
|
+
## 来源信息
|
|
42
|
+
|
|
43
|
+
- 原文链接:无
|
|
44
|
+
- Source Card:[[03-sources/article-cards/local-article|资料卡]]
|
|
45
|
+
- Raw:[[02-raw/articles/local-article|原文]]
|
|
46
|
+
- Run:[[09-runs/20260608-160603905-085f05/processing-summary|处理记录]]
|
|
47
|
+
|
|
48
|
+
## 内容预览
|
|
49
|
+
|
|
50
|
+
> # 示例文章 这是一篇用于 `aiwiki ingest-file` 的中文测试文章。 它应该被保存为 raw,并生成资料卡、建议素材和 processing-summary。
|
|
51
|
+
|
|
52
|
+
## 待 Agent 补全
|
|
53
|
+
|
|
54
|
+
以下内容需要宿主 Agent 基于原文进一步生成:
|
|
55
|
+
|
|
56
|
+
- 一句话总结
|
|
57
|
+
- 核心观点
|
|
58
|
+
- 可复用知识点
|
|
59
|
+
- 相关概念
|
|
60
|
+
- 适用场景
|
|
61
|
+
- 可转化选题
|
|
62
|
+
|
|
63
|
+
- 证据通道:none
|
|
64
|
+
- 需要复核:no
|
|
65
|
+
- 疑似标记:none
|
|
66
|
+
- Claim 引用覆盖:0/0
|
|
67
|
+
|
|
68
|
+
## 来源
|
|
69
|
+
|
|
70
|
+
- Source Card: [[03-sources/article-cards/local-article|资料卡]]
|
|
71
|
+
- Raw: [[02-raw/articles/local-article|原文]]
|
|
72
|
+
- Run: [[09-runs/20260608-160603905-085f05/processing-summary|处理记录]]
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
aiwiki_id: "llm-wiki-notes:assets"
|
|
3
|
+
title: "LLM Wiki Notes Assets"
|
|
4
|
+
type: "asset_suggestions"
|
|
5
|
+
status: "to-review"
|
|
6
|
+
slug: "llm-wiki-notes"
|
|
7
|
+
source_url: "https://example.com/llm-wiki"
|
|
8
|
+
source_type: "url"
|
|
9
|
+
created_at: "2026-06-08T16:06:03.980Z"
|
|
10
|
+
captured_at: "2026-05-14T10:00:00+08:00"
|
|
11
|
+
run_id: "20260608-160603980-89f570"
|
|
12
|
+
content_fingerprint: "sha256:7e9fcf3257160956b260fe36c2c3dbdddf91b86856e989045eee547ff0019a9a"
|
|
13
|
+
wiki_entry: "[[05-wiki/source-knowledge/llm-wiki-notes|Wiki 条目]]"
|
|
14
|
+
source_card: "[[03-sources/article-cards/llm-wiki-notes|资料卡]]"
|
|
15
|
+
raw_note: "[[02-raw/articles/llm-wiki-notes|原文]]"
|
|
16
|
+
claims_note: "[[04-claims/_suggestions/llm-wiki-notes-claims|Claim 建议]]"
|
|
17
|
+
assets_note: "[[06-assets/_suggestions/llm-wiki-notes-assets|素材建议]]"
|
|
18
|
+
topics_note: "[[07-topics/ready/llm-wiki-notes-topics|选题]]"
|
|
19
|
+
outline_note: "[[08-outputs/outlines/llm-wiki-notes-outline|大纲]]"
|
|
20
|
+
run_summary: "[[09-runs/20260608-160603980-89f570/processing-summary|处理记录]]"
|
|
21
|
+
tags: ["aiwiki/assets"]
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
# 素材建议
|
|
25
|
+
|
|
26
|
+
- Wiki 条目:[[05-wiki/source-knowledge/llm-wiki-notes|Wiki 条目]]
|
|
27
|
+
- 资料卡:[[03-sources/article-cards/llm-wiki-notes|资料卡]]
|
|
28
|
+
- 原文:[[02-raw/articles/llm-wiki-notes|原文]]
|
|
29
|
+
- 可复用素材:LLM Wiki Notes
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
aiwiki_id: "llm-wiki-notes:topics"
|
|
3
|
+
title: "LLM Wiki Notes Topics"
|
|
4
|
+
type: "topic_candidates"
|
|
5
|
+
status: "ready"
|
|
6
|
+
slug: "llm-wiki-notes"
|
|
7
|
+
source_url: "https://example.com/llm-wiki"
|
|
8
|
+
source_type: "url"
|
|
9
|
+
created_at: "2026-06-08T16:06:03.980Z"
|
|
10
|
+
captured_at: "2026-05-14T10:00:00+08:00"
|
|
11
|
+
run_id: "20260608-160603980-89f570"
|
|
12
|
+
content_fingerprint: "sha256:7e9fcf3257160956b260fe36c2c3dbdddf91b86856e989045eee547ff0019a9a"
|
|
13
|
+
wiki_entry: "[[05-wiki/source-knowledge/llm-wiki-notes|Wiki 条目]]"
|
|
14
|
+
source_card: "[[03-sources/article-cards/llm-wiki-notes|资料卡]]"
|
|
15
|
+
raw_note: "[[02-raw/articles/llm-wiki-notes|原文]]"
|
|
16
|
+
claims_note: "[[04-claims/_suggestions/llm-wiki-notes-claims|Claim 建议]]"
|
|
17
|
+
assets_note: "[[06-assets/_suggestions/llm-wiki-notes-assets|素材建议]]"
|
|
18
|
+
topics_note: "[[07-topics/ready/llm-wiki-notes-topics|选题]]"
|
|
19
|
+
outline_note: "[[08-outputs/outlines/llm-wiki-notes-outline|大纲]]"
|
|
20
|
+
run_summary: "[[09-runs/20260608-160603980-89f570/processing-summary|处理记录]]"
|
|
21
|
+
tags: ["aiwiki/topics"]
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
# 选题候选
|
|
25
|
+
|
|
26
|
+
- Wiki 条目:[[05-wiki/source-knowledge/llm-wiki-notes|Wiki 条目]]
|
|
27
|
+
- 资料卡:[[03-sources/article-cards/llm-wiki-notes|资料卡]]
|
|
28
|
+
- 大纲:[[08-outputs/outlines/llm-wiki-notes-outline|大纲]]
|
|
29
|
+
- LLM Wiki Notes
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
---
|
|
2
|
+
aiwiki_id: "llm-wiki-notes:outline"
|
|
3
|
+
title: "LLM Wiki Notes Outline"
|
|
4
|
+
type: "draft_outline"
|
|
5
|
+
status: "draft"
|
|
6
|
+
slug: "llm-wiki-notes"
|
|
7
|
+
source_url: "https://example.com/llm-wiki"
|
|
8
|
+
source_type: "url"
|
|
9
|
+
created_at: "2026-06-08T16:06:03.980Z"
|
|
10
|
+
captured_at: "2026-05-14T10:00:00+08:00"
|
|
11
|
+
run_id: "20260608-160603980-89f570"
|
|
12
|
+
content_fingerprint: "sha256:7e9fcf3257160956b260fe36c2c3dbdddf91b86856e989045eee547ff0019a9a"
|
|
13
|
+
wiki_entry: "[[05-wiki/source-knowledge/llm-wiki-notes|Wiki 条目]]"
|
|
14
|
+
source_card: "[[03-sources/article-cards/llm-wiki-notes|资料卡]]"
|
|
15
|
+
raw_note: "[[02-raw/articles/llm-wiki-notes|原文]]"
|
|
16
|
+
claims_note: "[[04-claims/_suggestions/llm-wiki-notes-claims|Claim 建议]]"
|
|
17
|
+
assets_note: "[[06-assets/_suggestions/llm-wiki-notes-assets|素材建议]]"
|
|
18
|
+
topics_note: "[[07-topics/ready/llm-wiki-notes-topics|选题]]"
|
|
19
|
+
outline_note: "[[08-outputs/outlines/llm-wiki-notes-outline|大纲]]"
|
|
20
|
+
run_summary: "[[09-runs/20260608-160603980-89f570/processing-summary|处理记录]]"
|
|
21
|
+
tags: ["aiwiki/outline"]
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
# 草稿大纲
|
|
25
|
+
|
|
26
|
+
Wiki 条目:[[05-wiki/source-knowledge/llm-wiki-notes|Wiki 条目]]
|
|
27
|
+
资料卡:[[03-sources/article-cards/llm-wiki-notes|资料卡]]
|
|
28
|
+
原文:[[02-raw/articles/llm-wiki-notes|原文]]
|
|
29
|
+
|
|
30
|
+
1. 背景
|
|
31
|
+
2. 关键观点
|
|
32
|
+
3. 证据与推断边界
|
|
33
|
+
4. 可复用判断与方法
|
|
34
|
+
5. 适用场景
|
|
35
|
+
6. 可继续链接的条目
|
|
36
|
+
7. 来源:LLM Wiki Notes
|
|
37
|
+
|
|
38
|
+
## Host Agent Outline Hints
|
|
39
|
+
|
|
40
|
+
- outline_section: 背景
|
|
41
|
+
- outline_section: 实现方式
|
|
42
|
+
- reusable_judgment: Unsupported analysis should stay reviewable before it becomes reusable knowledge.
|
|
43
|
+
- suggested_link: Grounding review workflow -> 05-wiki/source-knowledge/grounding-review
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema_version": "aiwiki.agent_payload.v1",
|
|
3
|
+
"source": {
|
|
4
|
+
"kind": "file",
|
|
5
|
+
"source_role": "input",
|
|
6
|
+
"represents_user_view": false,
|
|
7
|
+
"title": "local-article",
|
|
8
|
+
"content_format": "markdown",
|
|
9
|
+
"content": "# 示例文章\n\n这是一篇用于 `aiwiki ingest-file` 的中文测试文章。\n\n它应该被保存为 raw,并生成资料卡、建议素材和 processing-summary。\n",
|
|
10
|
+
"fetcher": "local-file",
|
|
11
|
+
"fetch_status": "ok",
|
|
12
|
+
"captured_at": "2026-06-08T16:06:03.902Z"
|
|
13
|
+
},
|
|
14
|
+
"request": {
|
|
15
|
+
"mode": "ingest",
|
|
16
|
+
"outputs": [
|
|
17
|
+
"source_card",
|
|
18
|
+
"wiki_entry",
|
|
19
|
+
"processing_summary"
|
|
20
|
+
],
|
|
21
|
+
"language": "zh-CN"
|
|
22
|
+
},
|
|
23
|
+
"warnings": []
|
|
24
|
+
}
|
package/examples/obsidian-vault-sample/09-runs/20260608-160603905-085f05/processing-summary.md
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
---
|
|
2
|
+
aiwiki_id: "local-article:run:20260608-160603905-085f05"
|
|
3
|
+
type: "processing_summary"
|
|
4
|
+
status: "to-review"
|
|
5
|
+
slug: "local-article"
|
|
6
|
+
title: "local-article"
|
|
7
|
+
source_url: ""
|
|
8
|
+
source_type: "file"
|
|
9
|
+
created_at: "2026-06-08T16:06:03.905Z"
|
|
10
|
+
captured_at: "2026-06-08T16:06:03.902Z"
|
|
11
|
+
run_id: "20260608-160603905-085f05"
|
|
12
|
+
content_fingerprint: "sha256:24fb289f405c9dd3952100a30295c78f80aacabfd6fb08f7e098db86bd9ab7b9"
|
|
13
|
+
wiki_entry: "[[05-wiki/source-knowledge/local-article|Wiki 条目]]"
|
|
14
|
+
source_card: "[[03-sources/article-cards/local-article|资料卡]]"
|
|
15
|
+
raw_note: "[[02-raw/articles/local-article|原文]]"
|
|
16
|
+
run_summary: "[[09-runs/20260608-160603905-085f05/processing-summary|处理记录]]"
|
|
17
|
+
grounding_evidence_available: false
|
|
18
|
+
grounding_evidence_channel: "none"
|
|
19
|
+
grounding_needs_review: false
|
|
20
|
+
grounding_markers: []
|
|
21
|
+
grounding_claim_count: "0"
|
|
22
|
+
grounding_claim_quote_count: "0"
|
|
23
|
+
grounding_unsupported_claim_count: "0"
|
|
24
|
+
coverage_suspected_incomplete: false
|
|
25
|
+
tags: ["aiwiki/run"]
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
# 处理记录
|
|
29
|
+
|
|
30
|
+
来源类型:file
|
|
31
|
+
读取状态:ok
|
|
32
|
+
宿主读取器:local-file
|
|
33
|
+
|
|
34
|
+
生成文件:
|
|
35
|
+
- 09-runs/20260608-160603905-085f05/payload.json
|
|
36
|
+
- [[09-runs/20260608-160603905-085f05/raw|raw]] (09-runs/20260608-160603905-085f05/raw.md)
|
|
37
|
+
- [[09-runs/20260608-160603905-085f05/source-card|source-card]] (09-runs/20260608-160603905-085f05/source-card.md)
|
|
38
|
+
- [[09-runs/20260608-160603905-085f05/wiki-entry|wiki-entry]] (09-runs/20260608-160603905-085f05/wiki-entry.md)
|
|
39
|
+
- [[02-raw/articles/local-article|local-article]] (02-raw/articles/local-article.md)
|
|
40
|
+
- [[03-sources/article-cards/local-article|local-article]] (03-sources/article-cards/local-article.md)
|
|
41
|
+
- [[05-wiki/source-knowledge/local-article|local-article]] (05-wiki/source-knowledge/local-article.md)
|
|
42
|
+
- [[09-runs/20260608-160603905-085f05/processing-summary|processing-summary]] (09-runs/20260608-160603905-085f05/processing-summary.md)
|
|
43
|
+
|
|
44
|
+
告警:
|
|
45
|
+
- none
|
|
46
|
+
|
|
47
|
+
Grounding:
|
|
48
|
+
- evidence_available: no
|
|
49
|
+
- evidence_channel: none
|
|
50
|
+
- needs_review: no
|
|
51
|
+
- suspicion_markers: none
|
|
52
|
+
- claims_with_quotes: 0/0
|
|
53
|
+
|
|
54
|
+
下一步审阅:
|
|
55
|
+
- 请在 Obsidian 中人工审阅资料卡、Claim 建议、素材建议、选题和大纲。
|
|
56
|
+
- AIWiki CLI 不负责网页抓取稳定性。
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
aiwiki_id: "local-article:raw"
|
|
3
|
+
title: "local-article"
|
|
4
|
+
type: "raw_article"
|
|
5
|
+
status: "to-review"
|
|
6
|
+
slug: "local-article"
|
|
7
|
+
source_type: "file"
|
|
8
|
+
source_url: ""
|
|
9
|
+
created_at: "2026-06-08T16:06:03.905Z"
|
|
10
|
+
captured_at: "2026-06-08T16:06:03.902Z"
|
|
11
|
+
run_id: "20260608-160603905-085f05"
|
|
12
|
+
content_fingerprint: "sha256:24fb289f405c9dd3952100a30295c78f80aacabfd6fb08f7e098db86bd9ab7b9"
|
|
13
|
+
wiki_entry: "[[05-wiki/source-knowledge/local-article|Wiki 条目]]"
|
|
14
|
+
source_card: "[[03-sources/article-cards/local-article|资料卡]]"
|
|
15
|
+
raw_note: "[[02-raw/articles/local-article|原文]]"
|
|
16
|
+
run_summary: "[[09-runs/20260608-160603905-085f05/processing-summary|处理记录]]"
|
|
17
|
+
tags: ["aiwiki/raw"]
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# local-article
|
|
21
|
+
|
|
22
|
+
## AIWiki 链接
|
|
23
|
+
|
|
24
|
+
- Wiki 条目:[[05-wiki/source-knowledge/local-article|Wiki 条目]]
|
|
25
|
+
- 资料卡:[[03-sources/article-cards/local-article|资料卡]]
|
|
26
|
+
- 处理记录:[[09-runs/20260608-160603905-085f05/processing-summary|处理记录]]
|
|
27
|
+
|
|
28
|
+
# 示例文章
|
|
29
|
+
|
|
30
|
+
这是一篇用于 `aiwiki ingest-file` 的中文测试文章。
|
|
31
|
+
|
|
32
|
+
它应该被保存为 raw,并生成资料卡、建议素材和 processing-summary。
|
|
33
|
+
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
---
|
|
2
|
+
aiwiki_id: "local-article:source-card"
|
|
3
|
+
title: "local-article"
|
|
4
|
+
type: "source_card"
|
|
5
|
+
status: "to-review"
|
|
6
|
+
slug: "local-article"
|
|
7
|
+
source_type: "file"
|
|
8
|
+
source_url: ""
|
|
9
|
+
url: ""
|
|
10
|
+
fetcher: "local-file"
|
|
11
|
+
created_at: "2026-06-08T16:06:03.905Z"
|
|
12
|
+
captured_at: "2026-06-08T16:06:03.902Z"
|
|
13
|
+
run_id: "20260608-160603905-085f05"
|
|
14
|
+
content_fingerprint: "sha256:24fb289f405c9dd3952100a30295c78f80aacabfd6fb08f7e098db86bd9ab7b9"
|
|
15
|
+
wiki_entry: "[[05-wiki/source-knowledge/local-article|Wiki 条目]]"
|
|
16
|
+
source_card: "[[03-sources/article-cards/local-article|资料卡]]"
|
|
17
|
+
raw_note: "[[02-raw/articles/local-article|原文]]"
|
|
18
|
+
run_summary: "[[09-runs/20260608-160603905-085f05/processing-summary|处理记录]]"
|
|
19
|
+
grounding_evidence_available: false
|
|
20
|
+
grounding_evidence_channel: "none"
|
|
21
|
+
grounding_needs_review: false
|
|
22
|
+
grounding_markers: []
|
|
23
|
+
grounding_claim_count: "0"
|
|
24
|
+
grounding_claim_quote_count: "0"
|
|
25
|
+
grounding_unsupported_claim_count: "0"
|
|
26
|
+
coverage_suspected_incomplete: false
|
|
27
|
+
aliases: ["local-article"]
|
|
28
|
+
tags: ["aiwiki/source-card"]
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
# local-article
|
|
32
|
+
|
|
33
|
+
## Obsidian 链接
|
|
34
|
+
|
|
35
|
+
- Wiki 条目:[[05-wiki/source-knowledge/local-article|Wiki 条目]]
|
|
36
|
+
- 原文:[[02-raw/articles/local-article|原文]]
|
|
37
|
+
- 处理记录:[[09-runs/20260608-160603905-085f05/processing-summary|处理记录]]
|
|
38
|
+
|
|
39
|
+
## 摘要
|
|
40
|
+
|
|
41
|
+
# 示例文章
|
|
42
|
+
|
|
43
|
+
这是一篇用于 `aiwiki ingest-file` 的中文测试文章。
|
|
44
|
+
|
|
45
|
+
它应该被保存为 raw,并生成资料卡、建议素材和 processing-summary。
|
|
46
|
+
|
|
47
|
+
## Problem / Evidence / Reuse
|
|
48
|
+
|
|
49
|
+
- problem_solved: needs host Agent analysis
|
|
50
|
+
- evidence_boundary: host supplied evidence available
|
|
51
|
+
- reuse_scenarios: not specified
|
|
52
|
+
- content_fingerprint: sha256:24fb289f405c9dd3952100a30295c78f80aacabfd6fb08f7e098db86bd9ab7b9
|
|
53
|
+
|
|
54
|
+
## Grounding 状态
|
|
55
|
+
|
|
56
|
+
- 证据通道:none
|
|
57
|
+
- 需要复核:no
|
|
58
|
+
- 疑似标记:none
|