Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,8 +8,9 @@ import pytz # Had to give it permission in Code agent
|
|
| 8 |
|
| 9 |
from ui.contentagentui import ContentAgentUI
|
| 10 |
|
| 11 |
-
from smolagents import CodeAgent, InferenceClientModel
|
| 12 |
-
|
|
|
|
| 13 |
|
| 14 |
from tools.tools import load_tools
|
| 15 |
from prompts.prompts import load_prompts
|
|
|
|
| 8 |
|
| 9 |
from ui.contentagentui import ContentAgentUI
|
| 10 |
|
| 11 |
+
from smolagents import CodeAgent, InferenceClientModel
|
| 12 |
+
|
| 13 |
+
from checks.status_check import resolve_endpoint, is_endpoint_healthy
|
| 14 |
|
| 15 |
from tools.tools import load_tools
|
| 16 |
from prompts.prompts import load_prompts
|