LICENSE
README.md
pyproject.toml
setup.py
devchat/__init__.py
devchat/_cli.py
devchat/message.py
devchat/prompt.py
devchat/utils.py
devchat.egg-info/PKG-INFO
devchat.egg-info/SOURCES.txt
devchat.egg-info/dependency_links.txt
devchat.egg-info/entry_points.txt
devchat.egg-info/requires.txt
devchat.egg-info/top_level.txt
devchat/chat/__init__.py
devchat/chat/chat.py
devchat/chat/openai_chat.py
tests/test_cli.py
tests/test_message.py
tests/test_prompt.py