agentex-sdk 0.4.22__py3-none-any.whl → 0.4.24__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- agentex/__init__.py +3 -1
- agentex/_base_client.py +9 -9
- agentex/_client.py +12 -12
- agentex/_models.py +10 -4
- agentex/_qs.py +7 -7
- agentex/_types.py +18 -11
- agentex/_utils/_transform.py +2 -2
- agentex/_utils/_utils.py +4 -4
- agentex/_version.py +1 -1
- agentex/lib/cli/handlers/deploy_handlers.py +1 -1
- agentex/lib/cli/handlers/run_handlers.py +4 -0
- agentex/lib/cli/templates/temporal/manifest.yaml.j2 +4 -0
- agentex/lib/core/services/adk/providers/openai.py +56 -83
- agentex/lib/core/temporal/workers/worker.py +2 -2
- agentex/lib/core/tracing/processors/sgp_tracing_processor.py +33 -0
- agentex/lib/environment_variables.py +5 -0
- agentex/lib/types/agent_configs.py +5 -0
- agentex/lib/utils/dev_tools/async_messages.py +13 -6
- agentex/resources/agents.py +25 -25
- agentex/resources/events.py +9 -9
- agentex/resources/messages/batch.py +5 -5
- agentex/resources/messages/messages.py +15 -15
- agentex/resources/spans.py +39 -39
- agentex/resources/states.py +15 -15
- agentex/resources/tasks.py +19 -19
- agentex/resources/tracker.py +17 -17
- {agentex_sdk-0.4.22.dist-info → agentex_sdk-0.4.24.dist-info}/METADATA +3 -3
- {agentex_sdk-0.4.22.dist-info → agentex_sdk-0.4.24.dist-info}/RECORD +31 -31
- {agentex_sdk-0.4.22.dist-info → agentex_sdk-0.4.24.dist-info}/WHEEL +0 -0
- {agentex_sdk-0.4.22.dist-info → agentex_sdk-0.4.24.dist-info}/entry_points.txt +0 -0
- {agentex_sdk-0.4.22.dist-info → agentex_sdk-0.4.24.dist-info}/licenses/LICENSE +0 -0
@@ -1,17 +1,17 @@
|
|
1
|
-
agentex/__init__.py,sha256=
|
2
|
-
agentex/_base_client.py,sha256=
|
3
|
-
agentex/_client.py,sha256=
|
1
|
+
agentex/__init__.py,sha256=TvS8DtvGAnubcoUjYIsuCpBzpsdpxBaJCS76s-l-PRo,2712
|
2
|
+
agentex/_base_client.py,sha256=g9DKGvDYgnfB-j2mI6ZigM-mIIwQIlTrsLl4wMgkpyI,67048
|
3
|
+
agentex/_client.py,sha256=xNwZptOIt3bTyDgyN4lGoSHIJ3lpzD_eBzhAtl074zs,20478
|
4
4
|
agentex/_compat.py,sha256=DQBVORjFb33zch24jzkhM14msvnzY7mmSmgDLaVFUM8,6562
|
5
5
|
agentex/_constants.py,sha256=oGldMuFz7eZtwD8_6rJUippKhZB5fGSA7ffbCDGourA,466
|
6
6
|
agentex/_exceptions.py,sha256=B09aFjWFRSShb9BFJd-MNDblsGDyGk3w-vItYmjg_AI,3222
|
7
7
|
agentex/_files.py,sha256=KnEzGi_O756MvKyJ4fOCW_u3JhOeWPQ4RsmDvqihDQU,3545
|
8
|
-
agentex/_models.py,sha256=
|
9
|
-
agentex/_qs.py,sha256=
|
8
|
+
agentex/_models.py,sha256=lKnskYPONAWDvWo8tmbbVk7HmG7UOsI0Nve0vSMmkRc,30452
|
9
|
+
agentex/_qs.py,sha256=craIKyvPktJ94cvf9zn8j8ekG9dWJzhWv0ob34lIOv4,4828
|
10
10
|
agentex/_resource.py,sha256=S1t7wmR5WUvoDIhZjo_x-E7uoTJBynJ3d8tPJMQYdjw,1106
|
11
11
|
agentex/_response.py,sha256=Tb9zazsnemO2rTxWtBjAD5WBqlhli5ZaXGbiKgdu5DE,28794
|
12
12
|
agentex/_streaming.py,sha256=FNGJExRCF-vTRUZHFKUfoAWFhDGOB3XbioVCF37Jr7E,10104
|
13
|
-
agentex/_types.py,sha256=
|
14
|
-
agentex/_version.py,sha256=
|
13
|
+
agentex/_types.py,sha256=F6X63N7bOstytAtVqJ9Yl7T_JbR9Od2MJfZ_iK5DqOY,7237
|
14
|
+
agentex/_version.py,sha256=3u9d8Ipu-NxBeAQOAWWzslmeVrW0JzCYRJIOm0hgsW0,160
|
15
15
|
agentex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
16
|
agentex/_utils/__init__.py,sha256=7fch0GT9zpNnErbciSpUNa-SjTxxjY6kxHxKMOM4AGs,2305
|
17
17
|
agentex/_utils/_compat.py,sha256=D8gtAvjJQrDWt9upS0XaG9Rr5l1QhiAx_I_1utT_tt0,1195
|
@@ -22,12 +22,12 @@ agentex/_utils/_reflection.py,sha256=ZmGkIgT_PuwedyNBrrKGbxoWtkpytJNU1uU4QHnmEMU
|
|
22
22
|
agentex/_utils/_resources_proxy.py,sha256=W1Rrg7LVZHLIUq40nOfgQv6orKG16CKqDRKHiaSUVYg,594
|
23
23
|
agentex/_utils/_streams.py,sha256=SMC90diFFecpEg_zgDRVbdR3hSEIgVVij4taD-noMLM,289
|
24
24
|
agentex/_utils/_sync.py,sha256=TpGLrrhRNWTJtODNE6Fup3_k7zrWm1j2RlirzBwre-0,2862
|
25
|
-
agentex/_utils/_transform.py,sha256=
|
25
|
+
agentex/_utils/_transform.py,sha256=NjCzmnfqYrsAikUHQig6N9QfuTVbKipuP3ur9mcNF-E,15951
|
26
26
|
agentex/_utils/_typing.py,sha256=fb420NYkXitEaod2CiEH-hCtzG1z9WKUQiFtuukHtr4,4967
|
27
|
-
agentex/_utils/_utils.py,sha256=
|
27
|
+
agentex/_utils/_utils.py,sha256=0dDqauUbVZEXV0NVl7Bwu904Wwo5eyFCZpQThhFNhyA,12253
|
28
28
|
agentex/lib/.keep,sha256=wuNrz-5SXo3jJaJOJgz4vFHM41YH_g20F5cRQo0vLes,224
|
29
29
|
agentex/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
30
|
-
agentex/lib/environment_variables.py,sha256=
|
30
|
+
agentex/lib/environment_variables.py,sha256=IYUlG6a7r8f99FhNMuXnzQSg5WRFqsZtrtYMpIUqG4c,3574
|
31
31
|
agentex/lib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
32
32
|
agentex/lib/adk/__init__.py,sha256=6qv_lmJK5n-MPDQyYpeNvEMJxfdIxVAUcb_2LohJHmM,1210
|
33
33
|
agentex/lib/adk/_modules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -63,8 +63,8 @@ agentex/lib/cli/debug/debug_handlers.py,sha256=CZ8i5Xf50IQOeMvNfNgE5AgphkxnPo4jf
|
|
63
63
|
agentex/lib/cli/handlers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
64
64
|
agentex/lib/cli/handlers/agent_handlers.py,sha256=xy2kXo7poV270yFLyqXNbZ79d_sq_vl5JAs93okYMHY,5604
|
65
65
|
agentex/lib/cli/handlers/cleanup_handlers.py,sha256=T6ekNCBr2FV19r4jZiKSeoheQWihy2H1Q6fvWUVeUiw,7073
|
66
|
-
agentex/lib/cli/handlers/deploy_handlers.py,sha256=
|
67
|
-
agentex/lib/cli/handlers/run_handlers.py,sha256=
|
66
|
+
agentex/lib/cli/handlers/deploy_handlers.py,sha256=FmsRTQ0pWY-dXYxkw-6RUFNQf9mWdWpxtzQhrsEWEtU,16207
|
67
|
+
agentex/lib/cli/handlers/run_handlers.py,sha256=jhkUdiSz-ZL5NLOtgdUzUboxZeobJdUmjnF2lArSiig,15815
|
68
68
|
agentex/lib/cli/handlers/secret_handlers.py,sha256=hozcJJwWfECFtv_SdQnThcrhnKsiBm3y1jG1MqxVcoc,24851
|
69
69
|
agentex/lib/cli/templates/default/.dockerignore.j2,sha256=hweGFxw5eDZYsb5EnRHpv27o9M1HF2PEWOxqsfBBcAE,320
|
70
70
|
agentex/lib/cli/templates/default/Dockerfile-uv.j2,sha256=9-xbz3mh5yGuSxtQ6FRltzY45OyUzvi1ZmlfwOioK-M,1085
|
@@ -92,7 +92,7 @@ agentex/lib/cli/templates/temporal/Dockerfile.j2,sha256=N1Z73jb8pnxsjP9zbs-tSyNH
|
|
92
92
|
agentex/lib/cli/templates/temporal/README.md.j2,sha256=xIR3j97RA2F2x1PjfJTJ83YhoU108vS9WO1bZmM1vj8,10855
|
93
93
|
agentex/lib/cli/templates/temporal/dev.ipynb.j2,sha256=8xY82gVfQ0mhzlEZzI4kLqIXCF19YgimLnpEirDMX8I,3395
|
94
94
|
agentex/lib/cli/templates/temporal/environments.yaml.j2,sha256=zu7-nGRt_LF3qmWFxR_izTUOYQXuDZeypEVa03kVW10,2096
|
95
|
-
agentex/lib/cli/templates/temporal/manifest.yaml.j2,sha256=
|
95
|
+
agentex/lib/cli/templates/temporal/manifest.yaml.j2,sha256=rDN3UXlk2hc28J3cTxxAzK8he-m9rKl3R_WTW8OazA4,4690
|
96
96
|
agentex/lib/cli/templates/temporal/pyproject.toml.j2,sha256=MoR1g6KnGOQrXWOXhFKMw561kgpxy0tdom0KLtQe8A8,548
|
97
97
|
agentex/lib/cli/templates/temporal/requirements.txt.j2,sha256=iTmO-z8qFkUa1jTctFCs0WYuq7Sqi6VNQAwATakh2fQ,94
|
98
98
|
agentex/lib/cli/templates/temporal/project/acp.py.j2,sha256=dz51AJqqXAbqa0TSwRS6PXU0HwqllvYeCGYEreU9zSM,2472
|
@@ -134,7 +134,7 @@ agentex/lib/core/services/adk/acp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
|
|
134
134
|
agentex/lib/core/services/adk/acp/acp.py,sha256=baMH0lL5OGvCJE2Sk97i03jtfoRNB3g7S6aOD42jEMI,10971
|
135
135
|
agentex/lib/core/services/adk/providers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
136
136
|
agentex/lib/core/services/adk/providers/litellm.py,sha256=Ha7t71sxEdhi32uSDN-WN_Gy8F075W_sCUpRvhODbLI,10044
|
137
|
-
agentex/lib/core/services/adk/providers/openai.py,sha256=
|
137
|
+
agentex/lib/core/services/adk/providers/openai.py,sha256=OVBBAYoN3Ned4hjprcflk7fBiz9Kh9JoyI4Ox4sDIPI,51978
|
138
138
|
agentex/lib/core/services/adk/providers/sgp.py,sha256=biwoRD-ojUi1dpb9nHl1kJozO0PxqUpAwGysx-ZEnjw,3704
|
139
139
|
agentex/lib/core/services/adk/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
140
140
|
agentex/lib/core/services/adk/utils/templating.py,sha256=6Zv8XDhNfmE-xW307wzeQCLYqpVajR3IX8DSD2Hyc7c,2027
|
@@ -163,14 +163,14 @@ agentex/lib/core/temporal/services/temporal_task_service.py,sha256=W0L2GkSWwO2WZ
|
|
163
163
|
agentex/lib/core/temporal/types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
164
164
|
agentex/lib/core/temporal/types/workflow.py,sha256=o8lBUloI44NTYFfbA1BLgzUneyN7aLbt042Eq_9OKo8,89
|
165
165
|
agentex/lib/core/temporal/workers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
166
|
-
agentex/lib/core/temporal/workers/worker.py,sha256=
|
166
|
+
agentex/lib/core/temporal/workers/worker.py,sha256=WW3e7_rPrN-YGr2Qusn2lP_2LfRKx4Vog66gHtFUYTY,8262
|
167
167
|
agentex/lib/core/temporal/workflows/workflow.py,sha256=ZoWsrNPup69RnMHnuks1DRy9YsmK_nYdjsOosYVfFxw,723
|
168
168
|
agentex/lib/core/tracing/__init__.py,sha256=07j9IRgZWFtZhdkk01l1nvaC5aCpygLWy94yXpYUZbM,229
|
169
169
|
agentex/lib/core/tracing/trace.py,sha256=b-TnBMEdUsZzKq2jfXU-GvFNxrfm6l_-YJtcw1nhohU,8952
|
170
170
|
agentex/lib/core/tracing/tracer.py,sha256=P2YGyAwQ82PtRjxiA0bnqbEePg_CVqpEngc9y8B2TAI,1846
|
171
171
|
agentex/lib/core/tracing/tracing_processor_manager.py,sha256=jIQJeq0G0vew5bVKTOycOb9YWqGr6xm52vhuKVNMYPc,3779
|
172
172
|
agentex/lib/core/tracing/processors/agentex_tracing_processor.py,sha256=DPC4gfrPWjMNjR2wbhHbMGOYHz-Ouadi-YyuTqFqFf0,3661
|
173
|
-
agentex/lib/core/tracing/processors/sgp_tracing_processor.py,sha256=
|
173
|
+
agentex/lib/core/tracing/processors/sgp_tracing_processor.py,sha256=U8S2TDX9jxqGJb7ALTQOb8wlbgD_Fio1zPlNgHopF1w,5628
|
174
174
|
agentex/lib/core/tracing/processors/tracing_processor_interface.py,sha256=IY-9YrPm4BESP3e7_vMi0_lh_jomP6CxVyrSFDX0UBk,861
|
175
175
|
agentex/lib/sdk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
176
176
|
agentex/lib/sdk/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -205,7 +205,7 @@ agentex/lib/sdk/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
205
205
|
agentex/lib/sdk/utils/messages.py,sha256=xrBg3ujn-8egw4hNDNMHDj2lE18tPjVAqI0gO_oBJLo,8354
|
206
206
|
agentex/lib/types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
207
207
|
agentex/lib/types/acp.py,sha256=BfRF4Fr1xUcKxZQhAysm2qagideSRjtqActO_kRkQMU,3974
|
208
|
-
agentex/lib/types/agent_configs.py,sha256=
|
208
|
+
agentex/lib/types/agent_configs.py,sha256=AV5oEGwxghNf58_H9Xy72fISqWaU8D0UaYZycZ75y9Q,3047
|
209
209
|
agentex/lib/types/agent_results.py,sha256=ev6WnPLfZRbhy2HnBmdIrZq1ExVeaweXoLRxYGspyWM,653
|
210
210
|
agentex/lib/types/converters.py,sha256=IKywnGlsGwQ0fhr9t60c5rKpi63N1Oj8JzD4NeCB6SI,2285
|
211
211
|
agentex/lib/types/credentials.py,sha256=k6gtiIqSsKuS8vgucgQAHzb8oUlFdTj4CLtU69sk6Wg,1442
|
@@ -229,17 +229,17 @@ agentex/lib/utils/regex.py,sha256=Y3VcehCznAqa59D4WTwK_ki722oudHBlFqBk0I930zo,21
|
|
229
229
|
agentex/lib/utils/registration.py,sha256=2W3tKPJh23lLM26jVI0LBzkcmgXljVtDzL2yEnqf58U,4127
|
230
230
|
agentex/lib/utils/temporal.py,sha256=sXo8OPMMXiyrF7OSBCJBuN_ufyQOD2bLOXgDbVZoyds,292
|
231
231
|
agentex/lib/utils/dev_tools/__init__.py,sha256=oaHxw6ymfhNql-kzXHv3NWVHuqD4fHumasNXJG7kHTU,261
|
232
|
-
agentex/lib/utils/dev_tools/async_messages.py,sha256=
|
232
|
+
agentex/lib/utils/dev_tools/async_messages.py,sha256=NWzjhzQLBddA8KnGF3OdOAqHJM3Cin-9EJsLht4dgi4,20085
|
233
233
|
agentex/resources/__init__.py,sha256=74rMqWBzQ2dSrKQqsrd7-jskPws0O_ogkFltvZO3HoU,3265
|
234
|
-
agentex/resources/agents.py,sha256=
|
235
|
-
agentex/resources/events.py,sha256=
|
236
|
-
agentex/resources/spans.py,sha256=
|
237
|
-
agentex/resources/states.py,sha256=
|
238
|
-
agentex/resources/tasks.py,sha256=
|
239
|
-
agentex/resources/tracker.py,sha256=
|
234
|
+
agentex/resources/agents.py,sha256=DwED26YJdXt-xinEXvSZemNCjF5cXkwUUNVpjp616zE,47095
|
235
|
+
agentex/resources/events.py,sha256=aHMNC1tn1dupLkTpqFpD0ZeohpMsUKiyFo7b2slthis,10388
|
236
|
+
agentex/resources/spans.py,sha256=Z22BPE-UILfV1dxCVJfQ3zO5h0kc-ck8mAwKfUV7jzI,20678
|
237
|
+
agentex/resources/states.py,sha256=XB2-NMMXKZSOt9-HE_-9uTKvfwGoekn-ag1JvhKAfUA,19238
|
238
|
+
agentex/resources/tasks.py,sha256=ELR2Z5Rs5hr1V3WIjO9AGGIZfQv9LN9m1PsBABToEeI,24720
|
239
|
+
agentex/resources/tracker.py,sha256=O_9LIk-sPvrjXIM8t4C2264nk9PdV4EfpkVh62HrBfY,14025
|
240
240
|
agentex/resources/messages/__init__.py,sha256=_J1eusFtr_k6zrAntJSuqx6LWEUBSTrV1OZZh7MaDPE,1015
|
241
|
-
agentex/resources/messages/batch.py,sha256=
|
242
|
-
agentex/resources/messages/messages.py,sha256
|
241
|
+
agentex/resources/messages/batch.py,sha256=rlPsd21NQfHnG5emknYjoy7UqD100KldT0vho7iKdMk,9629
|
242
|
+
agentex/resources/messages/messages.py,sha256=-GNnSgVIy134fq0v3lbjFh3qr2teM0jmYuyYEzsWz4o,17888
|
243
243
|
agentex/types/__init__.py,sha256=lEuWxr1ggBzZAUGYrSmIhcSSZ7z5UQSIfNtmUrELC2s,3884
|
244
244
|
agentex/types/acp_type.py,sha256=Fj-4SzmM6m95ck_ZXtNbcWggHiD9F49bxBLPbl1fxe4,208
|
245
245
|
agentex/types/agent.py,sha256=ihRNn9mksULA5FuiyanKA7B-lmN4OVr6wBqNzUb8Tcg,1208
|
@@ -304,8 +304,8 @@ agentex/types/messages/batch_update_params.py,sha256=Ug5CThbD49a8j4qucg04OdmVrp_
|
|
304
304
|
agentex/types/messages/batch_update_response.py,sha256=TbSBe6SuPzjXXWSj-nRjT1JHGBooTshHQQDa1AixQA8,278
|
305
305
|
agentex/types/shared/__init__.py,sha256=IKs-Qn5Yja0kFh1G1kDqYZo43qrOu1hSoxlPdN-85dI,149
|
306
306
|
agentex/types/shared/delete_response.py,sha256=8qH3zvQXaOHYQSHyXi7UQxdR4miTzR7V9K4zXVsiUyk,215
|
307
|
-
agentex_sdk-0.4.
|
308
|
-
agentex_sdk-0.4.
|
309
|
-
agentex_sdk-0.4.
|
310
|
-
agentex_sdk-0.4.
|
311
|
-
agentex_sdk-0.4.
|
307
|
+
agentex_sdk-0.4.24.dist-info/METADATA,sha256=bwPGsOYxBu-ezGuua2_J9PGPmXz3G4v3esdvy2iN4Lw,15322
|
308
|
+
agentex_sdk-0.4.24.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
309
|
+
agentex_sdk-0.4.24.dist-info/entry_points.txt,sha256=V7vJuMZdF0UlvgX6KiBN7XUvq_cxF5kplcYvc1QlFaQ,62
|
310
|
+
agentex_sdk-0.4.24.dist-info/licenses/LICENSE,sha256=Q1AOx2FtRcMlyMgQJ9eVN2WKPq2mQ33lnB4tvWxabLA,11337
|
311
|
+
agentex_sdk-0.4.24.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|