Skip to main content

Module studio_pane_llm

Module studio_pane_llm 

Source
Expand description

Optional local-LLM layout generation for /generate_pane.

When a model is active, asks the orchestrated chat path for a JSON layout plan. Falls back to the keyword planner in studio_pane_generator on any failure.

Functionsยง

generate_panes_with_llm_or_fallback
Generate a pane layout, preferring local LLM output when available.
parse_llm_plan_json
Parse model JSON into a layout plan; tolerates fenced code blocks.