theshahrukhfit

Results 6 comments of theshahrukhfit

I just patched agent.py to prevent the LLM's 'thinking' from interfering with tool parsing. In the process_tools function, we now use a regular expression to strip any ... tags and...

Same problem here as well.

I've applied the patch below to /a0/python/helpers/tool.py as a temporary measure. The underlying issue remains and requires a proper fix from developers. To use this workaround, apply the changes to...

Here are revised files. This code will let the LLM know that the browser agent failed and it should resort to other tools or methods to achieve its goal. Just...

it seems browser tool just worked for me. i asked the agent zero to install playwright, and chromium. it just worked then. it all started with the playwright mcp, which...