LICENSE
README.md
pyproject.toml
agent_runtime_governance/__init__.py
agent_runtime_governance/_context_boundaries.py
agent_runtime_governance/_metadata.py
agent_runtime_governance/_serialization.py
agent_runtime_governance/_sqlite.py
agent_runtime_governance/approval_store.py
agent_runtime_governance/audit.py
agent_runtime_governance/context.py
agent_runtime_governance/contracts.py
agent_runtime_governance/debugger.py
agent_runtime_governance/decisions.py
agent_runtime_governance/errors.py
agent_runtime_governance/evaluation.py
agent_runtime_governance/hooks.py
agent_runtime_governance/identity.py
agent_runtime_governance/pipeline.py
agent_runtime_governance/policy.py
agent_runtime_governance/registry.py
agent_runtime_governance/replay.py
agent_runtime_governance/resilience.py
agent_runtime_governance/runtime.py
agent_runtime_governance/snapshots.py
agent_runtime_governance/telemetry.py
agent_runtime_governance/visualization.py
agent_runtime_governance/yaml_policy.py
agent_runtime_governance.egg-info/PKG-INFO
agent_runtime_governance.egg-info/SOURCES.txt
agent_runtime_governance.egg-info/dependency_links.txt
agent_runtime_governance.egg-info/requires.txt
agent_runtime_governance.egg-info/top_level.txt
agent_runtime_governance/middleware/__init__.py
agent_runtime_governance/middleware/audit.py
agent_runtime_governance/middleware/base.py
agent_runtime_governance/middleware/decision.py
agent_runtime_governance/middleware/llm.py
agent_runtime_governance/middleware/metrics.py
agent_runtime_governance/middleware/retry.py
agent_runtime_governance/middleware/rule.py
agent_runtime_governance/middleware/timeout.py
agent_runtime_governance/plugins/__init__.py
agent_runtime_governance/plugins/core.py
agent_runtime_governance/plugins/opa.py
agent_runtime_governance/plugins/prometheus.py
agent_runtime_governance/plugins/slack.py
tests/test_approval_identity_hardening.py
tests/test_audit_otel_hardening.py
tests/test_audit_replay.py
tests/test_concurrency_stress.py
tests/test_context.py
tests/test_contracts_idempotency.py
tests/test_evaluation_drift.py
tests/test_execution_hardening.py
tests/test_middleware.py
tests/test_middleware_context_boundaries.py
tests/test_opa.py
tests/test_pipeline_hooks.py
tests/test_plugins.py
tests/test_policy_execution.py
tests/test_production_boundary_matrix.py
tests/test_production_reliability.py
tests/test_prometheus_slack.py
tests/test_properties.py
tests/test_resilience.py
tests/test_runtime.py
tests/test_runtime_identity.py
tests/test_snapshots_debugger.py
tests/test_yaml_policy.py