LICENSE
README.md
setup.py
conversation_tk.egg-info/PKG-INFO
conversation_tk.egg-info/SOURCES.txt
conversation_tk.egg-info/dependency_links.txt
conversation_tk.egg-info/entry_points.txt
conversation_tk.egg-info/requires.txt
conversation_tk.egg-info/top_level.txt
ctk/__init__.py
ctk/api.py
ctk/cli.py
ctk/cli_config.py
ctk/cli_conv.py
ctk/cli_db.py
ctk/cli_lib.py
ctk/cli_llm.py
ctk/cli_net.py
ctk/mcp_server.py
ctk/chat/__init__.py
ctk/chat/tui.py
ctk/chat/tui_mcp.py
ctk/chat/tui_network.py
ctk/chat/tui_vfs.py
ctk/core/__init__.py
ctk/core/command_dispatcher.py
ctk/core/command_options.py
ctk/core/config.py
ctk/core/constants.py
ctk/core/conversation_display.py
ctk/core/conversation_index.py
ctk/core/database.py
ctk/core/db_helpers.py
ctk/core/db_models.py
ctk/core/db_operations.py
ctk/core/formatting.py
ctk/core/input_validation.py
ctk/core/models.py
ctk/core/network_analysis.py
ctk/core/pagination.py
ctk/core/plugin.py
ctk/core/prompts.py
ctk/core/sanitizer.py
ctk/core/shell_completer.py
ctk/core/shell_parser.py
ctk/core/similarity.py
ctk/core/slug.py
ctk/core/tools.py
ctk/core/tools_registry.py
ctk/core/tree.py
ctk/core/utils.py
ctk/core/vfs.py
ctk/core/vfs_navigator.py
ctk/core/views.py
ctk/core/commands/__init__.py
ctk/core/commands/chat.py
ctk/core/commands/database.py
ctk/core/commands/llm.py
ctk/core/commands/navigation.py
ctk/core/commands/organization.py
ctk/core/commands/search.py
ctk/core/commands/semantic.py
ctk/core/commands/session.py
ctk/core/commands/settings.py
ctk/core/commands/tree_nav.py
ctk/core/commands/unix.py
ctk/core/commands/visualization.py
ctk/embeddings/__init__.py
ctk/embeddings/base.py
ctk/embeddings/ollama.py
ctk/embeddings/tfidf.py
ctk/exporters/__init__.py
ctk/exporters/csv_exporter.py
ctk/exporters/echo.py
ctk/exporters/html.py
ctk/exporters/hugo.py
ctk/exporters/json.py
ctk/exporters/jsonl.py
ctk/exporters/markdown.py
ctk/importers/__init__.py
ctk/importers/anthropic.py
ctk/importers/copilot.py
ctk/importers/filesystem_coding.py
ctk/importers/gemini.py
ctk/importers/jsonl.py
ctk/importers/openai.py
ctk/interfaces/__init__.py
ctk/interfaces/base.py
ctk/interfaces/mcp/__init__.py
ctk/interfaces/mcp/server.py
ctk/interfaces/mcp/validation.py
ctk/interfaces/mcp/handlers/__init__.py
ctk/interfaces/mcp/handlers/analysis.py
ctk/interfaces/mcp/handlers/conversation.py
ctk/interfaces/mcp/handlers/metadata.py
ctk/interfaces/mcp/handlers/search.py
ctk/interfaces/mcp/handlers/sql.py
ctk/interfaces/rest/__init__.py
ctk/interfaces/rest/_validation.py
ctk/interfaces/rest/api.py
ctk/interfaces/web/__init__.py
ctk/llm/__init__.py
ctk/llm/anthropic.py
ctk/llm/base.py
ctk/llm/mcp_client.py
ctk/llm/ollama.py
ctk/llm/openai.py
ctk/taggers/__init__.py
ctk/taggers/anthropic_tagger.py
ctk/taggers/base.py
ctk/taggers/local_tagger.py
ctk/taggers/ollama_tagger.py
ctk/taggers/openai_tagger.py
ctk/taggers/openrouter_tagger.py
ctk/taggers/tfidf_tagger.py
ctk/tui/__init__.py
ctk/tui/app.py
ctk/tui/main_pane.py
ctk/tui/sidebar.py
ctk/tui/styles.tcss
tests/test_database_comprehensive.py
tests/test_db_operations.py
tests/test_db_operations_comprehensive.py
tests/test_models_comprehensive.py