LICENSE
README.md
pyproject.toml
src/chat/__init__.py
src/chat/py.typed
src/chat/cli/__init__.py
src/chat/cli/entry_point.py
src/chat/context/__init__.py
src/chat/context/context.py
src/chat/main/__init__.py
src/chat/main/chat.py
src/chat/main/history.py
src/chat/main/main.py
src/chat/models/__init__.py
src/chat/models/config.py
src/chat/models/messages.py
src/chat/models/options.py
src/chat/models/path.py
src/powerchat_cli.egg-info/PKG-INFO
src/powerchat_cli.egg-info/SOURCES.txt
src/powerchat_cli.egg-info/dependency_links.txt
src/powerchat_cli.egg-info/entry_points.txt
src/powerchat_cli.egg-info/requires.txt
src/powerchat_cli.egg-info/top_level.txt
tests/test_chat.py
tests/test_cli_entry_point.py
tests/test_main.py