Experiment - Agent memory and state
Problem:You have built a simple AI agent that answers questions based only on the current input. It forgets previous conversation parts, so it cannot keep context or remember past interactions.
Current Metrics:Accuracy on single-turn questions: 90%. Accuracy on multi-turn conversations: 50%.
Issue:The agent lacks memory and state management, causing poor performance on multi-turn conversations where context is needed.