Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -52,10 +52,4 @@ def simple_graph():
|
|
| 52 |
|
| 53 |
graph = builder.compile()
|
| 54 |
|
| 55 |
-
return graph
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
if __name__ == "__main__":
|
| 60 |
-
# Build the graph
|
| 61 |
-
graph = simple_graph()
|
|
|
|
| 52 |
|
| 53 |
graph = builder.compile()
|
| 54 |
|
| 55 |
+
return graph
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|