Metadata-Version: 2.4
Name: agent-governance-toolkit-cli
Version: 4.0.0
Summary: CLI tools, SRE observability, and sandbox isolation for the Agent Governance Toolkit
Project-URL: Homepage, https://github.com/microsoft/agent-governance-toolkit
Project-URL: Repository, https://github.com/microsoft/agent-governance-toolkit
Project-URL: Bug Tracker, https://github.com/microsoft/agent-governance-toolkit/issues
Author-email: Microsoft Corporation <agentgovtoolkit@microsoft.com>
Maintainer-email: Agent Governance Toolkit Team <agentgovtoolkit@microsoft.com>
License: MIT
Keywords: ai-agents,cli,governance,mcp,observability,reliability,sandbox,sre,trust
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT 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 :: Software Development :: Libraries
Classifier: Topic :: System :: Monitoring
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: agent-governance-toolkit-core<5.0,>=4.0.0
Requires-Dist: croniter<7.0,>=2.0
Requires-Dist: opentelemetry-api<2.0,>=1.20
Requires-Dist: opentelemetry-sdk<2.0,>=1.20
Requires-Dist: pydantic<3.0,>=2.4.0
Requires-Dist: pyyaml<7.0,>=6.0
Provides-Extra: agentops
Requires-Dist: agentops<1.0,>=0.3; extra == 'agentops'
Provides-Extra: api
Requires-Dist: fastapi<1.0,>=0.115.0; extra == 'api'
Requires-Dist: uvicorn<1.0,>=0.27.0; extra == 'api'
Provides-Extra: arize
Requires-Dist: arize-phoenix<17.0,>=4.0; extra == 'arize'
Provides-Extra: braintrust
Requires-Dist: braintrust<1.0,>=0.0.100; extra == 'braintrust'
Provides-Extra: datadog
Requires-Dist: ddtrace<5.0,>=2.0; extra == 'datadog'
Provides-Extra: dev
Requires-Dist: mypy<3.0,>=1.8.0; extra == 'dev'
Requires-Dist: pytest-asyncio<2.0,>=0.23; extra == 'dev'
Requires-Dist: pytest-cov<8.0,>=5.0; extra == 'dev'
Requires-Dist: pytest<10.0,>=8.0; extra == 'dev'
Requires-Dist: ruff<1.0,>=0.4.0; extra == 'dev'
Provides-Extra: docker
Requires-Dist: docker<8.0,>=7.1.0; extra == 'docker'
Provides-Extra: full
Requires-Dist: cryptography<49.0,>=46.0.7; extra == 'full'
Requires-Dist: docker<8.0,>=7.1.0; extra == 'full'
Requires-Dist: fastapi<1.0,>=0.115.0; extra == 'full'
Requires-Dist: mcp<2.0,>=1.0.0; extra == 'full'
Requires-Dist: opentelemetry-exporter-otlp<2.0,>=1.20; extra == 'full'
Requires-Dist: uvicorn<1.0,>=0.27.0; extra == 'full'
Provides-Extra: helicone
Requires-Dist: helicone<5.0,>=4.0; extra == 'helicone'
Provides-Extra: hyperlight
Requires-Dist: hyperlight-sandbox<0.5,>=0.4.0; extra == 'hyperlight'
Provides-Extra: langchain
Requires-Dist: langchain-core<2.0,>=1.2.11; extra == 'langchain'
Provides-Extra: langfuse
Requires-Dist: langfuse<5.0,>=2.0; extra == 'langfuse'
Provides-Extra: langsmith
Requires-Dist: langsmith<1.0,>=0.1; extra == 'langsmith'
Provides-Extra: llamaindex
Requires-Dist: llama-index-core<1.0,>=0.10; extra == 'llamaindex'
Provides-Extra: mcp
Requires-Dist: cryptography<49.0,>=46.0.7; extra == 'mcp'
Requires-Dist: mcp<2.0,>=1.0.0; extra == 'mcp'
Provides-Extra: mlflow
Requires-Dist: mlflow<4.0,>=2.10; extra == 'mlflow'
Provides-Extra: otel
Requires-Dist: opentelemetry-exporter-otlp<2.0,>=1.20; extra == 'otel'
Provides-Extra: policy
Requires-Dist: agent-governance-toolkit-core<5.0,>=4.0.0; extra == 'policy'
Provides-Extra: sentry
Requires-Dist: sentry-sdk<3.0,>=2.0; extra == 'sentry'
Provides-Extra: wandb
Requires-Dist: wandb<1.0,>=0.16; extra == 'wandb'
Description-Content-Type: text/markdown

# agent-governance-toolkit-cli

CLI tools, SRE observability, and sandbox isolation for the
[Agent Governance Toolkit](https://github.com/microsoft/agent-governance-toolkit).

Consolidates `agent-sre`, `agt-sandbox`, and `agentmesh-mcp-trust` into a
single distribution.

```bash
pip install agent-governance-toolkit-cli
pip install agent-governance-toolkit-cli[docker,mcp]
```

See the
[migration guide](https://github.com/microsoft/agent-governance-toolkit/blob/main/docs/package-consolidation/MIGRATION.md)
for details.
