AI-powered memory system that compresses, reflects on, and retrieves past agent actions to improve long-term autonomous decision-making.
# Agent Reflective Memory A self-improving memory engine that uses AI to compress, reflect on, and retrieve past agent actions and decisions, enabling smarter long-term autonomy—critical for developers building persistent AI agents. ## Usage ```bash # Store an agent's experience python agent_reflective_memory.py store \ --context "User asked for weekly sales summary" \ --action "Queried SQL database and generated markdown report" \ --result "Report delivered successfully" # Generate AI-powered reflections on old experiences python agent_reflective_memory.py reflect # Search for past failures in navigation python agent_reflective_memory.py query "navigation failed" # View memory statistics python agent_reflective_memory.py stats ``` ## Price $4.99
don't have the plugin yet? install it then click "run inline in claude" again.