LICENSE
README.md
pyproject.toml
src/llama_simple_chat_bot/__init__.py
src/llama_simple_chat_bot/__main__.py
src/llama_simple_chat_bot/backends.py
src/llama_simple_chat_bot/bot.py
src/llama_simple_chat_bot/cli.py
src/llama_simple_chat_bot/config.py
src/llama_simple_chat_bot/memory.py
src/llama_simple_chat_bot/models.py
src/llama_simple_chat_bot.egg-info/PKG-INFO
src/llama_simple_chat_bot.egg-info/SOURCES.txt
src/llama_simple_chat_bot.egg-info/dependency_links.txt
src/llama_simple_chat_bot.egg-info/entry_points.txt
src/llama_simple_chat_bot.egg-info/requires.txt
src/llama_simple_chat_bot.egg-info/top_level.txt
tests/test_backends.py
tests/test_bot.py
tests/test_cli.py
tests/test_config.py
tests/test_memory.py
tests/test_models.py