afourney
afourney
Good catch. Thanks for reporting
Yeah there is a bug in of websurfer's tests. The fix is here, but can't be merged because of another bug in an unrelated notebook code formatting check: https://github.com/microsoft/autogen/pull/1417
Have a look at the PR #1929 and see if the MarkdownSearch class might provide the flexibility you need.
Yes @victordibia that is issue #430. I think prompting can help, but the existing prompt is pretty strong. It states: "The user cannot provide any other feedback or perform any...
What if, instead of executing code, we have the user proxy return a static message when the extracted block count is > 1 (and languages match). Something like "_Please consolidate...
There is a lot overlap with the Mdconvert library that was developed in ComplexTasks (see: https://github.com/microsoft/autogen/blob/gaia_multiagent_v01_march_1st/autogen/mdconvert.py), and appears is #1929: https://github.com/microsoft/autogen/blob/266cefc1737e0077667bce441c541a90865582b1/autogen/browser_utils/mdconvert.py The Mdconvert library indeed started life as @gagb 's...
> There are indeed some overlapping effort in separate branches. > > @LeoLjl can you take a look at: https://github.com/microsoft/autogen/blob/gaia_multiagent_v01_march_1st/autogen/mdconvert.py first (@afourney can you suggest a more recent branch) to...
> > Yes. We believe that complex file support is an important function for agents. We changed part of the markdown converter into functions for file support. Maybe we can...
Thanks, So that's our GAIA entry, and it expects to run in the AutoGenBench environment. From memory, I think the fastest way to get up and running is: ``` git...
Let me just echo this point again: Once we've had a chance to do some ablation studies, we will simplify the installation process, and likely merge some components into main...