Hello all!
Controlflow looks so interesting. And so timely! We were about to choose between Prefect and Temporal as workflow backend for AI agents, and Temporal was seeming a bit ahead by its support for multiple programming languages. But ControlFlow, though early, changes that.
Is there an example of combining prefect flows/tasks with controlflow flows/tasks? Although they use the same terminology, they have at least a few differences (for eg: CF Tasks are in natural language and are performed by an LLM). What's more, in our B2B use-cases, we see the need for both. Imagine talking to an agent to run a ML model training pipeline!