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

Unify gRPC tooling #130

Open Tomas2D opened 3 weeks ago

Tomas2D commented 3 weeks ago

Right now, we are using multiple gRPC related packages.

Ideally, we would only use some of them.

@connectrpc/connect
@connectrpc/connect-node
@grpc/grpc-js
@grpc/proto-loader
Tomas2D commented 2 weeks ago

Will be solved by #149