LICENSE
README.md
pyproject.toml
setup.py
agent_circuit_breaker/__init__.py
agent_circuit_breaker/api.py
agent_circuit_breaker/approvals.py
agent_circuit_breaker/audit.py
agent_circuit_breaker/cli.py
agent_circuit_breaker/engine.py
agent_circuit_breaker/explain.py
agent_circuit_breaker/hooks.py
agent_circuit_breaker/normalization.py
agent_circuit_breaker/plugins.py
agent_circuit_breaker/policy.py
agent_circuit_breaker/profiles.py
agent_circuit_breaker/sarif.py
agent_circuit_breaker/scan.py
agent_circuit_breaker.egg-info/PKG-INFO
agent_circuit_breaker.egg-info/SOURCES.txt
agent_circuit_breaker.egg-info/dependency_links.txt
agent_circuit_breaker.egg-info/entry_points.txt
agent_circuit_breaker.egg-info/top_level.txt
agent_circuit_breaker/inspectors/__init__.py
agent_circuit_breaker/inspectors/command.py
agent_circuit_breaker/inspectors/filesystem.py
agent_circuit_breaker/inspectors/sql.py
agent_circuit_breaker/rules/__init__.py
agent_circuit_breaker/rules/builtin_rules.py
agent_circuit_breaker/rules/loader.py
agent_circuit_breaker_mcp/__init__.py
agent_circuit_breaker_mcp/proxy.py
tests/test_adversarial.py
tests/test_api.py
tests/test_cli.py
tests/test_command_inspector.py
tests/test_docs.py
tests/test_engine.py
tests/test_examples.py
tests/test_filesystem_inspector.py
tests/test_rule_loader.py
tests/test_sql_inspector.py
tests/test_v1_3_runtime.py