What does memory and context mean for an AI agent?
It is the data layer around the model: user facts, project rules, past decisions, documents, codebase context and action history. It helps an agent continue work instead of relearning the same information every session.
