We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de45fc commit bfdce95Copy full SHA for bfdce95
examples/taskflows/example.yaml
@@ -1,15 +1,17 @@
1
# SPDX-FileCopyrightText: 2025 GitHub
2
# SPDX-License-Identifier: MIT
3
4
-# Import settings from a model_config file.
5
-model_config: examples.model_configs.model_config
+seclab-taskflow-agent:
+ version: 1
6
+ filetype: taskflow
7
8
taskflow:
9
- task:
10
# taskflows can optionally choose any of the support CAPI models for a task
11
model: gpt_default
12
# taskflows can optionally limit the max allowed number of Agent task loop
13
# iterations to complete a task, this defaults to 50 when not provided
14
+ model: kevmodel
15
max_steps: 20
16
must_complete: true
17
# taskflows can set a primary (first entry) and handoff (additional entries) agent
0 commit comments