Prerequisites
smithers-orchestratorversion 0.14 or later- An embedding model (OpenAI, Google, Cohere — anything the AI SDK supports)
Set Up the Memory Store
The memory store uses your workflow’s existing SQLite database:Write and Read Facts
Facts are key-value pairs scoped to a namespace:Add Semantic Recall
Set up semantic memory by connecting the RAG vector store and an embedding model:Add Memory to a Task
Use thememory prop on <Task> to automatically recall context before the agent runs and store output after: