LICENSE.md
README.md
pyproject.toml
autouam/__init__.py
autouam.egg-info/PKG-INFO
autouam.egg-info/SOURCES.txt
autouam.egg-info/dependency_links.txt
autouam.egg-info/entry_points.txt
autouam.egg-info/requires.txt
autouam.egg-info/top_level.txt
autouam/cli/__init__.py
autouam/cli/commands.py
autouam/config/__init__.py
autouam/config/settings.py
autouam/config/validators.py
autouam/core/__init__.py
autouam/core/cloudflare.py
autouam/core/monitor.py
autouam/core/state.py
autouam/core/uam_manager.py
autouam/health/__init__.py
autouam/health/checks.py
autouam/health/server.py
autouam/logging/__init__.py
autouam/logging/setup.py
tests/test_baseline.py
tests/test_cli.py
tests/test_cloudflare.py
tests/test_config.py
tests/test_dynamic_thresholds.py
tests/test_end_to_end.py
tests/test_health_server.py
tests/test_integration.py
tests/test_logging.py
tests/test_monitor.py