Metadata-Version: 2.4
Name: maigp
Version: 5.0.0
Summary: Mediated AI Governance Protocol (MAIGP) — meta-package for complete AI governance stack
Project-URL: Homepage, https://github.com/owner-spec/aigp-protocol
Project-URL: Documentation, https://github.com/owner-spec/aigp-protocol/tree/main/specification
Project-URL: Repository, https://github.com/owner-spec/aigp-protocol
Author-email: Evan Erwee <evan@erwee.com>
License: Proprietary
Keywords: agentic,ai,aigp,governance,maigp,mediated,protocol
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.11
Requires-Dist: maigp-agent-core>=1.0.0
Requires-Dist: maigp-client>=5.0.0
Requires-Dist: maigp-server>=5.0.0
Description-Content-Type: text/markdown

# MAIGP — Mediated AI Governance Protocol

Meta-package that installs the complete MAIGP governance stack:

- **maigp-client** — SDK for governed AI invocations
- **maigp-server** — Governance engine (scope envelopes, circuit breakers, delegation)
- **maigp-agent-core** — Shared lifecycle for framework adapters

## Install

```bash
pip install maigp
```

## Links

- [Specification](https://github.com/owner-spec/aigp-protocol/tree/main/specification)
- [Repository](https://github.com/owner-spec/aigp-protocol)

© 2024–2026 Evan Erwee. All rights reserved.
