Spaces:
Sleeping
Sleeping
Update src/agent.py
Browse files- src/agent.py +1 -1
src/agent.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
from settings import Settings
|
| 2 |
from smolagents import LiteLLMModel, ToolCallingAgent
|
| 3 |
from tools import DuckDuckGoSearchTool, FinalAnswerTool
|
| 4 |
from src.utils import InputTokenRateLimiter
|
|
|
|
| 1 |
+
from src.settings import Settings
|
| 2 |
from smolagents import LiteLLMModel, ToolCallingAgent
|
| 3 |
from tools import DuckDuckGoSearchTool, FinalAnswerTool
|
| 4 |
from src.utils import InputTokenRateLimiter
|