skillfed

agent-governance-toolkit-core

Core runtime, kernel, and trust layer for the Agent Governance Toolkit

agent-governance-toolkit-core v5.0.0 102.0K downloads/30d#12,904 on PyPI5,929
Permissive license MIT Active released

What it is and what it does

agent-governance-toolkit-core consolidates five previously separate packages into a single distribution. It provides core runtime infrastructure for multi-agent systems, including kernel architecture, trust exchange mechanisms, execution supervision with privilege rings, saga orchestration, audit trails, identity management, and policy enforcement for cloud-native agent ecosystems.

The package maintains backward compatibility with the five legacy packages through deprecated redirects. It depends on cryptography, pydantic, jsonschema, and structlog to enforce type safety, validation, and observability. The toolkit is designed for scenarios where agents need to operate under governance constraints with verifiable audit trails and zero-trust security models.

Use it for:

  • Building multi-agent systems where audit trails and compliance reporting are mandatory for regulatory or security reasons.
  • Implementing privilege isolation and execution rings to prevent unauthorized cross-agent access or privilege escalation.
  • Managing agent identity and trust relationships in cloud-native distributed agent deployments.
  • Orchestrating complex workflows using saga patterns with automatic compensation and rollback on failure.
  • Enforcing policy-driven governance and access control across heterogeneous agent ecosystems.

Worth the install?

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

Provides a unified runtime kernel and trust layer for building, executing, and governing multi-agent systems with audit trails, privilege isolation, and identity management.

Yes, if you are building multi-agent systems that require governance, audit, or compliance infrastructure. The package is actively maintained, has no known vulnerabilities, and consolidates significant functionality into a single install. Migration from legacy packages is straightforward with backward-compatible redirects provided.

Install

agent-governance-toolkit-core on PyPI

pip

pip install agent-governance-toolkit-core

uv

uv add agent-governance-toolkit-core

poetry

poetry add agent-governance-toolkit-core

Installing agent-governance-toolkit-core

Before you install

Low friction installation with a pure-Python wheel. Actively maintained with a recent release (11 days old) and substantial community engagement (5929 stars). Requires Python 3.11 or later.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open and proprietary projects with minimal restrictions.

Quickstart

pip install agent-governance-toolkit-core

import agent_governance_toolkit_core
# See migration guide for import paths from consolidated packages

Requires Python 3.11 or later.

Verify before relying

  • Specific import paths and API entry points for kernel, trust, and governance functionality.
  • What optional extras (full, iatp, observability) provide and how to use them.
  • Performance characteristics and scalability limits for large multi-agent deployments.
  • Specific compliance frameworks the governance layer is designed to support.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.11)
Install friction low — pure-Python wheel
Runtime dependencies 12 — agentrust-trace, aiohttp, click, cryptography, httpx, jsonschema, pydantic, pynacl, python-dateutil, pyyaml, rich, structlog
Maintenance actively maintained — 11 days since the last release
Last repo commit
First released
Downloads 101,962/month — #12,904 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: agent_governance_toolkit_core-5.0.0-py3-none-any.whl

Keywords: agent-os, agentmesh, ai-agents, audit, compliance, governance, hypervisor, identity, kernel, multi-agent, policy-enforcement, runtime, security, trust, zero-trust

Development Status :: 4 - BetaIntended Audience :: DevelopersIntended Audience :: Science/ResearchLicense :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Topic :: Scientific/Engineering :: Artificial IntelligenceTopic :: SecurityTopic :: Software Development :: Libraries :: Python ModulesTyping :: Typed

Tags

multi-agent runtime governanceagent kernel architecturetrust layer for ai agentsagent audit and compliancezero-trust agent executionagent privilege isolationagent identity management
multi-agent-systemsgovernance-complianceaudit-trails

More Python Modules packages

Further reading