LICENSE
README.md
pyproject.toml
src/lynx/__init__.py
src/lynx/__main__.py
src/lynx/chunking.py
src/lynx/cli.py
src/lynx/config.py
src/lynx/rag_manager.py
src/lynx/reranker.py
src/lynx/server.py
src/lynx/source_manager.py
src/lynx/graph/__init__.py
src/lynx/graph/analyzer.py
src/lynx/graph/builder.py
src/lynx/graph/extractor.py
src/lynx/graph/query.py
src/lynx/manager/__init__.py
src/lynx/manager/ansi.py
src/lynx/manager/cli.py
src/lynx/manager/doctor.py
src/lynx/manager/init.py
src/lynx/manager/install.py
src/lynx/manager/ui/__init__.py
src/lynx/manager/ui/app.py
src/lynx/manager/ui/detect.py
src/lynx/manager/ui/integrations.py
src/lynx/manager/ui/jobs.py
src/lynx/manager/ui/lock.py
src/lynx/manager/ui/pages.py
src/lynx/manager/ui/routes.py
src/lynx/manager/ui/static/htmx.min.js
src/lynx/manager/ui/static/tailwind.min.js
src/lynx/manager/ui/templates/add_source_chooser.html
src/lynx/manager/ui/templates/add_source_form.html
src/lynx/manager/ui/templates/base.html
src/lynx/manager/ui/templates/config.html
src/lynx/manager/ui/templates/dashboard.html
src/lynx/manager/ui/templates/doctor.html
src/lynx/manager/ui/templates/integrations.html
src/lynx/manager/ui/templates/placeholder.html
src/lynx/manager/ui/templates/playground.html
src/lynx/manager/ui/templates/source_detail.html
src/lynx/manager/ui/templates/sources_list.html
src/lynx/sources/__init__.py
src/lynx/sources/base.py
src/lynx/sources/codebase.py
src/lynx/sources/pdf.py
src/lynx/sources/pdf_dump.py
src/lynx/sources/pdf_extractor.py
src/lynx/sources/webdoc.py
src/lynx_mcp.egg-info/PKG-INFO
src/lynx_mcp.egg-info/SOURCES.txt
src/lynx_mcp.egg-info/dependency_links.txt
src/lynx_mcp.egg-info/entry_points.txt
src/lynx_mcp.egg-info/requires.txt
src/lynx_mcp.egg-info/top_level.txt
tests/test_combined_tools.py
tests/test_deep_search.py
tests/test_diff_search.py
tests/test_drift.py
tests/test_filters.py
tests/test_graph_analyzer.py
tests/test_graph_builder.py
tests/test_graph_extractor.py
tests/test_graph_integration.py
tests/test_graph_mcp_tools.py
tests/test_graph_query.py
tests/test_hybrid_vs_dense.py
tests/test_manager_doctor.py
tests/test_manager_init.py
tests/test_manager_install.py
tests/test_manager_ui_app.py
tests/test_multi_source.py
tests/test_pdf_backend.py
tests/test_pdf_config.py
tests/test_pdf_dump.py
tests/test_pdf_extractor.py
tests/test_reranker.py
tests/test_server_tools.py
tests/test_sha_incremental.py
tests/test_tree_sitter.py
tests/test_watch.py
tests/test_webdoc.py
tests/test_webdoc_render.py