MANIFEST.in
PUBLISHING.ko.md
PUBLISHING.md
README.ko.md
README.md
pyproject.toml
overlays/src/formats/pptx/engine.py
overlays/src/formats/pptx/orchestrator.py
overlays/src/formats/pptx/agents/nodes/render_convert.py
overlays/src/formats/pptx/agents/nodes/visual_asset_planner.py
overlays/src/utils/iconify.py
scripts/sync_runtime.py
src/documind/__init__.py
src/documind.egg-info/PKG-INFO
src/documind.egg-info/SOURCES.txt
src/documind.egg-info/dependency_links.txt
src/documind.egg-info/requires.txt
src/documind.egg-info/top_level.txt
src/src/__init__.py
src/src/engine.py
src/src/agents/__init__.py
src/src/agents/loader.py
src/src/agents/research_intent.py
src/src/agents/configs/audience.json
src/src/agents/configs/content_writer.json
src/src/agents/configs/document_intent.json
src/src/agents/configs/document_planner.json
src/src/agents/configs/narrative.json
src/src/agents/configs/research.json
src/src/agents/configs/template_designer.json
src/src/agents/nodes/__init__.py
src/src/agents/nodes/audience.py
src/src/agents/nodes/content_writer.py
src/src/agents/nodes/narrative.py
src/src/agents/nodes/research.py
src/src/agents/prompts/audience.md
src/src/agents/prompts/content_writer.md
src/src/agents/prompts/narrative.md
src/src/agents/prompts/research.md
src/src/core/__init__.py
src/src/core/bootstrap.py
src/src/core/config.py
src/src/core/exceptions.py
src/src/core/logging.py
src/src/core/runtime.py
src/src/formats/__init__.py
src/src/formats/base.py
src/src/formats/registry.py
src/src/formats/docx/__init__.py
src/src/formats/docx/engine.py
src/src/formats/docx/orchestrator.py
src/src/formats/docx/renderer.py
src/src/formats/docx/rulesets/__init__.py
src/src/formats/hwp/__init__.py
src/src/formats/hwp/engine.py
src/src/formats/hwp/orchestrator.py
src/src/formats/hwp/renderer.py
src/src/formats/hwp/assets/public_form_base.hwpx
src/src/formats/hwp/rulesets/__init__.py
src/src/formats/md/__init__.py
src/src/formats/md/engine.py
src/src/formats/md/orchestrator.py
src/src/formats/md/renderer.py
src/src/formats/md/rulesets/__init__.py
src/src/formats/pptx/__init__.py
src/src/formats/pptx/color_utils.py
src/src/formats/pptx/css_spec.py
src/src/formats/pptx/engine.py
src/src/formats/pptx/master_context.py
src/src/formats/pptx/orchestrator.py
src/src/formats/pptx/agents/__init__.py
src/src/formats/pptx/agents/configs/html_generator.json
src/src/formats/pptx/agents/configs/unified_planner.json
src/src/formats/pptx/agents/configs/visual_asset_planner.json
src/src/formats/pptx/agents/nodes/__init__.py
src/src/formats/pptx/agents/nodes/html_generator.py
src/src/formats/pptx/agents/nodes/render_convert.py
src/src/formats/pptx/agents/nodes/unified_planner.py
src/src/formats/pptx/agents/nodes/visual_asset_planner.py
src/src/formats/pptx/agents/prompts/html_generator.md
src/src/formats/pptx/agents/prompts/unified_planner.md
src/src/formats/pptx/agents/prompts/visual_asset_planner.md
src/src/formats/pptx/compensations/__init__.py
src/src/formats/pptx/compensations/handlers.py
src/src/formats/pptx/mapper/__init__.py
src/src/formats/pptx/mapper/effects.py
src/src/formats/pptx/mapper/engine.py
src/src/formats/pptx/mapper/html_parser.py
src/src/formats/pptx/mapper/shape_registry.py
src/src/formats/pptx/rulesets/__init__.py
src/src/formats/pptx/rulesets/validator.py
src/src/formats/pptx/rulesets/presets/color_themes.json
src/src/formats/pptx/rulesets/presets/font_spec.json
src/src/formats/pptx/rulesets/presets/icon_layouts.json
src/src/formats/pptx/rulesets/presets/layout_patterns.json
src/src/formats/pptx/rulesets/presets/layout_zones.json
src/src/formats/pptx/rulesets/presets/slide_templates.json
src/src/formats/pptx/rulesets/presets/slide_types/comparison.json
src/src/formats/pptx/rulesets/presets/slide_types/content.json
src/src/formats/pptx/rulesets/presets/slide_types/cover.json
src/src/formats/pptx/rulesets/presets/slide_types/data.json
src/src/formats/pptx/rulesets/presets/slide_types/summary.json
src/src/formats/pptx/rulesets/schemas/_meta.schema.json
src/src/formats/pptx/rulesets/schemas/canvas.schema.json
src/src/formats/pptx/rulesets/schemas/chart.schema.json
src/src/formats/pptx/rulesets/schemas/color.schema.json
src/src/formats/pptx/rulesets/schemas/connector.schema.json
src/src/formats/pptx/rulesets/schemas/design_strategy.schema.json
src/src/formats/pptx/rulesets/schemas/effects.schema.json
src/src/formats/pptx/rulesets/schemas/evaluation.schema.json
src/src/formats/pptx/rulesets/schemas/image.schema.json
src/src/formats/pptx/rulesets/schemas/layout.schema.json
src/src/formats/pptx/rulesets/schemas/shapes.schema.json
src/src/formats/pptx/rulesets/schemas/table.schema.json
src/src/formats/pptx/rulesets/schemas/textbox.schema.json
src/src/formats/pptx/rulesets/schemas/typography.schema.json
src/src/formats/rich_document/__init__.py
src/src/formats/rich_document/orchestrator.py
src/src/formats/rich_document/quality.py
src/src/formats/rich_document/spec.py
src/src/formats/rich_document/template_analysis.py
src/src/formats/xlsx/__init__.py
src/src/formats/xlsx/engine.py
src/src/formats/xlsx/orchestrator.py
src/src/formats/xlsx/renderer.py
src/src/formats/xlsx/rulesets/__init__.py
src/src/infrastructure/__init__.py
src/src/infrastructure/llm.py
src/src/infrastructure/web_search.py
src/src/schemas/__init__.py
src/src/schemas/agents.py
src/src/utils/__init__.py
src/src/utils/iconify.py
src/src/utils/image_gen.py
src/src/utils/json_repair.py
src/src/utils/language.py
src/src/utils/units.py