Puzhen Zhang

Results 18 comments of Puzhen Zhang

Hi, you can structure the Workforce to support context sharing by chaining tasks and passing the result of each step into the additional_info of the next task, as shown below:...

> [@YunfeiZHAO](https://github.com/YunfeiZHAO) thanks for reporting this issue! could [@nitpicker55555](https://github.com/nitpicker55555) take a look at this issue? Yunfei is working on this issue

Problem Origin: The error occurs when compiling mathutils with Python 3.9 in a Linux environment (e.g., WSL2). Specifically, the function _Py_HashDouble in src/mathutils/mathutils.c is called with two arguments (NULL and...

Hi @shudanluo , thanks for your contribution! However, I noticed that this PR doesn't quite match what the issue is asking for. The issue is about removing outdated features that...

> Thanks @nitpicker55555. Thanks for building the amazing use cases with `EmbodiedAgent`. However, the `EmbodiedAgent` is not stable and may need some refactoring in the near future. Should we showcase...

@lightaime , Can you explain the difference between this multi-tab and the current multi-browser implementation? What kind of task can only be done by multi-tab? And multi-tab could be problematic...

@waleedalzarooni Hi~ after discussion with @lightaime , we can close this issue since we can parallel running in browser level

@Wendong-Fan I've updated the Workforce so it now processes pre-defined subtasks directly instead of always decomposing them, and I also added a way for user to assign specific subtasks to...

@Wendong-Fan CI passed now, this failure is not related to current pr and happened many times because of the test_alpaca_collector file, this is a test that involves using an LLM...