LICENSE
MANIFEST.in
README.md
pyproject.toml
agent_gate/tests/__init__.py
agent_gate/tests/v2/test_v2_debug.py
agent_gate/tests/v2/test_v2_e2e.py
agent_gate/tests/v2/test_v2_multi_agent.py
agent_gate/tests/v2/test_v2_unit.py
agent_gate/tests/v2/test_v2_with_v1_agent.py
agent_gate/tests/v3/demo_layer2.py
agent_gate/tests/v3/e2e_v3_real_agents.py
agent_gate/tests/v3/test_agent_launcher.py
agent_gate/tests/v3/test_coordinator.py
agent_gate/tests/v3/test_coordinator_l2.py
agent_gate/tests/v3/test_enforce_loader.py
agent_gate/tests/v3/test_gateway_router.py
agent_gate/tests/v3/test_layer2_python.py
agent_gate/tests/v3/test_phase1_enhancements.py
agent_gate/tests/v3/test_process_interceptor.py
agent_gate/tests/v3/test_pty_wrapper.py
agent_gate/tests/v3/test_seccomp.py
agent_gate/tests/v3/test_server.py
agent_gate/tests/v3/test_service_manager.py
agent_gate/tests/v3/test_v3_e2e.py
agent_gate/tests/v3/test_v3_privacy.py
agent_gate/tests/v3/test_v3_proxy.py
agent_gate/v1/__init__.py
agent_gate/v1/normalizer.py
agent_gate/v1/sdk.py
agent_gate/v1/collector/__init__.py
agent_gate/v1/collector/base.py
agent_gate/v1/collector/env_info.py
agent_gate/v1/collector/network_info.py
agent_gate/v1/collector/process_info.py
agent_gate/v1/collector/system_info.py
agent_gate/v1/collector/user_info.py
agent_gate/v3/__init__.py
agent_gate/v3/__main__.py
agent_gate/v3/cli.py
agent_gate/v3/config.py
agent_gate/v3/coordinator.py
agent_gate/v3/daemon.py
agent_gate/v3/enforce.py
agent_gate/v3/service_manager.py
agent_gate/v3/client/__init__.py
agent_gate/v3/client/agentmoss_client.py
agent_gate/v3/client/cache.py
agent_gate/v3/client/moss_batch_client.py
agent_gate/v3/client/moss_client.py
agent_gate/v3/enforce/__init__.py
agent_gate/v3/enforce/enforce_loader.py
agent_gate/v3/enforce/fanotify_watcher.py
agent_gate/v3/gateway/__init__.py
agent_gate/v3/gateway/enhanced_server.py
agent_gate/v3/gateway/fnmatch.py
agent_gate/v3/gateway/installer.py
agent_gate/v3/gateway/pause_controller.py
agent_gate/v3/gateway/router.py
agent_gate/v3/gateway/server.py
agent_gate/v3/gateway/stream_parser.py
agent_gate/v3/l3/__init__.py
agent_gate/v3/l3/whitelist.py
agent_gate/v3/l3/ebpf/__init__.py
agent_gate/v3/l3/ebpf/diag_whitelist.py
agent_gate/v3/l3/ebpf/doctor.py
agent_gate/v3/l3/ebpf/filter.py
agent_gate/v3/l3/ebpf/loader.py
agent_gate/v3/l3/ebpf/normalizer.py
agent_gate/v3/l3/ebpf/payload_loader.py
agent_gate/v3/l3/ebpf/redact.py
agent_gate/v3/proxy/__init__.py
agent_gate/v3/proxy/collector.py
agent_gate/v3/proxy/dashboard.py
agent_gate/v3/proxy/degradation.py
agent_gate/v3/proxy/interceptor.py
agent_gate/v3/proxy/normalizer.py
agent_gate/v3/proxy/privacy.py
agent_gate/v3/proxy/server.py
agent_gate/v3/proxy/parsers/__init__.py
agent_gate/v3/proxy/parsers/anthropic_parser.py
agent_gate/v3/proxy/parsers/base.py
agent_gate/v3/proxy/parsers/openai_parser.py
agent_gate/v3/pty/__init__.py
agent_gate/v3/pty/interceptor.py
agent_gate/v3/pty/launcher.py
agent_gate/v3/pty/output_parser.py
agent_gate/v3/pty/wrapper.py
agent_gate/v3/seccomp/__init__.py
agent_gate/v3/seccomp/handler.py
agent_gate/v3/seccomp/launcher.py
agent_gate/v3/seccomp/manager.py
agent_gate/v3/seccomp/rules.py
agent_gate/v3/server/__init__.py
agent_gate/v3/server/app.py
agent_gate/v3/server/dashboard.py
agent_gate/v3/server/middleware.py
agent_gate/v3/server/models.py
agent_gate/v3/server/routes.py
agent_gate/v3/session/__init__.py
agent_gate/v3/session/aggregator.py
agent_gate/v3/storage/__init__.py
agent_gate/v3/storage/db.py
agent_gate/v3/storage/gate_db.py
agent_gate/v3/storage/repository.py
agent_gate/v3/trigger/__init__.py
agent_gate/v3/trigger/engine.py
agent_gate_sec.egg-info/PKG-INFO
agent_gate_sec.egg-info/SOURCES.txt
agent_gate_sec.egg-info/dependency_links.txt
agent_gate_sec.egg-info/entry_points.txt
agent_gate_sec.egg-info/requires.txt
agent_gate_sec.egg-info/top_level.txt
config/agent_gate.yaml
config/trigger_rules.yaml
docs/IMPLEMENTATION_PROGRESS.md
docs/LAYER2_IMPLEMENTATION_GUIDE.md
docs/PIP_NPM_INSTALL_GUIDE.md
docs/SYSTEMD_GUIDE.md
docs/TESTING_SERVICE_MANAGER.md
docs/TEST_REPORT.md
docs/agent_collector_design_v1.md
docs/agent_gate_npm_design.md
docs/agent_gate_v2_design.md
docs/agent_gate_v2_final_design.md
docs/agent_gate_v3_design.md
docs/agent_integration_guide.md
docs/fast-pass-optimization.md
docs/go-plan.md
docs/go-python-ts.md
docs/l3-ebpf-verified-findings.md
docs/opencode_testing_guide.md
scripts/agent-gate-wrap.sh
scripts/agent_gate.service
sdk/python/gate_client.py
sdk/typescript/package.json
sdk/typescript/tsconfig.json
sdk/typescript/src/gate_client.ts