LICENSE
README.md
pyproject.toml
chatpdb/__init__.py
chatpdb/__main__.py
chatpdb/debugger.py
chatpdb/frame.py
chatpdb/stdout.py
chatpdb.egg-info/PKG-INFO
chatpdb.egg-info/SOURCES.txt
chatpdb.egg-info/dependency_links.txt
chatpdb.egg-info/requires.txt
chatpdb.egg-info/top_level.txt
chatpdb/chat/__init__.py
chatpdb/chat/interface.py
chatpdb/chat/llm/__init__.py
chatpdb/chat/llm/interface.py
chatpdb/chat/llm/openai.py
chatpdb/chat/prompts/__init__.py
chatpdb/chat/prompts/ask.py
chatpdb/chat/prompts/explain.py
chatpdb/chat/prompts/system.py
chatpdb/chat/prompts/util.py
tests/test_debugger.py
tests/test_fixtures.py
tests/test_frame.py