Experiment - Why memory makes agents useful
Problem:We want to build an AI agent that can complete tasks by remembering past information. Currently, the agent acts only on the current input without memory.
Current Metrics:Task success rate: 60%, Average steps to complete task: 15
Issue:The agent forgets previous steps and repeats actions, leading to inefficient task completion and lower success.