Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wazoo.dev/llms.txt

Use this file to discover all available pages before exploring further.

Boots an interactive terminal loop leveraging an LLM connected natively to your World instance using the Model Context Protocol.
This command requires an OPENROUTER_API_KEY to be passed as an environment variable to execute the backend model generation.
--world
string
required
The unique ID or human-readable slug of the target world to attach to the AI agent. Alias: -w
--write
boolean
If set, the AI agent is granted write privileges and can arbitrarily update or delete facts using SPARQL directly inside your world based on conversation.
--user-iri
string
An IRI representing the user, attached to graph modifications for provenance. Alias: -u
--assistant-iri
string
An IRI representing the AI assistant, attached to graph modifications for provenance. Alias: -a

Usage

OPENROUTER_API_KEY=sk_... worlds chat --world <world> --write