Spaces:
Sleeping
Sleeping
blackccpie commited on
Commit ·
62c395a
1
Parent(s): 11c0a44
feat : manage planning steps.
Browse files
agent.py
CHANGED
|
@@ -62,6 +62,7 @@ class SmolAlbert(CodeAgent):
|
|
| 62 |
"Do not invent URL(s) — only use the ones you were provided."
|
| 63 |
"If the answer includes an image URL, include it as an inline Markdown image: "
|
| 64 |
),
|
|
|
|
| 65 |
#additional_authorized_imports=[""]
|
| 66 |
)
|
| 67 |
|
|
|
|
| 62 |
"Do not invent URL(s) — only use the ones you were provided."
|
| 63 |
"If the answer includes an image URL, include it as an inline Markdown image: "
|
| 64 |
),
|
| 65 |
+
planning_interval=5, # plan every 5 steps
|
| 66 |
#additional_authorized_imports=[""]
|
| 67 |
)
|
| 68 |
|