File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -261,6 +261,19 @@ help:
261261 example : " true"
262262 mandatory : false
263263 options : ["true", "false"]
264+ - name : model
265+ desc : Override the OAF_MODEL environment variable with a custom model configuration (string or JSON/SLON map)
266+ example : " anthropic/claude-3-5-sonnet-20241022"
267+ mandatory : false
268+ - name : modellc
269+ desc : Override the low-cost model configuration used for summarization and tool selection (string or JSON/SLON map)
270+ example : " anthropic/claude-3-5-haiku-20241022"
271+ mandatory : false
272+ - name : saveplannotes
273+ desc : Save execution notes back to the plan file after execution
274+ example : " true"
275+ mandatory : false
276+ options : ["true", "false"]
264277
265278todo :
266279- MiniAgent
@@ -344,6 +357,7 @@ jobs:
344357 debugch : debugch
345358 debuglcch : debuglcch
346359 nosetmcpwd : nosetmcpwd
360+ saveplannotes : saveplannotes
347361 check :
348362 in :
349363 goal : isString
@@ -399,6 +413,7 @@ jobs:
399413 debugch : isString.default(__)
400414 debuglcch : isString.default(__)
401415 nosetmcpwd : toBoolean.isBoolean.default(false)
416+ saveplannotes : toBoolean.isBoolean.default(false)
402417 exec : | # js
403418 log(`🎯 goal: ${args.goal}`)
404419 var _ma = new MiniA()
You can’t perform that action at this time.
0 commit comments