Kaushal Solanki
Kaushal Solanki
I think we can resolve this using bm25s this PR: https://github.com/xhluca/bm25s/pull/50, Will create a PR here for the same
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(): if is_send_to(message, addrs): role.put_message(message) found =...
@Abhijeetsng97 I also got this issue, let me know if I can pick this up if you haven't started it
> @garylin2099 Is it able to set the log_name for a particular project? I know this, we can do something like this, In `main.py` file: ```python from metagpt.logs import logger,...
It is breaking, due to this message of `metagpt.roles.Role._react` function: https://github.com/geekan/MetaGPT/blob/bc1cd11a4b284e509056cc0052ec52d20568a4ab/metagpt/roles/role.py#L466 As, `role.rc.react_mode` of all roles is `RoleReactMode.REACT` --- But even after changing `Message` to [WwMessage](https://github.com/geekan/MetaGPT/blob/bc1cd11a4b284e509056cc0052ec52d20568a4ab/metagpt/ext/werewolf/schema.py#L26) code is not printing...
> Hi, thanks for reporting the issue! The error is due to the removal of Message.restricted_to in newer versions of the core metagpt code. The solution is to customize a...
For assistant: If using python>=3.11 this would be the issue, https://github.com/aio-libs-abandoned/aioredis-py/issues/1409 @geekan can the package `aioredis` be changed to `redis` ? using this: https://github.com/aio-libs-abandoned/aioredis-py/issues/1301 For customer_service: `pip install "metagpt[rag]"`