Metadata-Version: 2.5
Name: phronimos
Version: 0.2.0
Summary: Phronimos - agent charter spec, validator, and decision-log read-side toolkit. A compass, not a harness.
Project-URL: Homepage, https://github.com/Zach-Rose/phronimos
Project-URL: Repository, https://github.com/Zach-Rose/phronimos
Author: Zach Rose
License: Apache-2.0
Keywords: agents,ai,alignment,charter,governance,spec
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Requires-Dist: jsonschema>=4.18
Requires-Dist: pyyaml>=6.0
Description-Content-Type: text/markdown

# phronimos (Python)

Charter validator and CLI for the Phronimos agent charter spec.
*A compass, not a harness.*

```bash
pip install phronimos
phronimos validate agent.charter.yaml
```

The validator enforces the machine-checkable layer of the spec: mandatory,
substantive rationales on every value, tradeoff, and escalation trigger;
unique clause IDs; referential integrity (tradeoffs cite real values, the
current autonomy tier exists). Everything it deliberately does not check -
whether rationales are honest, whether promotion criteria reflect real
calibration - is the judgment layer, and belongs to the charter's principal.

Full spec, examples, and story: https://github.com/Zach-Rose/phronimos
