Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,6 +37,7 @@ from smolagents import (
|
|
| 37 |
LiteLLMModel,
|
| 38 |
Model,
|
| 39 |
ToolCallingAgent,
|
|
|
|
| 40 |
)
|
| 41 |
from smolagents.agent_types import AgentText, AgentImage, AgentAudio
|
| 42 |
from smolagents.gradio_ui import pull_messages_from_step, handle_agent_output_types
|
|
|
|
| 37 |
LiteLLMModel,
|
| 38 |
Model,
|
| 39 |
ToolCallingAgent,
|
| 40 |
+
DuckDuckGoSearchTool
|
| 41 |
)
|
| 42 |
from smolagents.agent_types import AgentText, AgentImage, AgentAudio
|
| 43 |
from smolagents.gradio_ui import pull_messages_from_step, handle_agent_output_types
|