LICENSE
README.md
pyproject.toml
src/agent_guard_plugins/__init__.py
src/agent_guard_plugins/core.py
src/agent_guard_plugins.egg-info/PKG-INFO
src/agent_guard_plugins.egg-info/SOURCES.txt
src/agent_guard_plugins.egg-info/dependency_links.txt
src/agent_guard_plugins.egg-info/entry_points.txt
src/agent_guard_plugins.egg-info/requires.txt
src/agent_guard_plugins.egg-info/top_level.txt
src/agent_guard_plugins/dashboard/__init__.py
src/agent_guard_plugins/dashboard/app.py
src/agent_guard_plugins/integrations/__init__.py
src/agent_guard_plugins/integrations/claude.py
src/agent_guard_plugins/integrations/hermes.py
src/agent_guard_plugins/integrations/openai_codex.py
src/agent_guard_plugins/integrations/openclaw.py
tests/test_basic.py
tests/test_dashboard.py
tests/test_e2e_claude.py
tests/test_e2e_codex.py
tests/test_e2e_hermes.py
tests/test_e2e_openclaw.py
tests/test_guard_core.py
tests/test_integrations.py