Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -560,7 +560,7 @@ tools = [
|
|
| 560 |
calculate_standard_deviation, sort_numbers
|
| 561 |
]
|
| 562 |
|
| 563 |
-
def
|
| 564 |
"""Build the enhanced LangGraph agent."""
|
| 565 |
|
| 566 |
llm = ChatGroq(
|
|
|
|
| 560 |
calculate_standard_deviation, sort_numbers
|
| 561 |
]
|
| 562 |
|
| 563 |
+
def build_graph():
|
| 564 |
"""Build the enhanced LangGraph agent."""
|
| 565 |
|
| 566 |
llm = ChatGroq(
|