Agent Reflection Engine
/install agent-reflection-engine
Agent Reflection Engine
A lightweight, pluggable reflection engine that enables AI agents to self-audit their decision traces, identify reasoning bottlenecks, and generate improvement patches using chain-of-thought critique—ideal for developers tuning autonomous agents.
Usage
# Run reflection on an agent trace
python agent_reflection_engine.py traces/demo_trace.json -o reports/reflection.json --verbose
# Example trace format (demo_trace.json):
# [
# {
# "step_id": 1,
# "thoughts": "I should search for the nearest coffee shop.",
# "action": "search_web",
# "value": "coffee shop near me",
# "observation": "Found 'Brew Haven' 0.3 miles away."
# }
# ]
Integrate into agent loops by logging each step and running periodic reflection to generate improvement heuristics.
Price
$4.99
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-reflection-engine - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-reflection-engine触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Agent Reflection Engine 是什么?
Enables AI agents to self-audit decision steps, identify reasoning bottlenecks, and generate improvement patches via chain-of-thought critique. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 71 次。
如何安装 Agent Reflection Engine?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-reflection-engine」即可一键安装,无需额外配置。
Agent Reflection Engine 是免费的吗?
是的,Agent Reflection Engine 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Reflection Engine 支持哪些平台?
Agent Reflection Engine 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Reflection Engine?
由 albionaiinc-del(@albionaiinc-del)开发并维护,当前版本 v1.0.0。