qver3nc1a commited on
Commit
432db30
·
verified ·
1 Parent(s): 923dce8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ from langgraph.graph.message import add_messages
15
  from smolagents import ToolCallingAgent, LiteLLMModel, tool, DuckDuckGoSearchTool
16
  from langchain_community.utilities import WikipediaAPIWrapper
17
 
 
18
 
19
  # (Keep Constants as is)
20
  # --- Constants ---
 
15
  from smolagents import ToolCallingAgent, LiteLLMModel, tool, DuckDuckGoSearchTool
16
  from langchain_community.utilities import WikipediaAPIWrapper
17
 
18
+ import uuid
19
 
20
  # (Keep Constants as is)
21
  # --- Constants ---