simular-ai / Agent-S

Agent S: an open agentic framework that uses computers like a human
https://www.simular.ai/agent-s
Apache License 2.0
642 stars 87 forks source link

Undefined variables in narrative memory update #15

Open 011235813 opened 1 month ago

011235813 commented 1 month ago

There is a missing variable self.pdate_reflection here: https://github.com/simular-ai/Agent-S/blob/main/agent_s/GraphSearchAgent.py#L199

Also it looks like the DAGPlanner does not have a variable search_query, which is called here: https://github.com/simular-ai/Agent-S/blob/main/agent_s/GraphSearchAgent.py#L206