LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
src/hwpx_automation/__init__.py
src/hwpx_automation/__init__.pyi
src/hwpx_automation/__main__.py
src/hwpx_automation/agent_document.py
src/hwpx_automation/api.py
src/hwpx_automation/blind_eval.py
src/hwpx_automation/capabilities.py
src/hwpx_automation/compat.py
src/hwpx_automation/configuration.py
src/hwpx_automation/document_state.py
src/hwpx_automation/errors.py
src/hwpx_automation/execution_lock.py
src/hwpx_automation/fastmcp_adapter.py
src/hwpx_automation/form_fill.py
src/hwpx_automation/form_output_models.py
src/hwpx_automation/hwp_converter.py
src/hwpx_automation/hwp_support.py
src/hwpx_automation/hwpx_ops.py
src/hwpx_automation/identity.json
src/hwpx_automation/identity.py
src/hwpx_automation/ingest_adapters.py
src/hwpx_automation/markdown_plan.py
src/hwpx_automation/mcp_cli.py
src/hwpx_automation/mixed_form.py
src/hwpx_automation/mutation_models.py
src/hwpx_automation/network_policy.py
src/hwpx_automation/preview_output_models.py
src/hwpx_automation/public-modules.json
src/hwpx_automation/py.typed
src/hwpx_automation/quality.py
src/hwpx_automation/quality_generation.py
src/hwpx_automation/resources.py
src/hwpx_automation/runtime.py
src/hwpx_automation/runtime_services.py
src/hwpx_automation/server.py
src/hwpx_automation/storage.py
src/hwpx_automation/tool_bindings.py
src/hwpx_automation/tool_contract.py
src/hwpx_automation/upstream.py
src/hwpx_automation/visual_qa.py
src/hwpx_automation/workspace.py
src/hwpx_automation/core/__init__.py
src/hwpx_automation/core/content.py
src/hwpx_automation/core/context.py
src/hwpx_automation/core/diff.py
src/hwpx_automation/core/document.py
src/hwpx_automation/core/formatting.py
src/hwpx_automation/core/handles.py
src/hwpx_automation/core/locations.py
src/hwpx_automation/core/locator.py
src/hwpx_automation/core/plan.py
src/hwpx_automation/core/resources.py
src/hwpx_automation/core/search.py
src/hwpx_automation/core/transactions.py
src/hwpx_automation/core/txn.py
src/hwpx_automation/handlers/__init__.py
src/hwpx_automation/handlers/_shared.py
src/hwpx_automation/handlers/agent_document.py
src/hwpx_automation/handlers/authoring.py
src/hwpx_automation/handlers/content_edit.py
src/hwpx_automation/handlers/form_fill.py
src/hwpx_automation/handlers/layout_style.py
src/hwpx_automation/handlers/quality_render.py
src/hwpx_automation/handlers/read_export.py
src/hwpx_automation/handlers/specialized.py
src/hwpx_automation/handlers/tracked_changes.py
src/hwpx_automation/handlers/workflow.py
src/hwpx_automation/metadata/tools_meta.py
src/hwpx_automation/office/__init__.py
src/hwpx_automation/office/agent/__init__.py
src/hwpx_automation/office/agent/_batch_verification.py
src/hwpx_automation/office/agent/catalog.py
src/hwpx_automation/office/agent/cli.py
src/hwpx_automation/office/agent/commands.py
src/hwpx_automation/office/agent/document.py
src/hwpx_automation/office/agent/form_plan.py
src/hwpx_automation/office/agent/model.py
src/hwpx_automation/office/agent/path.py
src/hwpx_automation/office/agent/query.py
src/hwpx_automation/office/agent/story.py
src/hwpx_automation/office/agent/blueprint/__init__.py
src/hwpx_automation/office/agent/blueprint/bundle.py
src/hwpx_automation/office/agent/blueprint/catalog.py
src/hwpx_automation/office/agent/blueprint/dump.py
src/hwpx_automation/office/agent/blueprint/mapping.py
src/hwpx_automation/office/agent/blueprint/model.py
src/hwpx_automation/office/agent/blueprint/native.py
src/hwpx_automation/office/agent/blueprint/replay.py
src/hwpx_automation/office/authoring/__init__.py
src/hwpx_automation/office/authoring/advanced_generators.py
src/hwpx_automation/office/authoring/report_parser.py
src/hwpx_automation/office/authoring/style_profile.py
src/hwpx_automation/office/authoring/template_analyzer.py
src/hwpx_automation/office/authoring/builder/__init__.py
src/hwpx_automation/office/authoring/builder/core.py
src/hwpx_automation/office/authoring/builder/report.py
src/hwpx_automation/office/authoring/design/__init__.py
src/hwpx_automation/office/authoring/design/_support.py
src/hwpx_automation/office/authoring/design/composer.py
src/hwpx_automation/office/authoring/design/harvest.py
src/hwpx_automation/office/authoring/design/plan.py
src/hwpx_automation/office/authoring/design/profile.py
src/hwpx_automation/office/authoring/design/validator.py
src/hwpx_automation/office/authoring/design/profiles/application_form/profile.json
src/hwpx_automation/office/authoring/design/profiles/application_form/template.hwpx
src/hwpx_automation/office/authoring/design/profiles/application_form/fragments/body.xml
src/hwpx_automation/office/authoring/design/profiles/application_form/fragments/heading.xml
src/hwpx_automation/office/authoring/design/profiles/application_form/fragments/info_table.xml
src/hwpx_automation/office/authoring/design/profiles/application_form/fragments/title.xml
src/hwpx_automation/office/authoring/design/profiles/home_notice/profile.json
src/hwpx_automation/office/authoring/design/profiles/home_notice/template.hwpx
src/hwpx_automation/office/authoring/design/profiles/home_notice/fragments/body.xml
src/hwpx_automation/office/authoring/design/profiles/home_notice/fragments/heading.xml
src/hwpx_automation/office/authoring/design/profiles/home_notice/fragments/title.xml
src/hwpx_automation/office/authoring/design/profiles/official_notice/profile.json
src/hwpx_automation/office/authoring/design/profiles/official_notice/template.hwpx
src/hwpx_automation/office/authoring/design/profiles/official_notice/fragments/body.xml
src/hwpx_automation/office/authoring/design/profiles/official_notice/fragments/heading.xml
src/hwpx_automation/office/authoring/design/profiles/official_notice/fragments/info_table.xml
src/hwpx_automation/office/authoring/design/profiles/official_notice/fragments/title.xml
src/hwpx_automation/office/authoring/design/profiles/report/profile.json
src/hwpx_automation/office/authoring/design/profiles/report/template.hwpx
src/hwpx_automation/office/authoring/design/profiles/report/fragments/body.xml
src/hwpx_automation/office/authoring/design/profiles/report/fragments/heading.xml
src/hwpx_automation/office/authoring/design/profiles/report/fragments/info_table.xml
src/hwpx_automation/office/authoring/design/profiles/report/fragments/title.xml
src/hwpx_automation/office/authoring/presets/__init__.py
src/hwpx_automation/office/authoring/presets/proposal.py
src/hwpx_automation/office/charting/__init__.py
src/hwpx_automation/office/compliance/__init__.py
src/hwpx_automation/office/compliance/official_lint.py
src/hwpx_automation/office/compliance/pii.py
src/hwpx_automation/office/document_ops/__init__.py
src/hwpx_automation/office/document_ops/comparison.py
src/hwpx_automation/office/document_ops/mail_merge.py
src/hwpx_automation/office/document_ops/redline.py
src/hwpx_automation/office/evalplan/__init__.py
src/hwpx_automation/office/evalplan/runtime.py
src/hwpx_automation/office/exam/__init__.py
src/hwpx_automation/office/exam/compose.py
src/hwpx_automation/office/exam/ir.py
src/hwpx_automation/office/exam/measure.py
src/hwpx_automation/office/exam/parser.py
src/hwpx_automation/office/exam/profile.py
src/hwpx_automation/office/form_fill/__init__.py
src/hwpx_automation/office/form_fill/classification.py
src/hwpx_automation/office/form_fill/fill_residue.py
src/hwpx_automation/office/form_fill/guidance.py
src/hwpx_automation/office/form_fill/quality.py
src/hwpx_automation/office/form_fill/split_run.py
src/hwpx_automation/office/form_fill/template_formfit.py
src/hwpx_automation/office/form_fill/fit/__init__.py
src/hwpx_automation/office/form_fill/fit/apply.py
src/hwpx_automation/office/form_fill/fit/engine.py
src/hwpx_automation/office/form_fill/fit/measure.py
src/hwpx_automation/office/form_fill/fit/policy.py
src/hwpx_automation/office/form_fill/fit/report.py
src/hwpx_automation/office/form_fill/fit/seal.py
src/hwpx_automation/office/form_fill/fit/wordbox.py
src/hwpx_automation/office/house_style/__init__.py
src/hwpx_automation/office/house_style/composition.py
src/hwpx_automation/office/house_style/org_chart.py
src/hwpx_automation/office/house_style/data/bank.json
src/hwpx_automation/office/house_style/data/genres.json
src/hwpx_automation/office/quality/__init__.py
src/hwpx_automation/office/quality/page_guard.py
src/hwpx_automation/office/rendering/__init__.py
src/hwpx_automation/office/rendering/_hancom_open_rate.ps1
src/hwpx_automation/office/rendering/_refresh_hwpx_mac.applescript
src/hwpx_automation/office/rendering/_render_hwpx.ps1
src/hwpx_automation/office/rendering/_render_hwpx_mac.applescript
src/hwpx_automation/office/rendering/block_splits.py
src/hwpx_automation/office/rendering/detectors.py
src/hwpx_automation/office/rendering/diff.py
src/hwpx_automation/office/rendering/fixture_corpus.py
src/hwpx_automation/office/rendering/oracle.py
src/hwpx_automation/office/rendering/page_qa.py
src/hwpx_automation/office/rendering/qa_contracts.py
src/hwpx_automation/office/rendering/qa_metrics.py
src/hwpx_automation/office/rendering/worker.py
src/hwpx_automation/office/utilities/__init__.py
src/hwpx_automation/office/utilities/table_compute.py
src/hwpx_automation/ops_services/__init__.py
src/hwpx_automation/ops_services/_border_fill.py
src/hwpx_automation/ops_services/composition.py
src/hwpx_automation/ops_services/content_layout.py
src/hwpx_automation/ops_services/context.py
src/hwpx_automation/ops_services/form_fields.py
src/hwpx_automation/ops_services/media.py
src/hwpx_automation/ops_services/memo_style.py
src/hwpx_automation/ops_services/package_validation.py
src/hwpx_automation/ops_services/planning.py
src/hwpx_automation/ops_services/preview_export.py
src/hwpx_automation/ops_services/read_query.py
src/hwpx_automation/ops_services/save_policy.py
src/hwpx_automation/ops_services/tables.py
src/hwpx_automation/ops_services/transactions.py
src/hwpx_automation/utils/__init__.py
src/hwpx_automation/utils/helpers.py
src/hwpx_automation/workflow/__init__.py
src/hwpx_automation/workflow/adapters.py
src/hwpx_automation/workflow/dispatcher.py
src/hwpx_automation/workflow/models.py
src/hwpx_automation/workflow/policy.py
src/hwpx_automation/workflow/render_contracts.py
src/hwpx_automation/workflow/render_metrics.py
src/hwpx_automation/workflow/render_queue.py
src/hwpx_automation/workflow/render_security.py
src/hwpx_automation/workflow/render_transport.py
src/hwpx_automation/workflow/rendering.py
src/hwpx_automation/workflow/service.py
src/hwpx_automation/workflow/state_machine.py
src/hwpx_automation/workflow/store.py
src/python_hwpx_automation.egg-info/PKG-INFO
src/python_hwpx_automation.egg-info/SOURCES.txt
src/python_hwpx_automation.egg-info/dependency_links.txt
src/python_hwpx_automation.egg-info/entry_points.txt
src/python_hwpx_automation.egg-info/requires.txt
src/python_hwpx_automation.egg-info/top_level.txt