Quick Start
axiom-wiki initThe setup wizard asks for:
- Scope — local (project) or global (personal) wiki
- LLM provider — Google Gemini (free), OpenAI, Anthropic, or Ollama
- API key — paste your key (or Ollama URL)
- Model — pick from the provider’s model list
- Wiki directory — where pages are stored
- Raw sources folder — where you drop files to ingest
Interactive shell
Section titled “Interactive shell”Launch with no arguments:
axiom-wikiType / to open the slash command menu. Navigate with arrow keys, complete with Tab, run with Enter.
Or type a question directly to query your wiki:
> What did Alan Turing say about intelligence?Your first ingest
Section titled “Your first ingest”Drop a file into your raw/ folder, then:
axiom-wiki ingestThe agent reads the file, extracts entities and concepts, creates wiki pages, and updates the index — all automatically.
Auto-wiki a project
Section titled “Auto-wiki a project”Inside any project directory or document folder:
axiom-wiki init # choose "Local"axiom-wiki autowiki # agent explores and builds a wikiLater, after changes:
axiom-wiki sync # agent updates stale pages