Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
| 13 |
import os
|
| 14 |
from typing import List, Dict, Any, Optional
|
| 15 |
from smolagents import CodeAgent, Tool, tool, LiteLLMModel
|
| 16 |
-
from
|
| 17 |
|
| 18 |
import json
|
| 19 |
import re
|
|
|
|
| 13 |
import os
|
| 14 |
from typing import List, Dict, Any, Optional
|
| 15 |
from smolagents import CodeAgent, Tool, tool, LiteLLMModel
|
| 16 |
+
from cool_agent import create_agent
|
| 17 |
|
| 18 |
import json
|
| 19 |
import re
|