Discussion: New AutoGen Architecture Preview #3601
Replies: 10 comments 15 replies
-
It's great to see so many improvements on the AutoGen architecture. Congrats to you, @jackgerrits and the rest of the team on this huge milestone. 🍾🥂 Are you planning to update AutoGen for .NET as part of the 0.4 release? |
Beta Was this translation helpful? Give feedback.
-
In real-world business applications, there are many roles involved, and the business processes are relatively fixed. We need to utilize Agents to better define and implement these processes. Currently, the round-robin and random chat sequences in Autogen do not adequately meet these business needs. We require a framework that allows flexible definition of the agent chat order. |
Beta Was this translation helpful? Give feedback.
-
Caveat, I haven't had a chance to read through the PR code yet, only the blog post. I'm curious how the actor model maps to existing deployment approaches like Durable Entities or a non-Microsoft solution like Temporal or Cloudflare Durable Objects. Is deployment based on an orchestration framework like this, or is this a new abstraction? We currently use Durable Entities/.NET with which we've been prototyping some agent solutions that follow the actor model, so this is pretty exciting if it could be integrated for scalable agent processing. |
Beta Was this translation helpful? Give feedback.
-
Super excited for this PR! Great job team! One question I couldn't discern from the design docs - how is the team planning on handling identity propagation? Use case is an agent listening on a topic should respect the policies in place around the human actor that initiated the request. Think of it as the Ian Malcom problem - the AI Agents were so focused on whether or not they could, they didn't stop the think if they should. This is relatively easy in a non-distributed agentic system, but could get messy without clear guidelines about how an agent will reliably know the "who" behind the request. And if this is in place already, can someone point me towards the code that is handling this? |
Beta Was this translation helpful? Give feedback.
-
Hey Team, Super excited to see this come to life! We had proposed this idea during a hackathon with Msft and really needed this change so we can make our agent pipelines more stable and extensible. Need more notebooks to help people get this setup! |
Beta Was this translation helpful? Give feedback.
-
Very happy to see the improvements to debugging & event-driven workflows! I haven't seen any update on the AutoGen Studio side, have they been in touch to test out the new features in the GUI? #737 |
Beta Was this translation helpful? Give feedback.
-
Hi - this looks great. If we were to implement a serverless based distributed agent runtime (eg based on Cosmos DB, Pub/Sub + Azure functions), presumably this would involve a varient of WorkerAgentRuntime/WorkerAgentRuntimeHost etc? Any rough guidence appreciated |
Beta Was this translation helpful? Give feedback.
-
I just started using autogen recently and have found the latest version to be very easy to work with. My only question is will there be updates to the contribution agents like web surfer? |
Beta Was this translation helpful? Give feedback.
-
How will the RAG pattern described here change with v0.4? |
Beta Was this translation helpful? Give feedback.
-
Based on reading the code and seeing the examples - The agentchat package uses some types & utils from agentcore package but does not leverage the virtual actor model. Am I missing something here? |
Beta Was this translation helpful? Give feedback.
-
Please use this thread to discuss PR #3600
Beta Was this translation helpful? Give feedback.
All reactions