LICENSE
README.md
pyproject.toml
src/talkcode/__init__.py
src/talkcode/main.py
src/talkcode.egg-info/PKG-INFO
src/talkcode.egg-info/SOURCES.txt
src/talkcode.egg-info/dependency_links.txt
src/talkcode.egg-info/entry_points.txt
src/talkcode.egg-info/requires.txt
src/talkcode.egg-info/top_level.txt
src/talkcode/analyzer/chunk_search.py
src/talkcode/analyzer/embeddings.py
src/talkcode/analyzer/flow.py
src/talkcode/analyzer/indexer.py
src/talkcode/analyzer/parser.py
src/talkcode/chat/ai.py
src/talkcode/chat/cli.py
src/talkcode/chat/prompts.py
src/talkcode/core/cache.py
src/talkcode/core/config.py
src/talkcode/core/utils.py
src/talkcode/decorators/__init__.py
src/talkcode/decorators/trace.py
src/talkcode/ui/app.py
tests/test_ai.py
tests/test_embeddings.py
tests/test_flow.py
tests/test_indexer.py