LICENSE
README.md
pyproject.toml
src/agentguard/__init__.py
src/agentguard/__main__.py
src/agentguard/allowlist.py
src/agentguard/cli.py
src/agentguard/guard.py
src/agentguard/models.py
src/agentguard/rules.py
src/agentguard/server.py
src/agentguard/detectors/__init__.py
src/agentguard/detectors/budget.py
src/agentguard/detectors/danger.py
src/agentguard/detectors/loop.py
src/agentguard/detectors/output.py
src/agentguard/detectors/rate.py
src/nakata_agentguard.egg-info/PKG-INFO
src/nakata_agentguard.egg-info/SOURCES.txt
src/nakata_agentguard.egg-info/dependency_links.txt
src/nakata_agentguard.egg-info/entry_points.txt
src/nakata_agentguard.egg-info/requires.txt
src/nakata_agentguard.egg-info/top_level.txt
tests/test_cli_commands.py
tests/test_danger.py
tests/test_guard.py
tests/test_loop.py
tests/test_near_dup_error_loop.py
tests/test_new_patterns.py
tests/test_output_allowlist.py
tests/test_server.py
tests/test_server_v2.py
tests/test_stats_snapshot.py