These are short, opinionated, copy-paste-ready patterns — the cross-cutting techniques you reach for inside any agent. Use them as starting points, not as architectural decrees. Looking for a full agent example instead of a single pattern? See the Cookbook — end-to-end reference agents built on top of these patterns.Documentation Index
Fetch the complete documentation index at: https://docs.maximem.ai/llms.txt
Use this file to discover all available pages before exploring further.
Multi-Tenant SaaS
Scope memories per customer organization. Reuse one Instance across all your B2B customers.
Slack Bot with Memory
Add per-channel and per-user memory to a Slack bot using Bolt + Synap.
Voice Agent (LiveKit)
Memory-augmented voice agent on LiveKit. Recall caller history mid-call.
RAG over User History
Pure semantic retrieval over a single user’s past conversations — Synap as your RAG.
Graceful Degradation
What to do when Synap is unreachable. Cache, fallback prompts, queue retries.
Replay Conversation History
Bulk-ingest a corpus of historical conversations on Instance creation.
Want a pattern that isn’t here? Email [email protected] with the use case and we’ll add it. Patterns that get repeatedly requested become part of the docs.