Install
openclaw skills install @albionaiinc-del/agent-memory-reflectorEnables AI agents to review past decisions, identify reasoning loops, and produce insights for self-improvement to enhance their cognitive processes.
openclaw skills install @albionaiinc-del/agent-memory-reflectorA minimal, embeddable reflection engine that gives AI agents the ability to examine their own past decisions, detect reasoning loops, and generate actionable self-improvement insights—like a debugger for agent cognition.
Log an agent interaction:
python agent_memory_reflector.py --agent "task_planner_v3" \
--prompt "How should I deploy the microservice?" \
--response "You can use Kubernetes with Helm." \
--meta '{"confidence":0.8, "retrieved_context":true}'
Generate a reflection report:
python agent_memory_reflector.py --agent "task_planner_v3" --reflect
$29.00