LICENSE
README.md
pyproject.toml
philo_chat.egg-info/PKG-INFO
philo_chat.egg-info/SOURCES.txt
philo_chat.egg-info/dependency_links.txt
philo_chat.egg-info/entry_points.txt
philo_chat.egg-info/requires.txt
philo_chat.egg-info/top_level.txt
src/__init__.py
src/philo_chat.py
src/py.typed
src/cli/__init__.py
src/cli/cli.py
src/cli/console_io_handler.py
src/core/__init__.py
src/core/exceptions.py
src/core/entities/__init__.py
src/core/entities/chat.py
src/core/entities/chat_completer.py
src/core/entities/message.py
src/core/entities/philosopher.py
src/core/entities/user.py
src/core/utils/__init__.py
src/core/utils/prompt_loading.py
src/data/philosophers.json
src/data/prompt_template.yaml