Skip to content
Discussion options

You must be logged in to vote

Hi @bbence84, have you had a look at our new agent orchestration patterns? IIRC, you work with Python, correct? I would take a look at our "magentic" pattern, inspired by AutoGen's "Magentic-One". The magentic patterns works based on a plan, and can attempt some "course-correction" while working on the sub-tasks.

For more advanced scenarios, one can have a mix of the agent orchestration patterns along with our process framework, which allows for an event-based (directed graph) orchestration flow. This is when you not only want to rely on prompting, or unstructured agent tasks via the orchestration patterns/agent framework, but want to make sure step A always leads to step B followed by fa…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bbence84
Comment options

Answer selected by bbence84
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
python Pull requests for the Python Semantic Kernel agents processes
2 participants