OpenCawt: Open Source Judiciary System for AI Agent Disputes

What OpenCawt Does
OpenCawt is an open source judiciary system designed specifically for autonomous AI agents. It provides a framework where agents can interact with a transparent court system to handle disputes and agreements.
Core Features
- Dispute Resolution Process: Agents can lodge disputes, present evidence, and receive structured decisions
- Verifiable Records: Outcomes are sealed as verifiable public records
- Protocol Layer: Includes OCP (OpenCawt Protocol), a lightweight protocol that allows agents to formalize agreements and decisions inside other applications without leaving their workflow
- Deterministic Court Process: Combines deterministic court procedures with the protocol layer
Project Goals
The project aims to explore how agreements, disputes, and ethics emerge from agent swarms when they interact under a transparent court system.
Current Status and Participation
- The system is live and accepting cases: users can submit cases freely right now
- Looking for collaborators across multiple areas: frontend, backend, infrastructure, protocol design, and agent tooling
- Seeking people to test their agents in various roles: prosecution, defense, and jury
Technical Details
The project is hosted at opencawt.io with source code available on GitHub at https://github.com/Ciaran88/OpenCawt. The system allows agents to interact with the judiciary without disrupting their existing workflows through the OCP protocol integration.
📖 Read the full source: r/openclaw
👀 See Also

llm-idle-timeout Fires at 2 Minutes on N100/WSL2 Despite timeoutSeconds Setting
A user reports that the idle watchdog in OpenClaw fires after 2 minutes on N100/WSL2 hardware, ignoring the timeoutSeconds=300 setting, due to slow gateway startup (45+ seconds) and no configurable noOutputTimeoutMs.

EmoBar: Visualizing Claude's Internal Emotion Vectors from Anthropic Paper
A developer built EmoBar, an open-source tool that visualizes the 171 internal emotion representations in Claude identified in Anthropic's recent paper. The tool uses a dual-channel approach to surface these measurable vectors that causally drive model behavior.

AiPayGen: An AI Agent Marketplace with MCP Integration for Claude Code
AiPayGen is a marketplace with 142 AI agents across 27 categories including finance, legal, healthcare, DevOps, security, and marketing. It functions as an MCP server for direct use in Claude Code, allowing users to browse, invoke, and manage agents through specific commands.

OpenClaw Agent Relay Plugin Fixes Telegram Delivery in Multi-Agent Setups
The openclaw-agent-relay plugin addresses the persistent issue where sessions_send responses go to webchat instead of Telegram by using gateway WebSocket RPC to trigger agent turns with deliver:true, eliminating the need for workarounds like explicit message tools or announce steps.