Daniel Amendoeira commited on
Commit
cc76eba
·
verified ·
1 Parent(s): c52541e

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -0
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