LICENSE
README.md
pyproject.toml
src/agent_containment/__init__.py
src/agent_containment/agent_tree.py
src/agent_containment/attack_harness.py
src/agent_containment/audit.py
src/agent_containment/blast_radius.py
src/agent_containment/bootstrap.py
src/agent_containment/cgroup_enforcer.py
src/agent_containment/cilium_enforcer.py
src/agent_containment/client.py
src/agent_containment/containment.py
src/agent_containment/control.py
src/agent_containment/credentials.py
src/agent_containment/daemon.py
src/agent_containment/dprovenancekit_adapter.py
src/agent_containment/egress.py
src/agent_containment/egress_enforcement.py
src/agent_containment/enforcer.py
src/agent_containment/evidence_chain.py
src/agent_containment/gateway.py
src/agent_containment/governance_event.py
src/agent_containment/incident.py
src/agent_containment/incident_evidence.py
src/agent_containment/incident_state.py
src/agent_containment/linux_supervisor.py
src/agent_containment/models.py
src/agent_containment/policy.py
src/agent_containment/process.py
src/agent_containment/provenance.py
src/agent_containment/regression.py
src/agent_containment/regression_replay.py
src/agent_containment/review.py
src/agent_containment/runtime.py
src/agent_containment/runtime_fence.py
src/agent_containment/transport.py
src/agent_containment/verification_signal.py
src/agent_containment/warden_observation.py
src/agent_containment/warden_observer.py
src/agentcontainment.egg-info/PKG-INFO
src/agentcontainment.egg-info/SOURCES.txt
src/agentcontainment.egg-info/dependency_links.txt
src/agentcontainment.egg-info/top_level.txt
tests/test_adversarial.py
tests/test_adversarial_evidence.py
tests/test_agent_tree.py
tests/test_agent_tree_races.py
tests/test_audit.py
tests/test_bootstrap.py
tests/test_cgroup_enforcer.py
tests/test_cilium_enforcer.py
tests/test_client.py
tests/test_containment.py
tests/test_containment_races.py
tests/test_control.py
tests/test_controller_restart_boundary.py
tests/test_credential_containment.py
tests/test_credentials.py
tests/test_dprovenancekit_adapter.py
tests/test_durable_restart_fence.py
tests/test_ebpf_artifacts.py
tests/test_egress.py
tests/test_egress_enforcement.py
tests/test_enforcement_latency.py
tests/test_enforcer_boundary.py
tests/test_escape_resistance.py
tests/test_evidence_chain.py
tests/test_failure_injection.py
tests/test_governance_events.py
tests/test_incident.py
tests/test_incident_evidence.py
tests/test_incident_recovery.py
tests/test_incident_state.py
tests/test_linux_supervisor.py
tests/test_policy.py
tests/test_process_containment.py
tests/test_provenance.py
tests/test_recovery_adversarial.py
tests/test_regression.py
tests/test_regression_replay.py
tests/test_service_recovery.py
tests/test_transport.py
tests/test_verification_signal.py
tests/test_warden_observation.py