LICENSE
README.md
chat_provider.py
pyproject.toml
setup.py
chat/__init__.py
chat/chat.py
chat/error_utils.py
chat/exceptions.py
chat/format.py
chat/logging_setup.py
chat/mcp_client.py
chat/providers/__init__.py
chat/providers/anthropic_provider.py
chat/providers/base.py
chat/providers/openai_provider.py
chat_in_a_nutshell.egg-info/PKG-INFO
chat_in_a_nutshell.egg-info/SOURCES.txt
chat_in_a_nutshell.egg-info/dependency_links.txt
chat_in_a_nutshell.egg-info/entry_points.txt
chat_in_a_nutshell.egg-info/requires.txt
chat_in_a_nutshell.egg-info/top_level.txt
tests/__init__.py
tests/test_chat_provider.py
tests/test_chatbot.py