LICENSE
README.md
pyproject.toml
src/autochat/__init__.py
src/autochat/base.py
src/autochat/chat.py
src/autochat/model.py
src/autochat/utils.py
src/autochat.egg-info/PKG-INFO
src/autochat.egg-info/SOURCES.txt
src/autochat.egg-info/dependency_links.txt
src/autochat.egg-info/requires.txt
src/autochat.egg-info/top_level.txt
src/autochat/providers/anthropic.py
src/autochat/providers/base_provider.py
src/autochat/providers/openai.py
src/autochat/providers/openai_hack.py
src/autochat/providers/utils.py
tests/test_add_tool.py
tests/test_anthropic.py
tests/test_autochat.py
tests/test_callback_image.py
tests/test_calls.py
tests/test_calls_image.py
tests/test_tool_repr.py
tests/test_utils.py