agent-zero icon indicating copy to clipboard operation
agent-zero copied to clipboard

Browser agent error

Open StrangerGithuber opened this issue 6 months ago • 1 comments

Hi When I am asking for example "What is on https://google.com" then I get this error message:

Traceback (most recent call last):
Traceback (most recent call last):
  File "/a0/agent.py", line 332, in monologue
    tools_result = await self.process_tools(agent_response)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/a0/agent.py", line 685, in process_tools
    await tool.after_execution(response)
  File "/a0/python/helpers/tool.py", line 36, in after_execution
    text = response.message.strip()
           ^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'strip'


AttributeError: 'NoneType' object has no attribute 'strip'

I am using the hacking tag image.

Image Image

StrangerGithuber avatar Jul 17 '25 17:07 StrangerGithuber

what mml chat models and utility models you use, have you tried to repeat with others ? Sometimes small local lmm just cant cope with everything

jisokuor avatar Aug 10 '25 08:08 jisokuor