Create plan in a single call instead of multiple
Problem
The creation of the Plan takes a long time for duo workflow as it does a separate LLM call for every single plan step. This adds to the perception of workflow taking very long, and increases the cost for individual workflows.
Desired Outcome
Plan creation happens in a single call, rather than multiple
Implementation Plan
TBD, but !323 (closed) should give good inspiration.
Edited by Sebastian Rehm