Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
|
@@ -22,8 +22,6 @@ manager_agent = CodeAgent(
|
|
| 22 |
model=model,
|
| 23 |
tools=[],
|
| 24 |
managed_agents=[web_agent],
|
| 25 |
-
executor_type="e2b",
|
| 26 |
-
executor_kwargs={"api_key": os.getenv("E2B_API_KEY")},
|
| 27 |
additional_authorized_imports=["json", "re", "math", "datetime"],
|
| 28 |
planning_interval=5,
|
| 29 |
verbosity_level=2,
|
|
|
|
| 22 |
model=model,
|
| 23 |
tools=[],
|
| 24 |
managed_agents=[web_agent],
|
|
|
|
|
|
|
| 25 |
additional_authorized_imports=["json", "re", "math", "datetime"],
|
| 26 |
planning_interval=5,
|
| 27 |
verbosity_level=2,
|