.env.example
.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
uv.lock
.claude/skills/docpilot-tools/SKILL.md
.claude/skills/docpilot-tools/docpilot_cli.py
.github/workflows/publish.yml
docpilot/__init__.py
docpilot/exceptions.py
docpilot/mcp_server.py
docpilot/builder/__init__.py
docpilot/builder/base.py
docpilot/builder/docx_analyzer.py
docpilot/builder/docx_builder.py
docpilot/builder/html_blocks.py
docpilot/builder/html_table.py
docpilot/builder/hwp_convert.py
docpilot/builder/hwpx_analyzer.py
docpilot/builder/hwpx_auto_builder.py
docpilot/builder/hwpx_builder.py
docpilot/builder/hwpx_bullets.py
docpilot/builder/hwpx_dynamic_builder.py
docpilot/builder/hwpx_section_generator.py
docpilot/builder/hwpx_style_extractor.py
docpilot/builder/pdf_builder.py
docpilot/db/__init__.py
docpilot/db/client.py
docpilot/db/indexer.py
docpilot/db/schema.py
docpilot/db/template_store.py
docpilot/ingestion/__init__.py
docpilot/ingestion/docx.py
docpilot/ingestion/hwp.py
docpilot/ingestion/hwpx.py
docpilot/ingestion/models.py
docpilot/ingestion/pdf.py
docpilot/ingestion/text.py
docpilot/mapping/__init__.py
docpilot/mapping/base.py
docpilot/mapping/benchmark.py
docpilot/mapping/claude.py
docpilot/mapping/gemini.py
docpilot/mapping/openai.py
docpilot/mapping/openai_compat.py
docpilot/mapping/rag.py
docpilot/mapping/sidecar.py
docpilot/search/__init__.py
docpilot/search/_filter.py
docpilot/search/embedding.py
docpilot/search/eval.py
docpilot/search/exact.py
docpilot/search/highlight.py
docpilot/search/hybrid.py
docpilot/search/models.py
docpilot/search/morpheme.py
docpilot/search/reranker.py
docpilot/template_generator/__init__.py
docpilot/template_generator/analyzer.py
docpilot/template_generator/docx_extractor.py
docpilot/template_generator/extractor.py
docpilot/template_generator/generator.py
docpilot/templates/base/mimetype
docpilot/templates/base/settings.xml
docpilot/templates/base/version.xml
docpilot/templates/base/Contents/content.hpf
docpilot/templates/base/Contents/header.xml
docpilot/templates/base/Contents/section0.xml
docpilot/templates/base/META-INF/container.rdf
docpilot/templates/base/META-INF/container.xml
docpilot/templates/base/META-INF/manifest.xml
docpilot/templates/base/Preview/PrvImage.png
docpilot/templates/base/Preview/PrvText.txt
docpilot/templates/gonmun/header.xml
docpilot/templates/gonmun/section0.xml
docpilot/templates/gonmun/sidecar.json
docpilot/templates/minutes/header.xml
docpilot/templates/minutes/section0.xml
docpilot/templates/minutes/sidecar.json
docpilot/templates/proposal/header.xml
docpilot/templates/proposal/section0.xml
docpilot/templates/proposal/sidecar.json
docpilot/templates/report/header.xml
docpilot/templates/report/section0.xml
docpilot/templates/report/sidecar.json
example/run.py
scripts/chunk_size_compare.py
scripts/gen_학회보고서.py
scripts/gen_학회보고서_hwpx_from_docx.py
scripts/inspect_index.py
scripts/make_ebs_template.py
scripts/test_docgen.py
scripts/test_folder_search.py
scripts/test_hwpx_to_docx.py
scripts/test_mapping.py
scripts/test_quality.py
scripts/test_real.py
scripts/verify_html_render.py
smart_docgen.egg-info/PKG-INFO
smart_docgen.egg-info/SOURCES.txt
smart_docgen.egg-info/dependency_links.txt
smart_docgen.egg-info/entry_points.txt
smart_docgen.egg-info/requires.txt
smart_docgen.egg-info/scm_file_list.json
smart_docgen.egg-info/scm_version.json
smart_docgen.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_analyzers.py
tests/test_builder.py
tests/test_embed_batch_bench.py
tests/test_embed_model_bench.py
tests/test_embedding.py
tests/test_generate_from_content.py
tests/test_hwp_ingestion.py
tests/test_index_perf.py
tests/test_indexer.py
tests/test_ingestion.py
tests/test_mapping.py
tests/test_mcp_server.py
tests/test_search.py
tests/test_search_quality.py
tests/test_template_generator.py
tests/mocks/__init__.py
tests/mocks/db_mock.py
tests/mocks/llm_mock.py