Guess

Results 142 comments of Guess

In MetaGPT, `action` and `tool` are equivalent concepts, and `role` can be represented using either `action` or `tool`.

When the `Data Interpreter` object's `rc.memory` content is too large, you can use the RAG approach to retrieve this memory, which reduces the cost of a single interaction and avoids...

> 2025-01-07 01:28:33.162 | ERROR | metagpt.utils.common:log_it:554 - Finished call to 'metagpt.actions.action_node.ActionNode._aask_v1' after 343.484(s), this was the 6th time calling it. exp: 1 validation error for PM_NODE_AN > > Value...

You need to first install a Linux OS simulator, such as MinGW or Cygwin, and then install MetaGPT.

千问大模型已经支持openai接口了,可以参考issue #1650 的解决方法,换一下模型名字就行了

Based on the log `/usr/local/lib/python3.10/dist-packages/metagpt/provider/google_gemini_api.py`, I infer that you are probably using the Gemini model instead of `gpt-4-1106-preview`. Could you please post your `config2.yaml` configuration?

Recommended package version list: #1653

你是在问[DataInterpreter](https://docs.deepwisdom.ai/main/en/guide/use_cases/agent/interpreter/intro.html)吗?

ProjectRepo对应的是一个文件夹路径。如果要转JSON,本质上是将一个文件夹转JSON。 你希望转成什么样的JSON? @codeAlwaysPass

> I think in current implementation of **publish_message** does not take care of **role watch actions**. > > As in [metagpt/environment/base_env.py#L187](https://github.com/geekan/MetaGPT/blob/bc1cd11a4b284e509056cc0052ec52d20568a4ab/metagpt/environment/base_env.py#L187) > > ```python > for role, addrs in self.member_addrs.items():...