Skip to content

discussions Search Results · topic:rust org:cloudwego fork:true

17 results
 (71 ms)

17 results

incloudwego (press backspace or delete to remove)

📌 Summary In the future, Eino will use JSONSchema Draft 2020-12 to replace OpenAPI 3.0 Schema Object to describe tool parameters. We will release v6.0.0 in November, at which time all OpenAPI 3.0 related ...

📌 Summary To support multi-modal input and output for the model, Eino plans to make the following changes to the Message struct: Changes - ✅ New Features - Added Fields: - UserInputMultiContent ...

Eino ADK, inspired by Google ADK, provides a flexible compositional framework for Agent and Multi-Agent development in Go. It streamlines multi-agent interactions with built-in capabilities: - ✅ Cross-agent ...

To enhance execution efficiency and concurrency safety in Eino Graph s runner engine, we re removing compose.GetState effective immediately. This change is necessary due to fundamental differences in our ...

!-- ✏️ Optional: Customize the content below to let your community know what you intend to use Discussions for. 👋 Welcome! We’re using Discussions as a place to connect with other members of our community. ...

!-- ✏️ Optional: Customize the content below to let your community know what you intend to use Discussions for. 👋 Welcome! We’re using Discussions as a place to connect with other members of our community. ...

Hello everyone, we have released CloudWeGo AI bot to CloudWeGo Discord Server. In the future, CloudWeGo overseas communities will also turn to Discord. Welcome to join the group and interact with the Bot. ...

Time: Saturday, March 30, 2024 Location: Beijing Grand Skylight Hotel For more details, please refer: https://mp.weixin.qq.com/s/wyFDLzn7apJ7vCeteQXFDw

目前 kitex-contrib https://github.com/kitex-contrib中已经实现了多种类型的服务注册和发现,但目前相关的实现应该都没有将服务发现场景下的watch 机制集成到kitex里面去,包括register-polaris 也还只是把watch到的实例进行了一个转换,https://github.com/kitex-contrib/registry-polaris/blob/main/resolver.go#L83,转换成 ...

Protobuffer provides an ability called FieldMask to serialize|deserialize message on demands. And Netflix has used it in practice to improve the performance of API services: https://netflixtechblog.com/practical-api-design-at-netflix-part-1-using-protobuf-fieldmask-35cfdc606518. ...