File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
examples/tutorials/10_async/10_temporal
060_open_ai_agents_sdk_hello_world
070_open_ai_agents_sdk_tools
080_open_ai_agents_sdk_human_in_the_loop Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ version = "0.1.0"
88description = " An AgentEx agent"
99requires-python = " >=3.12"
1010dependencies = [
11- " agentex-sdk= =0.6.0" ,
12- " openai-agents-sdk= =0.4.2" ,
13- " temporalio= =1.18.2" ,
11+ " agentex-sdk> =0.6.0" ,
12+ " openai-agents> =0.4.2" ,
13+ " temporalio> =1.18.2" ,
1414 " scale-gp" ,
1515]
1616
@@ -32,4 +32,4 @@ target-version = ['py312']
3232
3333[tool .isort ]
3434profile = " black"
35- line_length = 88
35+ line_length = 88
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ version = "0.1.0"
88description = " An AgentEx agent"
99requires-python = " >=3.12"
1010dependencies = [
11- " agentex-sdk= =0.6.0" ,
12- " openai-agents-sdk= =0.4.2" ,
13- " temporalio= =1.18.2" ,
11+ " agentex-sdk> =0.6.0" ,
12+ " openai-agents> =0.4.2" ,
13+ " temporalio> =1.18.2" ,
1414 " scale-gp" ,
1515]
1616
@@ -32,4 +32,4 @@ target-version = ['py312']
3232
3333[tool .isort ]
3434profile = " black"
35- line_length = 88
35+ line_length = 88
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ version = "0.1.0"
88description = " An AgentEx agent"
99requires-python = " >=3.12"
1010dependencies = [
11- " agentex-sdk= =0.6.0" ,
12- " openai-agents-sdk= =0.4.2" ,
13- " temporalio= =1.18.2" ,
11+ " agentex-sdk> =0.6.0" ,
12+ " openai-agents> =0.4.2" ,
13+ " temporalio> =1.18.2" ,
1414 " scale-gp" ,
1515]
1616
@@ -32,4 +32,4 @@ target-version = ['py312']
3232
3333[tool .isort ]
3434profile = " black"
35- line_length = 88
35+ line_length = 88
You can’t perform that action at this time.
0 commit comments