LICENSE
MANIFEST.in
README.md
config.example.yml
pyproject.toml
docs2synth/__init__.py
docs2synth.egg-info/PKG-INFO
docs2synth.egg-info/SOURCES.txt
docs2synth.egg-info/dependency_links.txt
docs2synth.egg-info/entry_points.txt
docs2synth.egg-info/requires.txt
docs2synth.egg-info/top_level.txt
docs2synth/agent/__init__.py
docs2synth/agent/base.py
docs2synth/agent/factory.py
docs2synth/agent/wrapper.py
docs2synth/agent/providers/__init__.py
docs2synth/agent/providers/anthropic.py
docs2synth/agent/providers/doubao.py
docs2synth/agent/providers/gemini.py
docs2synth/agent/providers/huggingface.py
docs2synth/agent/providers/ollama.py
docs2synth/agent/providers/openai.py
docs2synth/agent/providers/vllm.py
docs2synth/annotation/__init__.py
docs2synth/annotation/annotation_state.py
docs2synth/annotation/data_manager.py
docs2synth/annotation/image_renderer.py
docs2synth/annotation/streamlit_app.py
docs2synth/cli/__init__.py
docs2synth/cli/__main__.py
docs2synth/cli/cli_main.py
docs2synth/cli/utils.py
docs2synth/cli/commands/__init__.py
docs2synth/cli/commands/agent.py
docs2synth/cli/commands/annotation.py
docs2synth/cli/commands/datasets.py
docs2synth/cli/commands/integration.py
docs2synth/cli/commands/preprocess.py
docs2synth/cli/commands/qa.py
docs2synth/cli/commands/rag.py
docs2synth/cli/commands/retriever.py
docs2synth/cli/commands/verify.py
docs2synth/datasets/__init__.py
docs2synth/datasets/downloader.py
docs2synth/datasets/parquet_loader.py
docs2synth/integration/__init__.py
docs2synth/integration/pipeline.py
docs2synth/mcp/__init__.py
docs2synth/mcp/cli.py
docs2synth/mcp/config.py
docs2synth/mcp/server.py
docs2synth/mcp/auth/__init__.py
docs2synth/mcp/auth/oauth_proxy.py
docs2synth/mcp/auth/oidc_client.py
docs2synth/mcp/common/__init__.py
docs2synth/mcp/common/document_index.py
docs2synth/mcp/prompts/__init__.py
docs2synth/mcp/prompts/hello.py
docs2synth/mcp/prompts/help.py
docs2synth/mcp/resources/__init__.py
docs2synth/mcp/static/android-chrome-192x192.png
docs2synth/mcp/static/android-chrome-512x512.png
docs2synth/mcp/static/apple-touch-icon.png
docs2synth/mcp/static/favicon-16x16.png
docs2synth/mcp/static/favicon-32x32.png
docs2synth/mcp/static/favicon.ico
docs2synth/mcp/static/site.webmanifest
docs2synth/mcp/tools/__init__.py
docs2synth/mcp/tools/active_config.py
docs2synth/mcp/tools/dataset_info.py
docs2synth/mcp/tools/fetch.py
docs2synth/mcp/tools/list_datasets.py
docs2synth/mcp/tools/search.py
docs2synth/preprocess/__init__.py
docs2synth/preprocess/docling_proc.py
docs2synth/preprocess/easyocr_proc.py
docs2synth/preprocess/paddleocr.py
docs2synth/preprocess/pdfplumber_proc.py
docs2synth/preprocess/runner.py
docs2synth/preprocess/schema.py
docs2synth/qa/__init__.py
docs2synth/qa/config.py
docs2synth/qa/qa_batch.py
docs2synth/qa/strategies.py
docs2synth/qa/verify_batch.py
docs2synth/qa/generators/__init__.py
docs2synth/qa/generators/base.py
docs2synth/qa/generators/layout_aware.py
docs2synth/qa/generators/logical_aware.py
docs2synth/qa/generators/semantic.py
docs2synth/qa/verifiers/__init__.py
docs2synth/qa/verifiers/base.py
docs2synth/qa/verifiers/correctness.py
docs2synth/qa/verifiers/factory.py
docs2synth/qa/verifiers/meaningful.py
docs2synth/rag/__init__.py
docs2synth/rag/base.py
docs2synth/rag/embeddings.py
docs2synth/rag/our_retriever.py
docs2synth/rag/pipeline.py
docs2synth/rag/strategies.py
docs2synth/rag/streamlit_app.py
docs2synth/rag/types.py
docs2synth/rag/vector_store.py
docs2synth/retriever/__init__.py
docs2synth/retriever/dataset.py
docs2synth/retriever/metrics.py
docs2synth/retriever/model.py
docs2synth/retriever/preprocess.py
docs2synth/retriever/training.py
docs2synth/retriever/validation.py
docs2synth/utils/__init__.py
docs2synth/utils/config.py
docs2synth/utils/logging.py
docs2synth/utils/pdf_images.py
docs2synth/utils/text.py
docs2synth/utils/timer.py
tests/test_agent_factory.py
tests/test_cli.py
tests/test_config.py
tests/test_datasets.py
tests/test_docling.py
tests/test_easyocr.py
tests/test_imports.py
tests/test_integration_pipeline.py
tests/test_logging.py
tests/test_mcp_basic.py
tests/test_mcp_config_advanced.py
tests/test_mcp_document_index.py
tests/test_mcp_prompts.py
tests/test_mcp_resources.py
tests/test_mcp_server.py
tests/test_mcp_tools.py
tests/test_paddleocr.py
tests/test_paddleocr_no_dep.py
tests/test_pdfplumber.py
tests/test_qa_verifiers.py
tests/test_runner.py
tests/test_schema.py
tests/test_timer.py