microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
34.67k stars 5.01k forks source link

Add subscription, register types, and state managements should be Simple RPC in Distributed Agent Runtime in both Python and .NET #4140

Open ekzhu opened 1 week ago

ekzhu commented 1 week ago

Simple RPC: https://grpc.io/docs/languages/python/basics/#simple-rpc

They should be simple RPC because they are all blocking calls.