Metadata-Version: 2.4
Name: lilith-ml-intent-classifier
Version: 0.1.0
Summary: Classify message intent, urgency, and emotional tone using LLM
Author-email: Lilith Platform <dev@transquinnftw.com>
License-Expression: MIT
Keywords: classification,intent,llm,ml,nlp,sentiment
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.10
Requires-Dist: pydantic>=2.10.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.21; extra == 'dev'
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Provides-Extra: model-router
Requires-Dist: lilith-ml-model-router>=0.1.0; extra == 'model-router'
