LICENSE
README.md
pyproject.toml
agentihooks.egg-info/PKG-INFO
agentihooks.egg-info/SOURCES.txt
agentihooks.egg-info/dependency_links.txt
agentihooks.egg-info/entry_points.txt
agentihooks.egg-info/requires.txt
agentihooks.egg-info/top_level.txt
hooks/__init__.py
hooks/__main__.py
hooks/_redis.py
hooks/common.py
hooks/config.py
hooks/hook_manager.py
hooks/quota.py
hooks/secrets.py
hooks/statusline.py
hooks/tool_memory.py
hooks/context/__init__.py
hooks/context/bash_output_filter.py
hooks/context/compact_advisor.py
hooks/context/file_read_cache.py
hooks/context/retry_breaker.py
hooks/context/thinking_policy.py
hooks/integrations/__init__.py
hooks/integrations/aws.py
hooks/integrations/base.py
hooks/integrations/dynamodb.py
hooks/integrations/lambda_invoke.py
hooks/integrations/mailer.py
hooks/integrations/postgres.py
hooks/integrations/session_state.py
hooks/integrations/sqs.py
hooks/integrations/storage.py
hooks/integrations/webhook.py
hooks/mcp/__init__.py
hooks/mcp/__main__.py
hooks/mcp/_registry.py
hooks/mcp/aws.py
hooks/mcp/compute.py
hooks/mcp/database.py
hooks/mcp/email.py
hooks/mcp/messaging.py
hooks/mcp/observability.py
hooks/mcp/storage.py
hooks/mcp/utilities.py
hooks/memory/__init__.py
hooks/memory/__main__.py
hooks/memory/auto_save.py
hooks/memory/server.py
hooks/memory/store.py
hooks/memory/transcript_reader.py
hooks/observability/__init__.py
hooks/observability/agent_log_stream.py
hooks/observability/container_logs.py
hooks/observability/context_audit.py
hooks/observability/metrics.py
hooks/observability/otel.py
hooks/observability/peak_hours.py
hooks/observability/token_monitor.py
hooks/observability/transcript.py
profiles/__init__.py
profiles/_base/__init__.py
profiles/_base/settings.base.json
profiles/admin/__init__.py
profiles/admin/profile.yml
profiles/coding/__init__.py
profiles/coding/profile.yml
profiles/default/__init__.py
profiles/default/profile.yml
scripts/__init__.py
scripts/claude_linter.py
scripts/claude_usage_watcher.py
scripts/install.py
scripts/mcp_reporter.py
scripts/status_checker.py
scripts/sync_daemon.py
tests/test_claude_linter.py
tests/test_common.py
tests/test_common_extended.py
tests/test_config.py
tests/test_container_logs.py
tests/test_hook_manager.py
tests/test_install.py
tests/test_install_validation.py
tests/test_integrations_base.py
tests/test_mcp_registry.py
tests/test_mcp_reporter.py
tests/test_mcp_utilities.py
tests/test_memory_store.py
tests/test_memory_store_extended.py
tests/test_metrics_extended.py
tests/test_observability.py
tests/test_quota.py
tests/test_secrets.py
tests/test_status_checker.py
tests/test_sync_daemon.py
tests/test_tool_memory.py
tests/test_transcript_reader.py