Added another set of iterations

This commit is contained in:
Niels Geens
2024-11-20 16:06:33 +01:00
parent 84228d56de
commit bbb88f39e8
33 changed files with 12754 additions and 4 deletions

View File

@@ -177,10 +177,12 @@ class WebAgent(BaseAgent):
if result.should_stop:
self._set_state(WebAgentState.STOPPED)
return
self._working_memory.update()
else:
parse_result.update()
self._working_memory.update()
self._working_memory.add_entry(parse_result)
self._working_memory.update()
self._set_context(self._compile_context())
self._set_state(WebAgentState.CONTEXT_APPROVAL)