LICENSE
README.md
pyproject.toml
setup.py
drift_detector/__init__.py
drift_detector/config/__init__.py
drift_detector/config/llm_config.py
drift_detector/config/secrets.py
drift_detector/core/__init__.py
drift_detector/core/drift_detector_agent.py
drift_detector/core/session_storage.py
drift_detector/integrations/__init__.py
drift_detector/integrations/crewai.py
drift_detector/integrations/langchain.py
drift_detector/ui/__init__.py
drift_detector/ui/server.py
drift_detector/utils/__init__.py
drift_detector/utils/fuzzy_match.py
drift_detector_agent.egg-info/PKG-INFO
drift_detector_agent.egg-info/SOURCES.txt
drift_detector_agent.egg-info/dependency_links.txt
drift_detector_agent.egg-info/requires.txt
drift_detector_agent.egg-info/top_level.txt
tests/test_5_signals_comprehensive.py
tests/test_5_signals_with_real_llms.py
tests/test_crewai_integration.py
tests/test_domain_aware_signals.py
tests/test_fuzzy_match.py
tests/test_langchain_integration.py
tests/test_session_storage.py
tests/test_stagnation_adaptive_window.py
tests/test_task_type_thresholds.py
tests/test_ui_server.py