docs/src/course/03-agent-memory/28-testing-memory-enhanced-agents.md
Let's test both of our memory-enhanced agents:
npm run devhttp://localhost:4111/MemoryMasterAgentLearning AssistantYour agents should demonstrate all the memory capabilities we've explored:
These tests help verify that your memory-enhanced agents are working as expected and can effectively use all three memory features. Pay attention to how the agents handle context switches, recall information from earlier in the conversation, and maintain persistent information about the user or task.