> ## 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.

# Introduction

> Wazoo builds tools for verifiable context, semantic documents, agent memory, and world models.

Wazoo builds open tools for software that needs memory, provenance, and
structured context. The projects share one thesis: AI systems need more than
prompts. They need inspectable world models, semantic documents, queryable
memory, and deployment paths that keep humans in control.

## The Wazoo stack

<CardGroup cols={2}>
  <Card title="Worlds" icon="network" href="/projects/worlds">
    Persistent, edge-native knowledge graphs for agents, with search, SPARQL,
    and API access.
  </Card>

  <Card title="Wiki" icon="book-open" href="/projects/wiki">
    A verifiable Markdown wiki toolchain with SHACL validation, SPARQL queries,
    and static publishing.
  </Card>

  <Card title="Linked Markdown" icon="braces" href="/projects/linked-markdown">
    A specification for Markdown documents with semantic frontmatter that can
    become RDF graph nodes.
  </Card>

  <Card title="MemSDK" icon="database" href="/projects/memsdk">
    A Supermemory-compatible interface for portable AI memory backends such as
    Letta and Worlds.
  </Card>
</CardGroup>

## Why these projects belong together

* **World models** give agents a durable substrate for facts, relationships, and
  provenance.
* **Semantic documents** let human-authored Markdown participate in graph
  workflows.
* **Portable memory interfaces** reduce coupling between apps and AI memory
  vendors.
* **Templates and examples** make the stack practical across docs, wikis,
  agents, and static sites.

## Featured projects

* [Worlds](/projects/worlds) - The flagship context engine for agents.
* [Wiki](/projects/wiki) - A command-line system for trustworthy Markdown wikis.
* [Linked Markdown](/projects/linked-markdown) - A portable document format for
  semantic infrastructure.
* [MemSDK](/projects/memsdk) - A backend-agnostic SDK contract for AI memory.

## Where to next

* [Projects](/projects) - Browse the Wazoo ecosystem.
* [Quickstart](/quickstart) - Understand the Wazoo stack.
