Tool
command
The remote control. Commands follow the same shape as the command line — command words, then explicit options — so anything you can do at a terminal you can do here, and the other way round.
command("host status")
Host: ready (Idle)
Files: 105605 complete, 0 indexed, 0 embedded, 0 failed of 105605 total
Start with command("help"), which lists everything available; <command> --help
gives usage for one.
Run it yourself
rql host status
Or say it to your agent
“is the repoql host healthy, and has it finished indexing?”
Parameters
| Parameter | What it does | |
|---|---|---|
| command | required | The command and its options, as one string — "config set --key search.rerankEnabled --value true". |
The families
| Family | What it covers |
|---|---|
| host | Status, restart, reindex a glob — the lifecycle of the process holding the index. |
| config | List, read, and set configuration keys. |
| account | Who you are signed in as, and the cloud entitlements that follow from it. |
| import | List and manage what is currently in the graph. |
| diagnostics | Memory, health, and the internals when something is wrong. |
| dashboard | Open the live view of the index and its work. |
This page names what exists. The depth behind every name — the bounds, the failure modes, how they compose — ships inside the binary at help:///, and answers to explore and read exactly like your code does. Install it, and your agent has the manual.