errchh
commited on
Commit
·
4a21a58
1
Parent(s):
5d7d186
fix graph.invoke
Browse files
agent.py
CHANGED
@@ -188,7 +188,7 @@ builder.add_conditional_edges(
|
|
188 |
tools_condition,
|
189 |
)
|
190 |
builder.add_edge("tools", "assistant")
|
191 |
-
|
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__":
|