memorizz

Memorizz Documentation

Memorizz is a memory-first framework for Python AI agents. The docs in this directory are versioned with the code so examples and API references stay in sync with each release.

Looking For The App UI?

The docs website runs on http://localhost:8000 (MkDocs). The Memorizz web app UI is separate and runs on http://127.0.0.1:8765.

pip install "memorizz[ui]"
memorizz run local

Open http://127.0.0.1:8765 after starting the command above.

What Memorizz Covers

Docs Map

Local Preview

From the project root:

pip install -e ".[docs]"
mkdocs serve

Visit http://localhost:8000.

Before publishing docs changes:

mkdocs build --strict

Release Checklist (Docs)

  1. Ensure README.md and docs quickstarts reference existing files and valid API names.
  2. Verify new features are documented under the relevant provider/memory/use-case page.
  3. Run mkdocs build --strict to catch broken links/snippets.