You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
-
# Seclab Taskflow Agent
1
+
# SecLab Taskflow Agent
2
2
3
3
The Security Lab Taskflow Agent is an MCP enabled multi-Agent framework.
4
4
5
5
The Taskflow Agent is built on top of the [OpenAI Agents SDK](https://openai.github.io/openai-agents-python/).
6
6
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
-
9
7
## Core Concepts
10
8
11
9
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:
328
326
329
327
taskflow:
330
328
- 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
332
330
model: gpt-4.1
333
331
# taskflows can optionally limit the max allowed number of Agent task loop
334
332
# iterations to complete a task, this defaults to 50 when not provided
0 commit comments