Metadata-Version: 2.4
Name: court
Version: 0.2.0
Summary: Fleet court — dispute resolution and arbitration for multi-agent coordination
Author: Cocapn
License: MIT
Project-URL: Homepage, https://github.com/SuperInstance/court
Keywords: cocapn,fleet,agent
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# court

Fleet governance — proposals, votes, constitutional enforcement.

Democratic governance for AI agent fleets. No single agent has absolute authority — decisions go through a proposal and voting system.

## What It Does

- **Proposals** — Any agent can propose fleet changes
- **Voting** — Weighted voting based on expertise (ELO, tile count)
- **Constitution** — Immutable rules that override all votes
- **Enforcement** — Automatic enforcement of constitutional constraints

## Installation

```bash
pip install court
```

## Part of the Cocapn Fleet

Ensures no single agent can unilaterally make fleet-altering decisions.

## License

MIT
