Guess

Results 142 comments of Guess

`--project-path` points to an old version project repository generated by MetaGPT. Importing an external third-party repository requires a reverse-engineer module, which has not been released yet. More details: https://docs.deepwisdom.ai/main/en/guide/in_depth_guides/incremental_development.html

The error information is excluded when formatting the prompt: Actually, the error information is stored in `docs/bugfix.txt`:

Improper use of ' " ' resulted in incorrect parameter splitting.

1. state是从`0`开始的,`-1`表示无效state. 2. `self.states.append(f"{len(self.actions) - 1}. {action}")`的最小值是0: ```python def _reset(self): self.states = [] self.actions = [] ``` ```python def set_actions(self, actions: list[Union[Action, Type[Action]]]): self._reset() for action in actions: if not...

Is equivalent to the register operation of the receiver in the publisher/subscriber pattern。 See more: [publisher-subscriber-pattern](https://dsysd-dev.medium.com/system-design-patterns-publisher-subscriber-pattern-ae281d5598f5)

建议使用python 3.9或3.10,python版本太高的话,那些依赖包的依赖包未必都能及时支持。

It seems the llm responds unexpected data. You can retry with the main branch, some bugs have beed fixed on that branch.

Previously submitted features were all designed to support this feature, so it merges them.

You're right, there are still the following issues with the importing process: 1. Requirement merging. Corresponding to the PRD's "Requirement Pool" — the software summary in the readme is not...

可以提PR,或者把问题代码贴出来,我告你怎么升级到最新metagpt代码。