Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 586 Bytes

File metadata and controls

23 lines (16 loc) · 586 Bytes

Agent Governance Examples

Runnable examples showing the unified governance stack in action.

Examples

Example Description Components Used
quickstart.py Boot the full governance stack in 30 lines OS Kernel, AgentMesh
governed_agent.py Complete governed agent with policy, trust, and monitoring All 4 components

Prerequisites

pip install agent-governance-toolkit[full]

Running

python examples/quickstart.py
python examples/governed_agent.py