Skip to content

Commit e7e4b3e

Browse files
committed
docs(readme): document openkb visualize
Add it to the Layer 2 generators table and a '(iii) Visualize' subsection matching the existing (i)/(ii) generator sections: a self-contained interactive knowledge graph (3D / mind-map / radial) written to output/visualize/graph.html.
1 parent 9b2788b commit e7e4b3e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ A "generator" reads from the compiled wiki and produces something usable: an ans
206206
|---|---|
207207
| <code>openkb&nbsp;query&nbsp;"question"</code> | A grounded answer with citations (`--save` to persist to `wiki/explorations/`) |
208208
| <code>openkb&nbsp;chat</code> | Interactive multi-turn session over the wiki (`--resume`, `--list`, `--delete` to manage sessions) |
209+
| <code>openkb&nbsp;visualize</code> | A self-contained interactive knowledge graph at `output/visualize/graph.html` — 3D, mind-map, and radial views |
209210
| | |
210211
| <code>openkb&nbsp;skill&nbsp;new&nbsp;&lt;skill-name&gt;&nbsp;"&lt;intent&gt;"</code> | Distill a redistributable agent skill from your wiki (see [Skill Factory](#-skill-factory--drop-in-a-book-out-comes-a-digital-expert) below) |
211212

@@ -339,6 +340,14 @@ openkb skill rollback karpathy-thinking --to 2
339340

340341
</details>
341342

343+
### (iii) 🗺 Visualize — *see the shape of your knowledge*
344+
345+
`openkb visualize` renders the wiki as a single self-contained, offline HTML page with three views of the same knowledge base — a **3D** force graph, an OpenKB-rooted **mind-map**, and a **radial** tree — coloured by type and linked by `[[wikilinks]]`.
346+
347+
```bash
348+
openkb visualize # build + open output/visualize/graph.html
349+
```
350+
342351
# 🔧 Configuration
343352

344353
### Settings

0 commit comments

Comments
 (0)