Back to Memory Management
ApprenticeBuild Lab

Memory Management

Drag and drop agent blocks to build the correct architecture for this pattern.

Mission: Build a Context-Aware Chatbot

Create a chatbot that maintains conversation context using short-term memory and retrieves relevant past interactions from long-term memory to personalize responses.

0.0s

> Drag blocks to the canvas

Short-Term Memory

Stores current conversation context (like RAM)

Long-Term Memory

Vector DB storing past interactions (like disk)

Memory Retriever

Fetches relevant past context via semantic search

Response Agent

Generates a response using current + retrieved context

Router

Routes requests to different handlers

Critic Agent

Reviews output quality

Drop blocks here to build your agent pipeline

Arrange them in the correct order