LICENSE
MANIFEST.in
README.md
pyproject.toml
src/__init__.py
src/cli.py
src/run_service.py
src/test_cli.py
src/test_endpoints.py
src/test_ml.py
src/api/__init__.py
src/api/client.py
src/api/endpoints.py
src/api/static/.gitkeep
src/api/templates/index.html
src/intent_service.egg-info/PKG-INFO
src/intent_service.egg-info/SOURCES.txt
src/intent_service.egg-info/dependency_links.txt
src/intent_service.egg-info/entry_points.txt
src/intent_service.egg-info/requires.txt
src/intent_service.egg-info/top_level.txt
src/ml/__init__.py
src/ml/mlflow.py
src/ml/train.py
src/schema/__init__.py
src/schema/schema.py