Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -2,7 +2,7 @@ import os
|
|
| 2 |
import requests
|
| 3 |
from typing import Dict, List
|
| 4 |
|
| 5 |
-
from
|
| 6 |
|
| 7 |
class GaiaAgent:
|
| 8 |
def __init__(self):
|
|
|
|
| 2 |
import requests
|
| 3 |
from typing import Dict, List
|
| 4 |
|
| 5 |
+
from run import run_and_submit_all
|
| 6 |
|
| 7 |
class GaiaAgent:
|
| 8 |
def __init__(self):
|