66
77* One install for the complete governance stack — kernel · trust mesh · runtime supervisor · reliability engineering*
88
9- [ ![ PyPI] ( https://img.shields.io/badge/pypi-ai--agent--compliance-blue.svg )] ( https://pypi.org/project/ai-agent-compliance / )
9+ [ ![ PyPI] ( https://img.shields.io/badge/pypi-ai--agent--compliance-blue.svg )] ( https://pypi.org/project/ai-agent-governance / )
1010[ ![ CI] ( https://github.com/microsoft/agent-governance-toolkit/actions/workflows/ci.yml/badge.svg )] ( https://github.com/microsoft/agent-governance-toolkit/actions/workflows/ci.yml )
1111[ ![ GitHub Stars] ( https://img.shields.io/github/stars/microsoft/agent-governance-toolkit?style=social )] ( https://github.com/microsoft/agent-governance-toolkit/stargazers )
1212[ ![ Sponsor] ( https://img.shields.io/badge/sponsor-❤️-ff69b4 )] ( https://github.com/microsoft/agent-governance-toolkit )
1313[ ![ Python] ( https://img.shields.io/badge/python-3.9+-blue.svg )] ( https://python.org )
1414[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( LICENSE )
1515
1616```
17- pip install ai-agent-compliance [full]
17+ pip install ai-agent-governance [full]
1818```
1919
2020[ Architecture] ( #architecture ) • [ Quick Start] ( #quick-start ) • [ Components] ( #components ) • [ Why Unified?] ( #why-a-unified-governance-stack ) • [ Ecosystem] ( #the-agent-governance-ecosystem ) • [ OWASP Compliance] ( docs/OWASP-COMPLIANCE.md ) • [ Traction] ( docs/TRACTION.md )
@@ -32,7 +32,7 @@ pip install ai-agent-compliance[full]
3232```
3333┌─────────────────────────────────────────────────────────────────┐
3434│ agent-compliance │
35- │ pip install ai-agent-compliance [full] │
35+ │ pip install ai-agent-governance [full] │
3636├─────────────────────────────────────────────────────────────────┤
3737│ │
3838│ ┌───────────────────┐ ┌───────────────────────────┐ │
@@ -93,14 +93,14 @@ Install only what you need:
9393
9494``` bash
9595# Core: kernel + trust mesh
96- pip install ai-agent-compliance
96+ pip install ai-agent-governance
9797
9898# Full stack: adds hypervisor + SRE
99- pip install ai-agent-compliance [full]
99+ pip install ai-agent-governance [full]
100100
101101# À la carte
102- pip install ai-agent-compliance [hypervisor]
103- pip install ai-agent-compliance [sre]
102+ pip install ai-agent-governance [hypervisor]
103+ pip install ai-agent-governance [sre]
104104```
105105
106106---
@@ -177,13 +177,13 @@ python examples/governed_agent.py
177177
178178``` bash
179179# LangChain
180- pip install langchain ai-agent-compliance
180+ pip install langchain ai-agent-governance
181181
182182# CrewAI
183- pip install crewai ai-agent-compliance
183+ pip install crewai ai-agent-governance
184184
185185# AutoGen
186- pip install pyautogen ai-agent-compliance
186+ pip install pyautogen ai-agent-governance
187187```
188188
189189---
0 commit comments