skillfed

agent_governance_toolkit

Public Preview — Unified installer and runtime policy enforcement for the Agent Governance Toolkit

agent-governance-toolkit v4.1.0 130.6K downloads/30d#11,633 on PyPI5,928
Permissive license MIT Active released

What it is and what it does

Agent Governance Toolkit is a meta-package that provides a unified installation for governance infrastructure across four layers: a policy engine for deterministic action evaluation, trust infrastructure for agent identity and secure communication, an execution supervisor for resource and context control, and reliability engineering tools for SLO enforcement and incident response. It solves the problem of deploying AI agents to production without governance by bundling version-compatible components that work together out of the box. The package is currently in public preview, meaning APIs may change before general availability, and it is designed to integrate with popular agent frameworks.

Use it for:

  • Enforce capability-based access control for agents calling external tools or databases in regulated environments.
  • Establish zero-trust identity and encrypted communication between multiple agents in a distributed system.
  • Prevent runaway agents from consuming unbounded resources through execution rings and resource limits.
  • Generate immutable audit trails and compliance attestations for agent decisions in regulated organizations.
  • Monitor agent health and automatically trigger incident response when reliability thresholds are breached.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Unified installer that bundles policy enforcement, agent identity and trust infrastructure, execution supervision, and reliability monitoring into a single governance stack for production AI agents.

Yes, if you are building production AI agents and need integrated governance across policy, trust, execution control, and reliability. The unified install eliminates version conflicts and ensures component compatibility. However, the package is in public preview with potential API changes; evaluate your tolerance for breaking changes before general availability. No known security vulnerabilities and low install friction support adoption.

Install

agent-governance-toolkit on PyPI

pip

pip install agent-governance-toolkit

uv

uv add agent-governance-toolkit

poetry

poetry add agent-governance-toolkit

Installing agent_governance_toolkit

Before you install

Low friction install with three common dependencies (pydantic, pyyaml, click). Active maintenance with recent commits; package is in public preview with potential API changes before general availability.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal attribution requirements, suitable for both open-source and commercial projects.

Quickstart

pip install agent-governance-toolkit

from agent_governance_toolkit import GovernanceVerifier

verifier = GovernanceVerifier()
attestation = verifier.verify()
print(f"Grade: {attestation.compliance_grade()}")

Requires Python 3.9 or later; package is in public preview with APIs subject to change before general availability.

Verify before relying

  • Which of the four component layers (kernel, trust mesh, runtime, SRE) are included in base install versus optional extras.
  • Specific OWASP compliance controls and regulatory frameworks (GDPR, HIPAA, SOX) actually implemented.
  • Performance characteristics and scalability limits for governed agent execution.
  • Actual compatibility with LangChain, CrewAI, and AutoGen beyond installation examples.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 3 — pydantic, pyyaml, click
Maintenance actively maintained — 64 days since the last release
Last repo commit
First released
Downloads 130,624/month — #11,633 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: agent_governance_toolkit-4.1.0-py3-none-any.whl

Keywords: ai-agents, governance, multi-agent, trust, security, compliance, audit, policy-enforcement, agent-os, agentmesh, runtime, sre, llm, autonomous-agents, enterprise-ai

Development Status :: 4 - BetaIntended Audience :: DevelopersProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.9Topic :: Scientific/Engineering :: Artificial IntelligenceTopic :: SecurityTopic :: Software Development :: Libraries :: Application Frameworks

Tags

ai agent governanceagent policy enforcementmulti-agent securityagent runtime controlai compliance and audit
agent-governancepolicy-enforcementmulti-agent-security

More Artificial Intelligence packages

Further reading