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/ledger.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/signing.py
agent_circuit_breaker/trajectory.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/core/__init__.py
agent_circuit_breaker/core/context.py
agent_circuit_breaker/core/pipeline.py
agent_circuit_breaker/core/results.py
agent_circuit_breaker/core/sdk.py
agent_circuit_breaker/guards/__init__.py
agent_circuit_breaker/guards/filesystem.py
agent_circuit_breaker/guards/legacy.py
agent_circuit_breaker/guards/loops.py
agent_circuit_breaker/guards/network.py
agent_circuit_breaker/guards/package_install.py
agent_circuit_breaker/guards/shell.py
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/interfaces/__init__.py
agent_circuit_breaker/interfaces/exporters.py
agent_circuit_breaker/interfaces/guards.py
agent_circuit_breaker/interfaces/hooks.py
agent_circuit_breaker/interfaces/state.py
agent_circuit_breaker/observability/__init__.py
agent_circuit_breaker/observability/events.py
agent_circuit_breaker/rules/__init__.py
agent_circuit_breaker/rules/builtin_rules.py
agent_circuit_breaker/rules/loader.py
agent_circuit_breaker/state/__init__.py
agent_circuit_breaker/state/manager.py
agent_circuit_breaker/state/memory.py
agent_circuit_breaker/state/models.py
agent_circuit_breaker/state/sqlite.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_pipeline.py
tests/test_rule_loader.py
tests/test_sql_inspector.py
tests/test_trajectory.py
tests/test_v1_3_runtime.py
tests/test_v1_4_hardening.py