LICENSE
README.md
pyproject.toml
src/autochat/__init__.py
src/autochat/base.py
src/autochat/chat.py
src/autochat/mcp.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/default.py
src/autochat/providers/openai.py
src/autochat/providers/openai_function_legacy.py
src/autochat/providers/openai_function_shim.py
src/autochat/providers/utils.py
tests/test_add_tool.py
tests/test_anthropic.py
tests/test_autochat.py
tests/test_call_async.py
tests/test_callback_image.py
tests/test_calls_function.py
tests/test_calls_image.py
tests/test_none_return.py
tests/test_openai_function_shim.py
tests/test_terminal_output.py
tests/test_tool_repr.py
tests/test_utils.py