File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jiter==0.10.0
2020jsonschema == 4.24.0
2121jsonschema-specifications == 2025.4.1
2222markdown-it-py == 3.0.0
23- mcp == 1.12.0
23+ mcp == 1.13.1
2424mdurl == 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
2727parso == 0.8.4
2828pluggy == 1.6.0
2929pydantic == 2.11.7
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments