Core runtime, kernel, and trust layer for the Agent Governance Toolkit
Project description
agent-governance-toolkit-core
Core runtime, kernel, and trust layer for the Agent Governance Toolkit.
This package consolidates five previously separate distributions into a single install:
| Old package | What it provides |
|---|---|
agent-os-kernel |
Kernel architecture, Nexus Trust Exchange, CMVK, IATP, AMB, ATR, control plane, observability |
agentmesh-primitives |
Shared primitive data models (failure types, severity levels, base structures) |
agentmesh-runtime |
Execution supervisor with privilege rings, saga orchestration, audit trails |
agent-hypervisor |
Runtime supervisor for shared sessions, execution rings, joint liability, hash-chained audit |
agentmesh-platform |
Identity, trust, reward, governance for cloud-native agent ecosystems |
Install
pip install agent-governance-toolkit-core
With optional extras:
pip install agent-governance-toolkit-core[full]
pip install agent-governance-toolkit-core[iatp,observability]
Migration from old packages
If you previously installed any of the five packages listed above, replace them
with agent-governance-toolkit-core in your requirements file. All import paths
are unchanged:
from agent_os.kernel import GovernanceKernel # unchanged
from agent_primitives.failures import FailureType # unchanged
from agent_runtime.supervisor import Supervisor # unchanged
from hypervisor.session import SharedSession # unchanged
from agentmesh.identity import AgentIdentity # unchanged
The old package names continue to work as thin redirects but will emit deprecation warnings. See the migration guide for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_governance_toolkit_core-4.0.0-py3-none-any.whl.
File metadata
- Download URL: agent_governance_toolkit_core-4.0.0-py3-none-any.whl
- Upload date:
- Size: 1.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc86ba65167b510c0f3432708c49bb834c830da938bc08c5df48f90027e3d9bb
|
|
| MD5 |
14ae323111d1d9a9c6f8ece0fd161ac2
|
|
| BLAKE2b-256 |
97cb7b4e319b71382a27449c901e8b0c7662415e32541e0db3d8768368e6cb41
|