CHANGELOG.md
LICENSE
MANIFEST.in
MIGRATION_GUIDE.md
README.md
pyproject.toml
pytest.ini
requirements.txt
setup.py
docs/DEPLOYMENT_SUMMARY.md
docs/DEPLOYMENT_SUMMARY_v1.0.2.md
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
evolvishub_text_classification_llm/core/__init__.py
evolvishub_text_classification_llm/core/config.py
evolvishub_text_classification_llm/core/exceptions.py
evolvishub_text_classification_llm/core/interfaces.py
evolvishub_text_classification_llm/core/schemas.py
evolvishub_text_classification_llm/monitoring/__init__.py
evolvishub_text_classification_llm/monitoring/health.py
evolvishub_text_classification_llm/monitoring/metrics.py
evolvishub_text_classification_llm/providers/__init__.py
evolvishub_text_classification_llm/providers/anthropic.py
evolvishub_text_classification_llm/providers/aws_bedrock.py
evolvishub_text_classification_llm/providers/azure_openai.py
evolvishub_text_classification_llm/providers/base.py
evolvishub_text_classification_llm/providers/cohere.py
evolvishub_text_classification_llm/providers/custom.py
evolvishub_text_classification_llm/providers/factory.py
evolvishub_text_classification_llm/providers/google.py
evolvishub_text_classification_llm/providers/huggingface.py
evolvishub_text_classification_llm/providers/mistral.py
evolvishub_text_classification_llm/providers/ollama.py
evolvishub_text_classification_llm/providers/openai.py
evolvishub_text_classification_llm/providers/replicate.py
evolvishub_text_classification_llm/streaming/__init__.py
evolvishub_text_classification_llm/streaming/engine.py
evolvishub_text_classification_llm/streaming/schemas.py
evolvishub_text_classification_llm/workflows/__init__.py
evolvishub_text_classification_llm/workflows/base.py
evolvishub_text_classification_llm/workflows/batch.py
evolvishub_text_classification_llm/workflows/classification.py
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