Update agent.py
Browse files
agent.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
from tools import all_tools
|
| 2 |
from dotenv import load_dotenv
|
| 3 |
from smolagents import InferenceClientModel, CodeAgent, PromptTemplates, LiteLLMModel
|
|
|
|
| 1 |
+
import os
|
| 2 |
from tools import all_tools
|
| 3 |
from dotenv import load_dotenv
|
| 4 |
from smolagents import InferenceClientModel, CodeAgent, PromptTemplates, LiteLLMModel
|