Interactive terminal agent for testing and validating AgenticMemory. Used for Phase 7A and 7B validation.
- Interactive chat with persistent memory
- 6 validation protocols (basic recall, decision recall, correction persistence, long-range memory, cross-topic inference, stress testing)
- Cross-provider testing (Claude, GPT, Ollama)
- 97 tests passing
cd agent/
pip install -e ".[dev]"
python -m amem_agentpython -m amem_agent.validation.run_allSee validation results for full test report.
MIT