.env.example
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
spec2chat/__init__.py
spec2chat/version.py
spec2chat.egg-info/PKG-INFO
spec2chat.egg-info/SOURCES.txt
spec2chat.egg-info/dependency_links.txt
spec2chat.egg-info/requires.txt
spec2chat.egg-info/top_level.txt
spec2chat/core/__init__.py
spec2chat/core/manager.py
spec2chat/core/orchestrator.py
spec2chat/db/__init__.py
spec2chat/db/mongo.py
spec2chat/examples/run_restaurant_example.py
spec2chat/services/__init__.py
spec2chat/services/domain_manager.py
spec2chat/services/intent_recognition.py
spec2chat/services/open_domain.py
spec2chat/services/question_generation.py
spec2chat/services/question_improvement.py
spec2chat/services/question_retrieval.py
spec2chat/services/service_selection.py
spec2chat/services/slot_filling.py
spec2chat/services/slot_ranking.py
spec2chat/services/tag_filter.py
spec2chat/utils/__init__.py
spec2chat/utils/openai_config.py