redlion99

Results 5 issues of redlion99

I'm providing a user interaction interface for the Agent. If the result of Action ask can be returned in streaming format, users don't have to wait for all data to...

为Agent提供和用户交互的接口,如果Action ask 的结果可以以stream的形式返回,那么在用户端可以不用等所有数据就绪后才能看到结果。 I'm providing a user interaction interface for the Agent. If the result of Action ask can be returned in streaming format, users don't have to wait for...

在serpapi的配置项中能否增加搜索引擎的配置,以支持更多的搜索引擎如:bing, baidu 等 ![image](https://github.com/geekan/MetaGPT/assets/936350/95fe3280-18bc-4ba5-b2a7-964053abd5bd) 配置项的效果如下: search: api_type: 'serpapi' # serpapi/google/serper/ddg api_key: 'xxxxx' params: engine: 'baidu' ct: 2

I found many redis Operation objects remains in memory, while I stop sending anything through the redis connection for a long time. Here is the memory usage: Memory usage histogram...

Add name property for RedisServer, so it's possible to add multi connection in the pool for a single server.