Load an IDF or epJSON file and provide a structured summary of the building energy model. Use when opening, inspecting, or starting work on an existing EnergyPlus model.
Load the model at: $ARGUMENTS
Load — Use load_model with the file path. If no path is provided, ask the user which file to open.
Summarize — Read the idfkit://model/summary resource to get the overview, then present:
Zone details — Use get_zone_properties for detailed zone geometry, surface inventory, constructions, and HVAC connections.
Visual inspection — Use view_geometry to show an interactive 3D view of the building for quick spatial orientation.
Highlight issues — If anything looks incomplete or unusual (e.g., no HVAC, no weather file, missing output variables), mention it proactively.
Suggest next steps — Based on the model state, suggest what the user might want to do next (validate, simulate, add systems, etc.).