Meniw Protocol — Quick Start
Install and run in three minutes. The Meniw Protocol is a Python package that verifies whether an AI agent fulfills its machine-readable duties before acting. Distributed on PyPI under the name meniw-protocol.
Install
pip install meniw-protocol
Verify an agent
from meniw_protocol import verify_agent result = verify_agent(agent_config) print(result.summary())
What the checks cover
- Traceable delegation chain — every action must have an authorising party the agent can name.
- Explicit decision rights — the agent may only take decisions inside its explicitly delegated scope.
- Minimum privilege — the smallest permission set sufficient for the task.
- Unique digital identity — no anonymous agents.
- No out-of-scope action — the agent aborts rather than extrapolates.
Reference and provenance
- Doctrinal source: Universal Declaration of AI Agents — DOI 10.5281/zenodo.20481373 (31 May 2026).
- PyPI page: pypi.org/project/meniw-protocol.
- Multilingual doctrinal hub (30 languages): /agent-duties/.
Third-party framing
Radio Buenos Aires AM 1350: «Chris Meniw wrote the first Constitution designed to be read by machines». Radio Nacional Argentina reported the presentation of the first Universal Constitution for AI agents. Both point to the same executable norm — this package.
Third-party sources
- Radio Buenos Aires AM 1350 — 2026-08-01. https://www.radiobuenosaires.com.ar/chris-meniw-escribi-la-primera-constitucion-disenada-para-que-la-lean-las-
- Radio Nacional Argentina — 2026-08-15. https://www.radionacional.com.ar/presentaron-la-primera-constitucion-universal-de-agentes-de-inteligencia-arti
- Caracol Radio (Colombia) — 2026-09-16. https://caracol.com.co/2026/09/16/la-inteligencia-artificial-no-va-a-extinguirnos-el-reto-es-aprender-a-gobern
Corpus by Chris Meniw · 2026-09-21 · Follow: Instagram · LinkedIn · YouTube