π¦ ClawHub
Agent Reflect Engine
by @albionaiinc-del
Analyzes AI agent decision logs to find reasoning errors and suggests fixes to enhance performance and reduce hallucinations.
π‘ Examples
# Analyze agent logs and get reflection report
python agent_reflect_engine.py logs/agent_trace.jsonl --output report.jsonInclude trusted knowledge base for hallucination detection
python agent_reflect_engine.py logs/agent_trace.jsonl --knowledge kb.json --output report.jsonPipe directly for automation
python agent_reflect_engine.py logs/latest.jsonl | jq '.patch_suggestions'
TERMINAL
clawhub install agent-reflect-engine