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

ClaudeMeter: Open-Source macOS Menu Bar App for Real-Time Claude Usage Tracking
ClaudeMeter is a free, open-source macOS menu bar app for Claude Max subscribers that displays session and weekly usage percentages, reset timers, and pace indicators without interrupting workflow. The entire app was built using Claude (Claude Code/Opus) for Swift code, Supabase backend, and Edge Functions.

OpenClaw Agent Maintains Memory When Switching from Claude Subscription to API
A developer reports successfully migrating their OpenClaw setup from a Claude subscription to API key without losing agent memory, using the mengram-memory skill that saves to an external layer. The agent retained ~100+ learned facts, evolved procedures, and episodic memories.

Memorine: A Local Memory System for OpenClaw Agents Using Python and SQLite
Memorine is a local memory system for OpenClaw agents that uses only Python and SQLite, with no external dependencies, API calls, or telemetry. It provides fact storage with full-text search, memory decay, contradiction detection, causal event chaining, and optional semantic search via fastembed and sqlite-vec.

Crow: Open-Source MCP Platform Adds Persistent Memory and P2P Sharing to LLM Frontends
Crow is an open-source, self-hosted MCP server platform that provides LLM frontends with SQLite-backed persistent memory, structured research tools, and encrypted peer-to-peer sharing. It works with any MCP-compatible client like Claude Desktop, Cursor, or Windsurf and requires no cloud dependency by default.