LICENSE
README.md
pyproject.toml
./trainwatcher/__init__.py
./trainwatcher/api.py
./trainwatcher/best_model.py
./trainwatcher/cli.py
./trainwatcher/cloud.py
./trainwatcher/config.py
./trainwatcher/contracts.py
./trainwatcher/exceptions.py
./trainwatcher/help.py
./trainwatcher/llm.py
./trainwatcher/logger.py
./trainwatcher/metrics.py
./trainwatcher/monitor.py
./trainwatcher/notifier.py
./trainwatcher/prompts.py
./trainwatcher/report.py
./trainwatcher/rules.py
./trainwatcher/runtime.py
./trainwatcher/suggestions.py
./trainwatcher/summary.py
./trainwatcher/notifications/email_notifier.py
./trainwatcher/notifications/telegram_notifier.py
./trainwatcher/utils/error_utils.py
./trainwatcher/utils/time_utils.py
tests/test_api.py
tests/test_best_model.py
tests/test_llm.py
tests/test_metrics.py
tests/test_monitor.py
tests/test_report.py
tests/test_rules.py
tests/test_summary.py
trainwatcher/__init__.py
trainwatcher/api.py
trainwatcher/best_model.py
trainwatcher/cli.py
trainwatcher/cloud.py
trainwatcher/config.py
trainwatcher/contracts.py
trainwatcher/exceptions.py
trainwatcher/help.py
trainwatcher/llm.py
trainwatcher/logger.py
trainwatcher/metrics.py
trainwatcher/monitor.py
trainwatcher/notifier.py
trainwatcher/prompts.py
trainwatcher/report.py
trainwatcher/rules.py
trainwatcher/runtime.py
trainwatcher/suggestions.py
trainwatcher/summary.py
trainwatcher.egg-info/PKG-INFO
trainwatcher.egg-info/SOURCES.txt
trainwatcher.egg-info/dependency_links.txt
trainwatcher.egg-info/entry_points.txt
trainwatcher.egg-info/requires.txt
trainwatcher.egg-info/top_level.txt
trainwatcher/notifications/email_notifier.py
trainwatcher/notifications/telegram_notifier.py
trainwatcher/utils/error_utils.py
trainwatcher/utils/time_utils.py