Spaces:
Sleeping
Sleeping
Daniel Amendoeira
commited on
Update agent.py
Browse files
agent.py
CHANGED
@@ -112,6 +112,7 @@ class LangGraphAgent:
|
|
112 |
]
|
113 |
}
|
114 |
]
|
|
|
115 |
|
116 |
print(f"Running LangGraphAgent with input: {question[:200]}...")
|
117 |
result = gaia_agent.invoke(input_state, {"recursion_limit": 30}) # prevents infinite looping when the LLM keeps calling tools over and over
|
|
|
112 |
]
|
113 |
}
|
114 |
]
|
115 |
+
}
|
116 |
|
117 |
print(f"Running LangGraphAgent with input: {question[:200]}...")
|
118 |
result = gaia_agent.invoke(input_state, {"recursion_limit": 30}) # prevents infinite looping when the LLM keeps calling tools over and over
|