-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hello, I've been reading the sourcecode and demos. Cool project! I was having the same idea. Orleans is a good fit for AI agents.
I wonder what are the advantages of this framework vs using vanilla orleans.
-
You can also do event sourcing in Orleans right?
-
there is also a signalr grain in orleans, i think.
-
plugins is probably the most interesting thing, but why not build plugins on top of vanilla orleans?
-
ABP is a very large and complex dependency and a bit of a pain in the ass to manage some times.
-
For AI workloads, is it the AI automatic tools the advantage? And all the ChatClient stuff comes from MS AI Extensions right?
I'm just trying to understand the advantage of using this framework. I'm trying to understand what this new layer is bringuing to the table. Can you help me?