@zosmaai/pi-llm-wiki 0.1.1 → 0.1.2
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 +2 -2
- package/assets/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -160,7 +160,7 @@ The LLM answers from your wiki, not from general knowledge — giving you answer
|
|
|
160
160
|
## 🏗️ Architecture
|
|
161
161
|
|
|
162
162
|
<p align="center">
|
|
163
|
-
<img src="https://raw.githubusercontent.com/zosmaai/pi-llm-wiki/
|
|
163
|
+
<img src="https://raw.githubusercontent.com/zosmaai/pi-llm-wiki/master/assets/screenshot.png" alt="LLM Wiki Architecture" width="90%">
|
|
164
164
|
</p>
|
|
165
165
|
|
|
166
166
|
<p align="center">
|
|
@@ -243,7 +243,7 @@ These tools handle the scaffolding and bookkeeping so the LLM can focus on the a
|
|
|
243
243
|
## 📓 Using with Obsidian
|
|
244
244
|
|
|
245
245
|
<p align="center">
|
|
246
|
-
<img src="https://raw.githubusercontent.com/zosmaai/pi-llm-wiki/
|
|
246
|
+
<img src="https://raw.githubusercontent.com/zosmaai/pi-llm-wiki/master/assets/knowledge-graph.png" alt="Knowledge Graph" width="90%">
|
|
247
247
|
</p>
|
|
248
248
|
|
|
249
249
|
<p align="center">
|
package/assets/README.md
CHANGED
|
@@ -10,4 +10,4 @@ To generate a screenshot:
|
|
|
10
10
|
4. Save as `assets/screenshot.png`
|
|
11
11
|
|
|
12
12
|
The screenshot URL in package.json should point to:
|
|
13
|
-
`https://raw.githubusercontent.com/zosmaai/pi-llm-wiki/
|
|
13
|
+
`https://raw.githubusercontent.com/zosmaai/pi-llm-wiki/master/assets/screenshot.png`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zosmaai/pi-llm-wiki",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "LLM Wiki for Pi — self-maintaining knowledge base following Karpathy's pattern. Obsidian-friendly, auto-updating, personal & company wiki.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-package",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"prompts": [
|
|
43
43
|
"./prompts"
|
|
44
44
|
],
|
|
45
|
-
"image": "https://raw.githubusercontent.com/zosmaai/pi-llm-wiki/
|
|
45
|
+
"image": "https://raw.githubusercontent.com/zosmaai/pi-llm-wiki/master/assets/screenshot.png"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@mariozechner/pi-coding-agent": "*",
|