Sequential Flows
In many cases you just want things to happen in a specific order. Instead of letting the LLM decide the order you chain tasks programmatically.
In the below colab notebook, we will explore how to built a simple sequential flow. Connecting an agent in a sequence
Sequential Flows
Run this tutorial interactively in Google Colab.