Source for wizard-aia.github.io/docs, the documentation site for Wizard — a local-first autonomous data analysis agent.
pip install -r requirements.txt
mkdocs serveOpen http://localhost:8000.
docs/getting-started/— installation, quickstart, the CLIdocs/concepts/— architecture, data modes, sandboxing, permissions, skills, connectorsdocs/guides/— task-oriented walkthroughsdocs/reference/— configuration and the API/event protocoldocs/troubleshooting/— the edge-cases and gotchas page
Internal/dev-facing documentation (the milestone evolution spec, migration notes) intentionally stays in the core repo next to the code it describes — see CONTRIBUTING.md for why.
Deployed automatically on every push to main via
.github/workflows/deploy.yml.
BSD 3-Clause, matching the core repo — see LICENSE.