You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
Traceback (most recent call last):
File "/a0/agent.py", line 300, in monologue
tools_result = await self.process_tools(agent_response)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>> 1 stack lines skipped <<<
File "/a0/python/helpers/dirty_json.py", line 45, in _parse
self.result = self._parse_value()
^^^^^^^^^^^^^^^^^^^
File "/a0/python/helpers/dirty_json.py", line 65, in _parse_value
return self._parse_object()
^^^^^^^^^^^^^^^^^^^^
File "/a0/python/helpers/dirty_json.py", line 95, in _parse_object
self._parse_object_content()
File "/a0/python/helpers/dirty_json.py", line 118, in _parse_object_content
value = self._parse_value()
^^^^^^^^^^^^^^^^^^^
File "/a0/python/helpers/dirty_json.py", line 71, in _parse_value
return self._parse_string()
^^^^^^^^^^^^^^^^^^^^
File "/a0/python/helpers/dirty_json.py", line 189, in _parse_string
result += chr(int(unicode_char, 16))
^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 16: 'u00e'
ValueError: invalid literal for int() with base 16: 'u00e'
The text was updated successfully, but these errors were encountered:
AgentZero version: docker v0.8
ollama version is 0.5.4
LLM: qwen2.5-coder
Expected:
Stack Error
The text was updated successfully, but these errors were encountered: