Drag and drop agent blocks to build the correct architecture for this pattern.
Create a chatbot that maintains conversation context using short-term memory and retrieves relevant past interactions from long-term memory to personalize responses.
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