Getting Started¶
Prerequisites¶
- Python 3.12+ -- Download
- uv -- Install uv
- Anthropic API key -- Get one here
Installation¶
Clone the repository and install dependencies:
Configuration¶
Copy the environment template and add your API key:
Edit .env and set your ANTHROPIC_API_KEY.
Running Tests¶
Verify everything is working:
Basic Usage¶
Token World is under active development (simulation engine lands in Phase 05). The graph foundation, mechanic framework, spatial/temporal indices, and visualisation tooling are ready today.
Create a universe¶
This scaffolds a universe folder with CLAUDE.md, .mcp.json, universe.db, mechanics/, and agents/.
Visualise the graph¶
Once a universe has state, render it as a Mermaid flowchart:
See the viz-graph guide for the full CLI reference (filters, output modes, styling).
Next Steps¶
- Read the Architecture Overview to understand how the system works
- Browse the viz-graph guide for graph inspection tooling
- Check out the pyproject.toml for project configuration details