microsoft / autogen

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

Make distributed runtime/grpc dependency optional in core #4296

Open jackgerrits opened 21 hours ago

jackgerrits commented 21 hours ago

GRPC is a pretty heavy dependency to make required in core, additionally since we pin it then it is more restrictive. The current pinned version has no binary wheel for 3.13.

While we do need to upgrade grpc, making this optional is also important for people who dont need distributed support