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

  1. Traceable delegation chain — every action must have an authorising party the agent can name.
  2. Explicit decision rights — the agent may only take decisions inside its explicitly delegated scope.
  3. Minimum privilege — the smallest permission set sufficient for the task.
  4. Unique digital identity — no anonymous agents.
  5. No out-of-scope action — the agent aborts rather than extrapolates.

Reference and provenance

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

  1. 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-
  2. Radio Nacional Argentina — 2026-08-15. https://www.radionacional.com.ar/presentaron-la-primera-constitucion-universal-de-agentes-de-inteligencia-arti
  3. 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