README.md
pyproject.toml
zk_chat/__init__.py
zk_chat/agent.py
zk_chat/chat.py
zk_chat/chat_spec.py
zk_chat/chroma_collections.py
zk_chat/chroma_gateway.py
zk_chat/cli.py
zk_chat/config.py
zk_chat/console_service.py
zk_chat/console_service_spec.py
zk_chat/filesystem_gateway.py
zk_chat/filesystem_gateway_spec.py
zk_chat/global_config.py
zk_chat/index.py
zk_chat/iterative_problem_solving_agent.py
zk_chat/main.py
zk_chat/mcp.py
zk_chat/models.py
zk_chat/progress_tracker.py
zk_chat/qt.py
zk_chat/vector_database.py
zk_chat/zettelkasten.py
zk_chat/zettelkasten_spec.py
zk_chat.egg-info/PKG-INFO
zk_chat.egg-info/SOURCES.txt
zk_chat.egg-info/dependency_links.txt
zk_chat.egg-info/entry_points.txt
zk_chat.egg-info/requires.txt
zk_chat.egg-info/top_level.txt
zk_chat/commands/__init__.py
zk_chat/commands/gui.py
zk_chat/commands/index.py
zk_chat/markdown/__init__.py
zk_chat/markdown/markdown_filesystem_gateway.py
zk_chat/markdown/markdown_filesystem_gateway_spec.py
zk_chat/markdown/markdown_utilities.py
zk_chat/markdown/markdown_utilities_spec.py
zk_chat/memory/smart_memory.py
zk_chat/memory/smart_memory_spec.py
zk_chat/rag/__init__.py
zk_chat/rag/query.py
zk_chat/rag/splitter.py
zk_chat/rag/splitter_spec.py
zk_chat/services/__init__.py
zk_chat/services/link_traversal_service.py
zk_chat/services/link_traversal_service_spec.py
zk_chat/services/plugin_base.py
zk_chat/services/service_provider.py
zk_chat/services/service_provider_spec.py
zk_chat/services/service_registry.py
zk_chat/services/service_registry_spec.py
zk_chat/tools/__init__.py
zk_chat/tools/analyze_image.py
zk_chat/tools/commit_changes.py
zk_chat/tools/commit_changes_spec.py
zk_chat/tools/create_or_overwrite_zk_document.py
zk_chat/tools/create_or_overwrite_zk_document_spec.py
zk_chat/tools/delete_zk_document.py
zk_chat/tools/delete_zk_document_spec.py
zk_chat/tools/extract_wikilinks_from_document.py
zk_chat/tools/extract_wikilinks_from_document_spec.py
zk_chat/tools/find_backlinks.py
zk_chat/tools/find_backlinks_spec.py
zk_chat/tools/find_excerpts_related_to.py
zk_chat/tools/find_excerpts_related_to_spec.py
zk_chat/tools/find_forward_links.py
zk_chat/tools/find_forward_links_spec.py
zk_chat/tools/find_zk_documents_related_to.py
zk_chat/tools/find_zk_documents_related_to_spec.py
zk_chat/tools/git_gateway.py
zk_chat/tools/list_zk_documents.py
zk_chat/tools/list_zk_documents_spec.py
zk_chat/tools/read_zk_document.py
zk_chat/tools/read_zk_document_spec.py
zk_chat/tools/rename_zk_document.py
zk_chat/tools/rename_zk_document_spec.py
zk_chat/tools/resolve_wikilink.py
zk_chat/tools/retrieve_from_smart_memory.py
zk_chat/tools/retrieve_from_smart_memory_spec.py
zk_chat/tools/store_in_smart_memory.py
zk_chat/tools/store_in_smart_memory_spec.py
zk_chat/tools/uncommitted_changes.py
zk_chat/tools/uncommitted_changes_spec.py
zk_chat/upgraders/gateway_specific_index_folder.py
zk_chat/upgraders/gateway_specific_last_indexed.py