Use this file to discover all available pages before exploring further.
The Agent Governance Toolkit ships governance packages in five languages: Python, TypeScript, .NET, Rust, and Go. All five implement the core governance primitives — policy evaluation, agent identity, trust scoring, and audit logging. Python is the primary implementation and includes the full stack; the other language packages cover all foundational primitives needed to build governed agents in their respective ecosystems. As of v4.0.0, 45 Python packages have been consolidated into 5 top-level distributions for a dramatically simpler installation story.
AGT is currently in Public Preview. Production-quality releases are available, but breaking changes may occur before General Availability.
As of v4.0.0, 45 packages have been consolidated into 5 top-level distributions. You can install exactly what you need, or use [full] to get everything.
All five language packages implement the four foundational governance primitives:
Capability
Python
TypeScript
.NET
Rust
Go
Policy Engine
✅
✅
✅
✅
✅
Identity & Auth
✅
✅
◑
✅
✅
Trust Scoring
✅
✅
✅
✅
✅
Audit Logging
✅
✅
✅
✅
✅
MCP Security
✅
✅
✅
✅
✅
Execution Rings
✅
✅
✅
✅
✅
SRE / SLOs
✅
✅
✅
✅
✅
Kill Switch
✅
✅
✅
✅
✅
Framework Integrations
✅
✅
✅
✅
✅
Unified CLI (agt)
✅
—
—
—
—
Governance Dashboard
✅
—
—
—
—
Legend: ✅ Implemented · ◑ Partial · — Not yet available
.NET is marked partial for Identity & Auth because it uses native ECDSA P-256 asymmetric signing rather than the Ed25519-based identity material used by the other SDKs. Full Ed25519 support is on the roadmap pending broader .NET runtime availability.
For Azure-integrated features (managed identity, Azure Key Vault for credential storage, Azure Monitor for audit log export), set the following environment variables:
These are optional. AGT works fully offline without Azure credentials — local file-based policies and in-process audit logging require no cloud connectivity.
Previous package names remain installable as stub packages that redirect to the consolidated distributions. No code changes are required — just update your requirements.txt or pyproject.toml when convenient:
Legacy Package Name
Redirects To
agent-os-kernel
agent-governance-toolkit-core
agentmesh-platform
agent-governance-toolkit-core
agentmesh-runtime
agent-governance-toolkit-runtime
agent-sre
agent-governance-toolkit-sre
agent-discovery
agent-governance-toolkit-core
agent-hypervisor
agent-governance-toolkit-runtime
agentmesh-marketplace
agent-governance-toolkit-core
agentmesh-lightning
agent-governance-toolkit-core
Stub packages are provided for migration convenience. They will be removed in a future major version. Update to the consolidated distribution names at your earliest opportunity.