Skip to content

Commit 664d2a3

Browse files
author
Bas Alberts
committed
Update OpenAI dependencies and fix example taskflow
1 parent 96cd9f1 commit 664d2a3

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jiter==0.10.0
2020
jsonschema==4.24.0
2121
jsonschema-specifications==2025.4.1
2222
markdown-it-py==3.0.0
23-
mcp==1.12.0
23+
mcp==1.13.1
2424
mdurl==0.1.2
25-
openai==1.97.0
26-
openai-agents==0.2.2
25+
openai==1.107.0
26+
openai-agents==0.2.11
2727
parso==0.8.4
2828
pluggy==1.6.0
2929
pydantic==2.11.7

taskflows/examples/example.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ taskflow:
1616
is insecure in the C programming language. Do this before handing off
1717
to any other agent.
1818
19-
Then provide a summary of a high impact CVE ID that involved a `strcpy`
20-
based buffer overflow based on your GHSA knowledge as an additional
21-
example.
22-
2319
Finally, why are apples and oranges healthy to eat?
2420
2521
# taskflows can set temporary environment variables, these support the general
@@ -31,11 +27,11 @@ taskflow:
3127
MEMCACHE_STATE_DIR: "example_taskflow/"
3228
MEMCACHE_BACKEND: "dictionary_file"
3329
# taskflows can optionally override personality toolboxes, in this example
34-
# kevin normally only has the memcache toolbox, but we extend it here with
30+
# this normally only has the memcache toolbox, but we extend it here with
3531
# the GHSA toolbox
3632
toolboxes:
37-
- ghsa
3833
- memcache
34+
- codeql
3935
- task:
4036
must_complete: true
4137
model: gpt-4.1

0 commit comments

Comments
 (0)