added the final return
Browse files
agent.py
CHANGED
@@ -173,6 +173,7 @@ builder.add_conditional_edges("assistant", tools_condition)
|
|
173 |
builder.add_edge("tools", "assistant")
|
174 |
|
175 |
graph = builder.compile()
|
|
|
176 |
|
177 |
## ----- TESTING (Optional) ----- ##
|
178 |
|
|
|
173 |
builder.add_edge("tools", "assistant")
|
174 |
|
175 |
graph = builder.compile()
|
176 |
+
return graph
|
177 |
|
178 |
## ----- TESTING (Optional) ----- ##
|
179 |
|