LICENSE
README.md
pyproject.toml
setup.py
devchat/__init__.py
devchat/_cli.py
devchat/assistant.py
devchat/chat.py
devchat/message.py
devchat/prompt.py
devchat/store.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/openai/__init__.py
devchat/openai/openai_chat.py
devchat/openai/openai_message.py
devchat/openai/openai_prompt.py
tests/__init__.py
tests/conftest.py
tests/test_cli_prompt.py
tests/test_openai_message.py
tests/test_openai_prompt.py
tests/test_store.py
tests/test_utils.py