APRG commited on
Commit
cf4e8a8
·
verified ·
1 Parent(s): b7a6737

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import inspect
5
  import pandas as pd
6
  from langchain_google_genai import ChatGoogleGenerativeAI
7
  from tools import DuckDuckGoSearchTool, WeatherInfoTool
 
8
 
9
  # (Keep Constants as is)
10
  # --- Constants ---
 
5
  import pandas as pd
6
  from langchain_google_genai import ChatGoogleGenerativeAI
7
  from tools import DuckDuckGoSearchTool, WeatherInfoTool
8
+ from smolagents import CodeAgent
9
 
10
  # (Keep Constants as is)
11
  # --- Constants ---