Update cool_agent.py
Browse files- cool_agent.py +1 -0
cool_agent.py
CHANGED
|
@@ -17,6 +17,7 @@ from smolagents import (
|
|
| 17 |
LiteLLMModel,
|
| 18 |
ToolCallingAgent,
|
| 19 |
)
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
AUTHORIZED_IMPORTS = [
|
|
|
|
| 17 |
LiteLLMModel,
|
| 18 |
ToolCallingAgent,
|
| 19 |
)
|
| 20 |
+
import threading
|
| 21 |
|
| 22 |
|
| 23 |
AUTHORIZED_IMPORTS = [
|