Skip to content

Commit fbc9ef0

Browse files
committed
add chat slash commands to readme
1 parent 130bd06 commit fbc9ef0

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,28 @@ A "generator" reads from the compiled wiki and produces something usable: an ans
191191

192192
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).
193193

194+
Inside `openkb chat`, type `/` for slash commands (Tab to complete):
195+
196+
<details>
197+
<summary><i>Slash commands:</i></summary>
198+
<br>
199+
200+
| Command | Does |
201+
|---|---|
202+
| `/help` | List available commands |
203+
| `/status` | Show knowledge base status |
204+
| `/list` | List all documents |
205+
| `/add <path>` | Add a document or directory without leaving the chat |
206+
| `/save [name]` | Export the transcript to `wiki/explorations/` |
207+
| `/skill new <name> "<intent>"` | Compile a skill from this chat |
208+
| `/deck new <name> "<intent>"` | Generate a slide deck (`--skill` picks a theme, `--critique` runs a quality pass) |
209+
| `/critique <path>` | Run a quality critique pass on a generated deck |
210+
| `/lint` | Run knowledge base lint |
211+
| `/clear` | Start a fresh session (the current one stays on disk) |
212+
| `/exit` | Exit (`/quit` or Ctrl-D also work) |
213+
214+
</details>
215+
194216
<a id="skill-factory"></a>
195217

196218
### 🛠 Skill Factory — *drop in a book; out comes a digital expert.*

0 commit comments

Comments
 (0)