Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,6 @@ Here are a few examples of previous tasks
|
|
| 64 |
admin_agent = CodeAgent(
|
| 65 |
tools=[],
|
| 66 |
model=HfApiModel(),
|
| 67 |
-
max_steps=6,
|
| 68 |
)
|
| 69 |
|
| 70 |
managed_admin_agent = ManagedAgent(
|
|
@@ -79,7 +78,6 @@ manager_agent = CodeAgent(
|
|
| 79 |
tools=[],
|
| 80 |
model=HfApiModel(),
|
| 81 |
managed_agents=[managed_admin_agent],
|
| 82 |
-
max_steps=6,
|
| 83 |
)
|
| 84 |
|
| 85 |
# Function to log agent actions
|
|
|
|
| 64 |
admin_agent = CodeAgent(
|
| 65 |
tools=[],
|
| 66 |
model=HfApiModel(),
|
|
|
|
| 67 |
)
|
| 68 |
|
| 69 |
managed_admin_agent = ManagedAgent(
|
|
|
|
| 78 |
tools=[],
|
| 79 |
model=HfApiModel(),
|
| 80 |
managed_agents=[managed_admin_agent],
|
|
|
|
| 81 |
)
|
| 82 |
|
| 83 |
# Function to log agent actions
|