Skip to content

Commit 130bd06

Browse files
committed
update readme
1 parent 0d905e4 commit 130bd06

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,16 @@ A "generator" reads from the compiled wiki and produces something usable: an ans
187187
| <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) below) | [skills](examples/skills/) |
188188
| <code>openkb&nbsp;deck&nbsp;new&nbsp;&lt;name&gt;&nbsp;"&lt;intent&gt;"</code> | Generate a single-file HTML slide deck (`--skill` picks a theme, `--critique` runs a quality pass) | [slides](examples/slides/) |
189189

190+
### πŸ’¬ Query & Chat β€” *ask the wiki*
191+
192+
The core loop: `openkb query "..."` returns a grounded, cited answer from your wiki, and `openkb chat` opens an interactive multi-turn session over it (`--resume`, `--list`, `--delete` to manage sessions). Both run on OpenKB's reasoning-based retrieval, with no vector DB. β†’ Walked through with real saved output in **[`examples/commands/`](examples/commands/)** (query) and **[`examples/chat/`](examples/chat/)** (chat).
193+
194+
<a id="skill-factory"></a>
195+
196+
### πŸ›  Skill Factory β€” *drop in a book; out comes a digital expert.*
197+
198+
`openkb skill new` distills a portable [agent skill](https://docs.claude.com/en/docs/build-with-claude/skills) from your wiki that Claude Code, Codex, and Gemini can install and load natively. Drop in a book's worth of papers; out comes a specialist other agents can call on. β†’ A real generated skill, plus install / share / `eval` / rollback, is walked through in **[`examples/skills/`](examples/skills/)**.
199+
190200
<details>
191201
<summary><i>More skill commands:</i></summary>
192202
<br>
@@ -199,12 +209,6 @@ A "generator" reads from the compiled wiki and produces something usable: an ans
199209

200210
</details>
201211

202-
<a id="skill-factory"></a>
203-
204-
### πŸ›  Skill Factory β€” *drop in a book; out comes a digital expert.*
205-
206-
The flagship generator: `openkb skill new` distills a portable [agent skill](https://docs.claude.com/en/docs/build-with-claude/skills) from your wiki that Claude Code, Codex, and Gemini can install and load natively. Drop in a book's worth of papers; out comes a specialist other agents can call on. β†’ A real generated skill, plus install / share / `eval` / rollback, is walked through in **[`examples/skills/`](examples/skills/)**.
207-
208212
# πŸ”§ Configuration
209213

210214
### Settings

0 commit comments

Comments
Β (0)