errchh commited on
Commit
4a21a58
·
1 Parent(s): 5d7d186

fix graph.invoke

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -188,7 +188,7 @@ builder.add_conditional_edges(
188
  tools_condition,
189
  )
190
  builder.add_edge("tools", "assistant")
191
- alfred = builder.compile()
192
 
193
 
194
  if __name__ == "__main__":
 
188
  tools_condition,
189
  )
190
  builder.add_edge("tools", "assistant")
191
+ graph = builder.compile()
192
 
193
 
194
  if __name__ == "__main__":