diff --git a/README.md b/README.md index 4e2b52c..956964a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Bogus change to test the updated smoketest.yml + # Seclab Taskflow Agent The Security Lab Taskflow Agent is an MCP enabled multi-Agent framework. diff --git a/examples/taskflows/example.yaml b/examples/taskflows/example.yaml index 65c2c62..5f4b8c7 100644 --- a/examples/taskflows/example.yaml +++ b/examples/taskflows/example.yaml @@ -5,15 +5,13 @@ seclab-taskflow-agent: version: 1 filetype: taskflow -# Import settings from a model_config file. -model_config: examples.model_configs.model_config - taskflow: - task: # taskflows can optionally choose any of the support CAPI models for a task model: gpt_default # taskflows can optionally limit the max allowed number of Agent task loop # iterations to complete a task, this defaults to 50 when not provided + model: kevmodel max_steps: 20 must_complete: true # taskflows can set a primary (first entry) and handoff (additional entries) agent