Open 011235813 opened 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
self.pdate_reflection
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
search_query
There is a missing variable
self.pdate_reflection
here: https://github.com/simular-ai/Agent-S/blob/main/agent_s/GraphSearchAgent.py#L199Also 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