i-am-bee / bee-agent-framework

The framework for building scalable agentic applications.
https://i-am-bee.github.io/bee-agent-framework/
Apache License 2.0
1.09k stars 106 forks source link

Switch PythonTool to use HTTP API instead of gRPC #149

Open JanPokorny opened 2 weeks ago

JanPokorny commented 2 weeks ago

We can switch to https://github.com/i-am-bee/bee-code-interpreter/blob/main/src/code_interpreter/services/http_server.py to simplify our communication pattern.

This would allow us to say bye-bye to bee-proto entirely.

mmurad2 commented 4 days ago

This introduces a breaking change, need to discuss how to rollout