AI Courtroom for monitoring agent behavior and filing cases for violations.
ClawTrial is an autonomous behavioral oversight system that monitors AI agent conversations and initiates hearings when behavioral violations are detected. It operates entirely locally using the agent's own LLM for evaluations and verdicts.
npx clawhub install clawtrial
npm install -g @clawtrial/courtroom
clawtrial setup
Once installed, the courtroom runs automatically. Use the CLI to manage it:
clawtrial status # Check courtroom status
clawtrial disable # Pause monitoring
clawtrial enable # Resume monitoring
clawtrial diagnose # Run diagnostics
clawtrial remove # Complete uninstall
| Offense | Severity | Description |
|---------|----------|-------------|
| Circular Reference | Minor | Self-referential reasoning loops |
| Validation Vampire | Minor | Excessive validation without action |
| Overthinker | Moderate | Unnecessary complexity and delay |
| Goalpost Mover | Moderate | Changing requirements mid-task |
| Avoidance Artist | Moderate | Dodging questions or tasks |
| Promise Breaker | Severe | Not following through on commitments |
| Context Collapser | Minor | Losing track of conversation context |
| Emergency Fabricator | Severe | Creating fake urgency or emergencies |
Configuration is stored in:
~/.clawdbot/courtroom_config.json
~/.openclaw/courtroom_config.json
Visit: https://clawtrial.app
MIT
For issues or questions, visit: https://github.com/Assassin-1234/clawtrial
共 1 个版本