Megumin

Results 44 comments of Megumin

报错内容是不允许添加tool吗? deepseek r1目前不支持tool call

> we are planning on using eino as our main framework to help us build specialized agents for Devops and Cloud Infrastructure. > > After pouring over the docs, I'm...

@wolfogre 英文文档也辛苦加下吧

Usually, each node can be identified by its name

Hi, the reason for locking this repo version at v0.118.0 is that for compatibility, Eino locked the Go version at 1.18, and this repo used features after Go 1.18 in...

麻烦签署下 cla 吧

you can register a callback to get the input and output of each node in the agent: ``` go out, err := a.Generate(ctx, []*schema.Message{ // xxx }, agent.WithComposeOptions(compose.WithCallbacks(react.BuildAgentCallback(aaa,bbb)))) ``` would...

目前还不支持这个,可以自行实现下

Hi, thinks for your suggestion. We have set up a workflow to ensure that each PR is correct and can run smoothly, so the version of this repository will not...

https://github.com/cloudwego/eino/tree/main/flow/retriever 这里提供了多种 retriever 增强模式,可以看下是否有用, 如果你有新的想法也欢迎直接提 pr~