CHANGELOG.md
LICENSE
MANIFEST.in
MIGRATION_GUIDE.md
README.md
pyproject.toml
pytest.ini
requirements.txt
setup.py
evolvishub_text_classification_llm/__init__.py
evolvishub_text_classification_llm.egg-info/PKG-INFO
evolvishub_text_classification_llm.egg-info/SOURCES.txt
evolvishub_text_classification_llm.egg-info/dependency_links.txt
evolvishub_text_classification_llm.egg-info/entry_points.txt
evolvishub_text_classification_llm.egg-info/not-zip-safe
evolvishub_text_classification_llm.egg-info/requires.txt
evolvishub_text_classification_llm.egg-info/top_level.txt
examples/__init__.py
examples/comprehensive_example.py
examples/providers/__init__.py
examples/providers/huggingface_example.py
examples/providers/mistral_example.py
examples/providers/openai_example.py
examples/providers/replicate_example.py
examples/streaming/__init__.py
examples/streaming/real_time_classification.py
examples/use_cases/__init__.py
examples/use_cases/customer_service_example.py
tests/__init__.py
tests/integration/__init__.py
tests/integration/test_end_to_end.py
tests/integration/test_provider_integration.py
tests/unit/__init__.py
tests/unit/core/__init__.py
tests/unit/core/test_config.py
tests/unit/core/test_schemas.py
tests/unit/monitoring/__init__.py
tests/unit/monitoring/test_health.py
tests/unit/monitoring/test_metrics.py
tests/unit/providers/__init__.py
tests/unit/providers/test_cohere.py
tests/unit/providers/test_factory.py
tests/unit/providers/test_mistral.py
tests/unit/providers/test_replicate.py
tests/unit/streaming/__init__.py
tests/unit/streaming/test_engine.py