LICENSE
README.md
pyproject.toml
src/talkingheads/__init__.py
src/talkingheads/base_browser.py
src/talkingheads/object_map.py
src/talkingheads/utils.py
src/talkingheads.egg-info/PKG-INFO
src/talkingheads.egg-info/SOURCES.txt
src/talkingheads.egg-info/dependency_links.txt
src/talkingheads.egg-info/requires.txt
src/talkingheads.egg-info/top_level.txt
src/talkingheads/model_library/__init__.py
src/talkingheads/model_library/bard.py
src/talkingheads/model_library/chatgpt.py
src/talkingheads/model_library/huggingchat.py
tests/test_bard.py
tests/test_chatgpt.py
tests/test_huggingchat.py