How to use the pre-built workflow patterns (Orchestrations) with Executors #2422
Unanswered
bzick-scope
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Thanks for the question, @bzick-scope. We're working on new workflow composability patterns that will allow on to hook up other nodes/edges with the higher-level API patterns (Concurrent, Sequential, Handoff, Group Chat, Magentic). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There are a variety of pre-built workflow patterns.
I want to use a pattern with a combination of AIAgents and custom Executors.
The only way I found is to create a workflow only containing the executor and then call the AsAgent extension method on the workflow to transform/wrap the workflow in a agent that could be passed in the pre-build worflow builders.
Is this the correct way?
Is there a reason that the pre-build worflow builders only working with agents and not with executors?
Beta Was this translation helpful? Give feedback.
All reactions