LICENSE
README.md
setup.py
standup/__init__.py
standup/classifier.py
standup/config.py
standup/formatter.py
standup/git_reader.py
standup/history.py
standup/logger.py
standup/main.py
standup/quality.py
standup/rate_limiter.py
standup/security.py
standup/templates.py
standup/validator.py
standup/warmup.py
standup/llm/__init__.py
standup/llm/base.py
standup/llm/factory.py
standup/llm/groq_provider.py
standup/llm/ollama_provider.py
standup_bot.egg-info/PKG-INFO
standup_bot.egg-info/SOURCES.txt
standup_bot.egg-info/dependency_links.txt
standup_bot.egg-info/entry_points.txt
standup_bot.egg-info/requires.txt
standup_bot.egg-info/top_level.txt
tests/test_ci_quality.py
tests/test_classifier.py
tests/test_config.py
tests/test_formatter.py
tests/test_git_reader.py
tests/test_groq_provider.py
tests/test_history.py
tests/test_llm_base.py
tests/test_llm_factory.py
tests/test_logger.py
tests/test_main_helpers.py
tests/test_main_startup.py
tests/test_ollama_provider.py
tests/test_quality.py
tests/test_rate_limiter.py
tests/test_security.py
tests/test_templates.py
tests/test_validator.py
tests/test_warmup.py