README.md
pyproject.toml
src/voidchat/__init__.py
src/voidchat/__main__.py
src/voidchat/agent.py
src/voidchat/cli.py
src/voidchat/config.py
src/voidchat/context_slimmer.py
src/voidchat/context_tree.py
src/voidchat/init.py
src/voidchat/local_tools.py
src/voidchat/mcp_client.py
src/voidchat/memory.py
src/voidchat/skills.py
src/voidchat/thread_index.py
src/voidchat/workspace_state.py
src/voidchat.egg-info/PKG-INFO
src/voidchat.egg-info/SOURCES.txt
src/voidchat.egg-info/dependency_links.txt
src/voidchat.egg-info/entry_points.txt
src/voidchat.egg-info/requires.txt
src/voidchat.egg-info/top_level.txt
tests/test_context_tree.py
tests/test_workspace_state.py