felixmortas commited on
Commit
d13c983
·
1 Parent(s): 8233fc5
Files changed (1) hide show
  1. react_agent.py +1 -0
react_agent.py CHANGED
@@ -9,6 +9,7 @@ from custom_tools import custom_tools
9
 
10
  class ReActAgent:
11
  def __init__(self, provider: str="Google", model: str="gemini-2.5-flash"):
 
12
  load_dotenv()
13
 
14
  if provider=="Google":
 
9
 
10
  class ReActAgent:
11
  def __init__(self, provider: str="Google", model: str="gemini-2.5-flash"):
12
+ print('Initializing ReActAgent...')
13
  load_dotenv()
14
 
15
  if provider=="Google":