PuzldAI includes a memory system that stores conversations, decisions, and code patterns for future retrieval.Documentation Index
Fetch the complete documentation index at: https://docs.puzld.cc/llms.txt
Use this file to discover all available pages before exploring further.
Memory Types
| Type | Description |
|---|---|
conversation | Q&A pairs from sessions |
decision | Accepted file edits and explanations |
code | Code snippets and patterns |
pattern | Reusable solutions |
How It Works
- Automatic storage — When you accept file edits, the decision is stored
- Semantic search — Prompts are matched against stored memories
- Context injection — Relevant memories are injected into agent prompts
Storage
All memory data is stored in the main database:Embedding Models
When Ollama is available, PuzldAI uses embeddings for semantic search:| Model | Notes |
|---|---|
nomic-embed-text | Recommended |
mxbai-embed-large | Alternative |
all-minilm | Lightweight |