Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -166,15 +166,7 @@ def autonomous_agent(goal: str, max_steps=15):
|
|
| 166 |
# -----------------------------
|
| 167 |
# Run
|
| 168 |
# -----------------------------
|
| 169 |
-
|
| 170 |
-
while True:
|
| 171 |
-
goal = input(" ")
|
| 172 |
-
if goal == "exit":
|
| 173 |
-
break
|
| 174 |
-
|
| 175 |
-
result = autonomous_agent(goal)
|
| 176 |
-
print(f"\n🤖 Final Output:\n{result}\n")
|
| 177 |
-
|
| 178 |
|
| 179 |
|
| 180 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
|
|
| 166 |
# -----------------------------
|
| 167 |
# Run
|
| 168 |
# -----------------------------
|
| 169 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 170 |
|
| 171 |
|
| 172 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|