LICENSE
README.md
pyproject.toml
src/agent_guard_plugins/__init__.py
src/agent_guard_plugins/content_guard.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/cli_hook_bridge.py
src/agent_guard_plugins/integrations/codex_install.py
src/agent_guard_plugins/integrations/hermes.py
src/agent_guard_plugins/integrations/hermes_plugin.py
src/agent_guard_plugins/integrations/openai_codex.py
src/agent_guard_plugins/integrations/openclaw.py
src/agent_guard_plugins/integrations/openclaw_bridge.py
tests/test_basic.py
tests/test_cli_hook_bridge.py
tests/test_content_guard.py
tests/test_dashboard.py
tests/test_e2e_claude.py
tests/test_e2e_claude_plugin.py
tests/test_e2e_codex.py
tests/test_e2e_codex_hook.py
tests/test_e2e_hermes.py
tests/test_e2e_hermes_plugin.py
tests/test_e2e_openclaw.py
tests/test_guard_core.py
tests/test_hermes_plugin.py
tests/test_integrations.py
tests/test_openclaw_bridge.py