Workflow patterns
Agent workflows
Orchestrating together multiple language model calls to solve complex tasks.
In order to solve complex tasks a single LLM call might not be enough, here we’ll see how you can solve complex problems by orchestrating multiple language models.
The execution pattern of actions within an agent workflow is determined by its control flow. Various control flow types enable different capabilities: