If the planner if given a complex enough task to plan, the plan it generates may be so large that the LLM will not be able to generate a valid JSON string. URSA currently throws an unhelpful error. We should (1) provide a better error message that catches the LangChain StructuredOutputParser failure and (2) see if there is an automated way of rescoping the problem so that the planner can handle complex tasks with hierarchical planning.