You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you planning to use Microsoft Orleans for the actor framework. Also, I can you tell me how will you as be including Semantic Kernel Agent. I ask this because most to Agent related work are handled there. Microsoft AutoGen is also good one but that is again work in progress. Also, when you finish this I have one request, please include all the component installation and pre-requisite installation Dapr, any redis/postgres ect:- on one place. That makes first time installers like us life easier. Most of time we keep searching the documents back and forth
Are you planning to use Microsoft Orleans for the actor framework. Also, I can you tell me how will you as be including Semantic Kernel Agent. I ask this because most to Agent related work are handled there. Microsoft AutoGen is also good one but that is again work in progress. Also, when you finish this I have one request, please include all the component installation and pre-requisite installation Dapr, any redis/postgres ect:- on one place. That makes first time installers like us life easier. Most of time we keep searching the documents back and forth
No, this will use Dapr Actors for the actor framework. Just as the existing agentic implementation in Python is utilizing other Dapr building blocks like workflows, actors, state management and conversation, so too this is looking to be a 1:1 .NET implementation of the same and isn't "reimagining" the concept using entirely .NET-specific functionality.
I'll supplement the Dapr documentation with information about it, but the idea will be that you install it like you would any other Dapr package and when launched adjacent to your Dapr sidecar, it'll handle the necessary abstractions for you, much like Dapr Workflows abstracts away the actors functionality.
Activity
yaron2 commentedon Mar 26, 2025
Hi, there's work being done to support .NET. cc @WhitWaldo for visibility
WhitWaldo commentedon Mar 26, 2025
Work in progress!
VenkateshSrini commentedon Mar 27, 2025
Are you planning to use Microsoft Orleans for the actor framework. Also, I can you tell me how will you as be including Semantic Kernel Agent. I ask this because most to Agent related work are handled there. Microsoft AutoGen is also good one but that is again work in progress. Also, when you finish this I have one request, please include all the component installation and pre-requisite installation Dapr, any redis/postgres ect:- on one place. That makes first time installers like us life easier. Most of time we keep searching the documents back and forth
WhitWaldo commentedon Mar 27, 2025
No, this will use Dapr Actors for the actor framework. Just as the existing agentic implementation in Python is utilizing other Dapr building blocks like workflows, actors, state management and conversation, so too this is looking to be a 1:1 .NET implementation of the same and isn't "reimagining" the concept using entirely .NET-specific functionality.
I'll supplement the Dapr documentation with information about it, but the idea will be that you install it like you would any other Dapr package and when launched adjacent to your Dapr sidecar, it'll handle the necessary abstractions for you, much like Dapr Workflows abstracts away the actors functionality.
thangchung commentedon Apr 8, 2025
Look cool. Is there any ETA for it? @WhitWaldo
Link related: #53
WhitWaldo commentedon Apr 8, 2025
Not yet. Juggling a lot of plates right now, but the goal is to coincide with the 1.16 release at the latest.