Drop-in memory middleware for Vercel AI SDK apps.Documentation Index
Fetch the complete documentation index at: https://docs.memwal.ai/llms.txt
Use this file to discover all available pages before exploring further.
What It Does
Before generation:- Reads the last user message
- Runs
recall()against MemWal - Filters by relevance
- Injects memory context into the prompt
- Optionally runs
analyze()on the user message - Saves extracted facts asynchronously
"default".
When To Use Direct SDK Calls Instead
Use direct SDK methods when your app needs precise control over:- When memory is stored
- Which text is analyzed
- How recall results are displayed or filtered