Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 ---
|