AgentVerse icon indicating copy to clipboard operation
AgentVerse copied to clipboard

🤖 AgentVerse 🪐 is designed to facilitate the deployment of multiple LLM-based agents in various applications, which primarily provides two frameworks: task-solving and simulation

Results 21 AgentVerse issues
Sort by recently updated
recently updated
newest added

When I use "bash build_all.sh" to build environment, some things in tsinghua source can't be found. I was confused because the bash is executed in domestic server. In general, there...

Thank you for your great work, and I have some questions: 1. Is the effect of using GPT necessarily better than using local models like Llama or Vicuna? (No test...

Hi, Thank you for this great repository. I have run into the following error message when running the code on the FED dataset. The code continues to execute despite the...

What should I notice when I compose up the docker? ![image](https://github.com/OpenBMB/AgentVerse/assets/46291923/352121aa-854b-4285-8aac-cb6a6a037459)

- [x] Fix bug / bug ### 💡 Background or solution - The role_assign method of the TasksolvingRule class is invoked by the step method of the BasicEnvironment class in...

- role_assign方法的参数的类型标注有错误,同时局部变量和传入参数命名冲突了。这部分提交了修复的pr。 - 在进行role_assigner的astep时,传入Solver Agent导致Solver Agent的name会被覆盖掉。例如在brainstorming任务中,solver的名称本应该是Summarizer,他的工作也只是总结历史聊天信息,但在专家招募后,他的名字会变成例如:a civil engineer specializing in infrastructure development。这里似乎是不正确的行为。 - 专家列表的属性更新实际上是在role_assigner的astep中做的,并且会检查人员数量保持相同。所以在首轮招募时,判断role_assign_only_once以及cnt_turn再进行一次赋值操作的代码似乎是多余的。 相关pr: https://github.com/OpenBMB/AgentVerse/pull/125

I encountered the following errors when I installed requirements.txt and requirements_local.txt ![1708769479638](https://github.com/OpenBMB/AgentVerse/assets/46291923/e2dc395c-882d-4521-9a7b-b65717b16229) After installing requirements_local.txt, I encountered an error while running your simulation tasks. ![image](https://github.com/OpenBMB/AgentVerse/assets/46291923/c66e2a64-ec5d-47d8-9ec5-438b7d62a60e)

I tried to run code from the Minecraft branch and got the following errors: ModuleNotFoundError: No module named 'agentverse.tasks.minecraft_2players_painting' ModuleNotFoundError: No module named 'voyager.env'

1. **Missing 'env' Folder in 'voyager' Directory**: - **Bug**: The '.gitignore' file is configured to ignore the 'env' folder, which has resulted in the 'env' folder under the 'voyager' directory...

您好,请问现在有如何增加新任务的指导手册吗?或者后续考虑添加这块的指导吗?