LICENSE
README.md
pyproject.toml
src/vdeconstruct/__init__.py
src/vdeconstruct/boards.py
src/vdeconstruct/cache.py
src/vdeconstruct/cli.py
src/vdeconstruct/config.py
src/vdeconstruct/download.py
src/vdeconstruct.egg-info/PKG-INFO
src/vdeconstruct.egg-info/SOURCES.txt
src/vdeconstruct.egg-info/dependency_links.txt
src/vdeconstruct.egg-info/entry_points.txt
src/vdeconstruct.egg-info/requires.txt
src/vdeconstruct.egg-info/top_level.txt
src/vdeconstruct/adapters/__init__.py
src/vdeconstruct/adapters/base.py
src/vdeconstruct/adapters/kling.py
src/vdeconstruct/adapters/pika.py
src/vdeconstruct/adapters/runway.py
src/vdeconstruct/adapters/wan.py
src/vdeconstruct/core/analyzer.py
src/vdeconstruct/core/compatibility.py
src/vdeconstruct/core/intent.py
src/vdeconstruct/core/revisions.py
src/vdeconstruct/core/singlepass.py
src/vdeconstruct/core/types.py
src/vdeconstruct/enhance/__init__.py
src/vdeconstruct/enhance/audio.py
src/vdeconstruct/enhance/base.py
src/vdeconstruct/enhance/caption.py
src/vdeconstruct/enhance/clustering.py
src/vdeconstruct/enhance/narrative.py
src/vdeconstruct/enhance/transcript.py
src/vdeconstruct/export/__init__.py
src/vdeconstruct/modules/audio_diarize.py
src/vdeconstruct/modules/audio_events.py
src/vdeconstruct/modules/audio_separate.py
src/vdeconstruct/modules/audio_vad.py
src/vdeconstruct/modules/color.py
src/vdeconstruct/modules/common.py
src/vdeconstruct/modules/keyframes.py
src/vdeconstruct/modules/metadata.py
src/vdeconstruct/modules/motion.py
src/vdeconstruct/modules/shots.py
src/vdeconstruct/modules/transcript.py
src/vdeconstruct/schema/__init__.py
src/vdeconstruct/schema/adapter_request.schema.json
src/vdeconstruct/schema/analysis_result.schema.json
src/vdeconstruct/schema/audio.schema.json
src/vdeconstruct/schema/character_board.schema.json
src/vdeconstruct/schema/loader.py
src/vdeconstruct/schema/project.schema.json
src/vdeconstruct/schema/prompt_intent.schema.json
src/vdeconstruct/schema/revision_patch.schema.json
src/vdeconstruct/schema/shot.schema.json
src/vdeconstruct/schema/storyboard.schema.json
src/vdeconstruct/schema/template_manifest.schema.json
src/vdeconstruct/schema/transcript.schema.json
src/vdeconstruct/template/__init__.py
src/vdeconstruct/template/context.py
src/vdeconstruct/template/engine.py
src/vdeconstruct/template/package.py
src/vdeconstruct/templates/general-film-analysis/analysis_config.json
src/vdeconstruct/templates/general-film-analysis/template.yaml
src/vdeconstruct/templates/general-film-analysis/examples/project/project.json
src/vdeconstruct/templates/general-film-analysis/examples/project/analysis/result.json
src/vdeconstruct/templates/general-film-analysis/examples/project/boards/characters.json
src/vdeconstruct/templates/general-film-analysis/examples/project/boards/storyboard.json
src/vdeconstruct/templates/general-film-analysis/examples/project/exports/analysis_result.json
src/vdeconstruct/templates/general-film-analysis/examples/project/exports/general-film-analysis_storyboard.svg
src/vdeconstruct/templates/general-film-analysis/examples/project/revisions/patches.json
src/vdeconstruct/templates/general-film-analysis/layouts/character_board.json
src/vdeconstruct/templates/general-film-analysis/layouts/character_board.md
src/vdeconstruct/templates/general-film-analysis/layouts/character_board.svg.json
src/vdeconstruct/templates/general-film-analysis/layouts/storyboard.json
src/vdeconstruct/templates/general-film-analysis/layouts/storyboard.md
src/vdeconstruct/templates/general-film-analysis/layouts/storyboard.svg.json
src/vdeconstruct/templates/product-commercial/analysis_config.json
src/vdeconstruct/templates/product-commercial/template.yaml
src/vdeconstruct/templates/product-commercial/examples/project/project.json
src/vdeconstruct/templates/product-commercial/examples/project/analysis/result.json
src/vdeconstruct/templates/product-commercial/examples/project/boards/characters.json
src/vdeconstruct/templates/product-commercial/examples/project/boards/storyboard.json
src/vdeconstruct/templates/product-commercial/examples/project/revisions/patches.json
src/vdeconstruct/templates/product-commercial/layouts/character_board.json
src/vdeconstruct/templates/product-commercial/layouts/character_board.md
src/vdeconstruct/templates/product-commercial/layouts/character_board.svg.json
src/vdeconstruct/templates/product-commercial/layouts/storyboard.json
src/vdeconstruct/templates/product-commercial/layouts/storyboard.md
src/vdeconstruct/templates/product-commercial/layouts/storyboard.svg.json
src/vdeconstruct/templates/vertical-short-drama/analysis_config.json
src/vdeconstruct/templates/vertical-short-drama/template.yaml
src/vdeconstruct/templates/vertical-short-drama/examples/project/project.json
src/vdeconstruct/templates/vertical-short-drama/examples/project/analysis/result.json
src/vdeconstruct/templates/vertical-short-drama/examples/project/boards/characters.json
src/vdeconstruct/templates/vertical-short-drama/examples/project/boards/storyboard.json
src/vdeconstruct/templates/vertical-short-drama/examples/project/exports/vertical-short-drama_character_board.md
src/vdeconstruct/templates/vertical-short-drama/examples/project/revisions/patches.json
src/vdeconstruct/templates/vertical-short-drama/layouts/character_board.json
src/vdeconstruct/templates/vertical-short-drama/layouts/character_board.md
src/vdeconstruct/templates/vertical-short-drama/layouts/character_board.svg.json
src/vdeconstruct/templates/vertical-short-drama/layouts/storyboard.json
src/vdeconstruct/templates/vertical-short-drama/layouts/storyboard.md
src/vdeconstruct/templates/vertical-short-drama/layouts/storyboard.svg.json
src/vdeconstruct/web/__init__.py
src/vdeconstruct/web/app.py
tests/test_adapters.py
tests/test_advanced.py
tests/test_audio.py
tests/test_cache.py
tests/test_derive_compare.py
tests/test_enhance.py
tests/test_export.py
tests/test_export_consistency.py
tests/test_isolation.py
tests/test_migrate.py
tests/test_schema.py
tests/test_singlepass.py
tests/test_template_engine.py
tests/test_template_packages.py
tests/test_transcript.py
tests/test_video_benchmark.py
tests/test_video_e2e.py
tests/test_video_real_benchmark.py
tests/test_web.py