Skip to content

Commit 4001062

Browse files
authored
Fix project name casing and clarify API model support
Updated the README to correct the project name casing and clarify API model support.
1 parent 71d4440 commit 4001062

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# Seclab Taskflow Agent
1+
# SecLab Taskflow Agent
22

33
The Security Lab Taskflow Agent is an MCP enabled multi-Agent framework.
44

55
The Taskflow Agent is built on top of the [OpenAI Agents SDK](https://openai.github.io/openai-agents-python/).
66

7-
While the Taskflow Agent does not integrate into the GitHub Dotcom Copilot UX, it does operate using the Copilot API (CAPI) as its backend, similar to Copilot IDE extensions.
8-
97
## Core Concepts
108

119
The Taskflow Agent leverages a GitHub Workflow-esque YAML based grammar to perform a series of tasks using a set of Agents.
@@ -328,7 +326,7 @@ seclab-taskflow-agent:
328326
329327
taskflow:
330328
- task:
331-
# taskflows can optionally choose any of the support CAPI models for a task
329+
# taskflows can optionally choose any of the models supported by your API for a task
332330
model: gpt-4.1
333331
# taskflows can optionally limit the max allowed number of Agent task loop
334332
# iterations to complete a task, this defaults to 50 when not provided

0 commit comments

Comments
 (0)