spatial_plan_screenshot_reconstruction
Transform an interior screenshot into a structured spatial plan by mapping detected props to existing assets or Tripo handoffs, and fold scene graph relations into placement hints for reconstruction.
Instructions
Plan screenshot-driven interior reconstruction with Tripo crop handoffs.
KB: see knowledge_base/10_WORLD_BUILDING.md#9-world-building-best-practices
This local planner does not perform computer vision by itself. When no detections are supplied, it returns the expected detected_items_json schema for the agent's vision step. When detections are supplied, it maps each prop to an existing asset or guarded Tripo image/text handoff and reuses the spatial interior planner for dry-run placement. If a screenshot scene graph is supplied, support and wall-anchor relations are folded into the placement hints before planning.
Example: spatial_plan_screenshot_reconstruction(reference_image="C:/refs/apartment.png")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| style | No | ||
| intent | No | ||
| room_type | No | apartment | |
| room_origin | No | ||
| content_path | No | /Game/Generated/SpatialInteriors | |
| required_props | No | ||
| reference_image | Yes | ||
| room_dimensions | No | ||
| scene_graph_json | No | ||
| actor_label_prefix | No | ||
| room_analysis_json | No | ||
| detected_items_json | No | ||
| existing_asset_paths | No | ||
| include_text_fallbacks | No | ||
| include_architectural_fill | No | ||
| generate_missing_with_tripo | No | ||
| include_zone_recommendations | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |