letta-client 0.1.23__py3-none-any.whl → 0.1.25__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.
Potentially problematic release.
This version of letta-client might be problematic. Click here for more details.
- letta_client/__init__.py +18 -27
- letta_client/agents/client.py +90 -0
- letta_client/agents/types/create_agent_request_tool_rules_item.py +3 -3
- letta_client/agents/types/update_agent_tool_rules_item.py +3 -3
- letta_client/base_client.py +4 -0
- letta_client/core/client_wrapper.py +1 -1
- letta_client/steps/__init__.py +2 -0
- letta_client/steps/client.py +339 -0
- letta_client/templates/__init__.py +12 -24
- letta_client/templates/types/__init__.py +24 -48
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item.py +12 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_project_id.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_project_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_template_id.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_template_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_type.py +1 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_children_type.py +1 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item.py +0 -4
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_type.py +1 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_children_type.py +1 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one_type.py +1 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two_type.py +1 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one_type.py +1 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two_type.py +1 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_tool_type.py +3 -1
- letta_client/tools/client.py +8 -0
- letta_client/types/__init__.py +4 -2
- letta_client/types/agent_state.py +15 -0
- letta_client/types/agent_state_tool_rules_item.py +3 -3
- letta_client/types/child_tool_rule.py +1 -2
- letta_client/types/conditional_tool_rule.py +1 -2
- letta_client/types/init_tool_rule.py +1 -2
- letta_client/types/local_sandbox_config.py +8 -2
- letta_client/types/pip_requirement.py +27 -0
- letta_client/types/step.py +90 -0
- letta_client/types/terminal_tool_rule.py +1 -2
- letta_client/types/tool_type.py +3 -1
- {letta_client-0.1.23.dist-info → letta_client-0.1.25.dist-info}/METADATA +1 -1
- {letta_client-0.1.23.dist-info → letta_client-0.1.25.dist-info}/RECORD +42 -45
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item.py +0 -22
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping.py +0 -38
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_default_child.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_default_child_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_require_output_mapping.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_type.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_children.py +0 -24
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_children_type.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_one.py +0 -23
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_one_type.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_two.py +0 -23
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_two_type.py +0 -13
- letta_client/types/tool_rule_type.py +0 -10
- {letta_client-0.1.23.dist-info → letta_client-0.1.25.dist-info}/WHEEL +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
letta_client/__init__.py,sha256=
|
|
1
|
+
letta_client/__init__.py,sha256=sGORlcqNBLclhL2qxIV5cWagu_4bYf80Q_o8ICLmKLg,37669
|
|
2
2
|
letta_client/agents/__init__.py,sha256=I9DFTI2KpMg8sEGF1oCYefDS8tykQ2nRKi_axy8uMhI,1560
|
|
3
3
|
letta_client/agents/archival_memory/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
4
4
|
letta_client/agents/archival_memory/client.py,sha256=VTlL-cGmYBYdVI5owY8Gbbj4dscUCtSzL34Gm_5Nvk4,14872
|
|
5
|
-
letta_client/agents/client.py,sha256=
|
|
5
|
+
letta_client/agents/client.py,sha256=qFiNx1y3E0IFQ_2LWvMr0TuCR83XrfVqOMiZIVfZt14,58354
|
|
6
6
|
letta_client/agents/context/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
7
7
|
letta_client/agents/context/client.py,sha256=GKKvoG4N_K8Biz9yDjeIHpFG0C8Cwc7tHmEX3pTL_9U,4815
|
|
8
8
|
letta_client/agents/core_memory/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
@@ -34,15 +34,15 @@ letta_client/agents/types/agents_search_request_search_item_one.py,sha256=ECWv-h
|
|
|
34
34
|
letta_client/agents/types/agents_search_request_search_item_one_operator.py,sha256=76AUQ67bAv7gm5i4OhOTzJ5DA8LbFJYD57vhzM6qNHI,189
|
|
35
35
|
letta_client/agents/types/agents_search_request_search_item_two.py,sha256=YBC-rhz_ToN948VyRy5VB1yT4JqtYcLD_V9hNrkgnfQ,690
|
|
36
36
|
letta_client/agents/types/agents_search_request_search_item_zero.py,sha256=tGjwnFqSofFMBSAogmPLEflDQZ2rMqoMfFUtaIpND18,630
|
|
37
|
-
letta_client/agents/types/create_agent_request_tool_rules_item.py,sha256=
|
|
38
|
-
letta_client/agents/types/update_agent_tool_rules_item.py,sha256=
|
|
39
|
-
letta_client/base_client.py,sha256=
|
|
37
|
+
letta_client/agents/types/create_agent_request_tool_rules_item.py,sha256=vzOFgtUuui1HVtgMOPegJytxVKMOpKKc5l9WxxzO0aY,415
|
|
38
|
+
letta_client/agents/types/update_agent_tool_rules_item.py,sha256=P43l3kJNrqPVbNpWbEfEA7likZCGKtFYWQ2EofUCrnU,408
|
|
39
|
+
letta_client/base_client.py,sha256=upbBHirE_S7W6FSnWIA7tXc6v3w_AwGsqnrbj37LrNQ,7903
|
|
40
40
|
letta_client/blocks/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
41
41
|
letta_client/blocks/client.py,sha256=AeQQ-IdYhV-zqLTt3PTrJOtJ6XtBZcXNC108Y5EogVU,29178
|
|
42
42
|
letta_client/client.py,sha256=y2cXN0ApFul2Lz-fVh5TbeYbQ8oUjnXcwJ6wUczEf2c,2457
|
|
43
43
|
letta_client/core/__init__.py,sha256=OKbX2aCZXgHCDUsCouqv-OiX32xA6eFFCKIUH9M5Vzk,1591
|
|
44
44
|
letta_client/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
|
45
|
-
letta_client/core/client_wrapper.py,sha256=
|
|
45
|
+
letta_client/core/client_wrapper.py,sha256=7WZI50mi5rGsaMQbfVvvW1rmZmSiItjehlHh4blD-ic,1997
|
|
46
46
|
letta_client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
|
47
47
|
letta_client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
|
48
48
|
letta_client/core/http_client.py,sha256=siUQ6UV0ARZALlxubqWSSAAPC9B4VW8y6MGlHStfaeo,19552
|
|
@@ -76,14 +76,18 @@ letta_client/sources/files/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roe
|
|
|
76
76
|
letta_client/sources/files/client.py,sha256=R-9zHK_wWtvW-2K7erQVVh9rR7a5JC4zxmTK3rrWJoU,13289
|
|
77
77
|
letta_client/sources/passages/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
78
78
|
letta_client/sources/passages/client.py,sha256=n0QVtLC0W1X6_SjhiEGSl9oZexocnsLZYeYRAqV2BCk,4767
|
|
79
|
+
letta_client/steps/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
80
|
+
letta_client/steps/client.py,sha256=nHd4ZxYeaVgYf9ZewBCLc58DZ38LoW97W-xbc2oOL_0,10900
|
|
79
81
|
letta_client/tag/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
80
82
|
letta_client/tag/client.py,sha256=TBAotdb0e2_x2pANF4dOE1qmWY3GIgb7nOhvN7iZ3_4,5183
|
|
81
|
-
letta_client/templates/__init__.py,sha256=
|
|
83
|
+
letta_client/templates/__init__.py,sha256=Mkpnea2biqb9PObEyTBs2KZMW_XnIzDHi_Bs8yLn7lw,26679
|
|
82
84
|
letta_client/templates/client.py,sha256=QnDjZGddgxDUfvEPybgEW3qE29n43JVE1tn6-FCZ990,6482
|
|
83
|
-
letta_client/templates/types/__init__.py,sha256=
|
|
85
|
+
letta_client/templates/types/__init__.py,sha256=tkVSnzJVycQKP4fkcRPRJgMhAab3f81KbPCJhvN888o,43544
|
|
84
86
|
letta_client/templates/types/templates_create_agents_from_template_response.py,sha256=7rV8AJ6_35MTo2bsgVVvdEzn5LHKdoaNhuHFy5ABsIc,784
|
|
85
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item.py,sha256=
|
|
87
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item.py,sha256=pOs4foKunsw4RpBC7dwMwj4D7Ea4YaYWRfKa6OoUJ_E,5551
|
|
86
88
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_agent_type.py,sha256=1YGJe4QqKmUsJRXlvhXH8xl7PhpCgTQip-aT1Zd3h0c,271
|
|
89
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id.py,sha256=Giq4AX2SRh9ZWnakEpn3jovsaf2n4eG5m5CisLGE0Ao,510
|
|
90
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id_item.py,sha256=9hfn8doRLvqLAHnzJ9w13lR-dMG_4iv_wfKR6z7pUdg,192
|
|
87
91
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_at.py,sha256=nmQ5bS6aOvRBSfrIKcH93EaUNNqiFPqETj4tyqIVUPo,489
|
|
88
92
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_at_item.py,sha256=fu5mYHTTKK_olak7X1qXfxEZBIF527IWw-i0nmRsGdQ,187
|
|
89
93
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_by_id.py,sha256=7Ju4YT1FuM3hmU9xtut54eTaWSQxIr-KhGipZCVingE,498
|
|
@@ -143,6 +147,8 @@ letta_client/templates/types/templates_create_agents_from_template_response_agen
|
|
|
143
147
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_metadata_item.py,sha256=43TRZ92wYQtVTHdN_2BP96r4dIh7IWRSDO0lVObV4r4,216
|
|
144
148
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_organization_id.py,sha256=hAz3o3_WfFqdJmsYdju6pXj-4ChbkYB8Cp1hDtVDLVs,509
|
|
145
149
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_organization_id_item.py,sha256=O7hNKYQFed7cnq7j0IuTHxiXxjEnx9NSfO-DUq-KIXo,192
|
|
150
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_project_id.py,sha256=vg0oOvJlrMjF--ogPJGdY4_EcI8ihlzgQPQ04uubzdk,489
|
|
151
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_project_id_item.py,sha256=Cv_esfzyFmx4XCz5Q_Bjsr98OhJYhVqSwZ1dF60xxQs,187
|
|
146
152
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item.py,sha256=ypjpwE3_to9Zw4fFXyE-dFIQx2fT3JckFTFDdZl01RA,3268
|
|
147
153
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at.py,sha256=isIG1hHcQBquFAVqGDvJ30Vc4bfm5bTUnTTwtbP0rXE,535
|
|
148
154
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at_item.py,sha256=-8S1sSNv9Flh4zxdEiScxUHlHShqRK0xpyLDRHzcwL0,198
|
|
@@ -173,6 +179,8 @@ letta_client/templates/types/templates_create_agents_from_template_response_agen
|
|
|
173
179
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_organization_id_item.py,sha256=PlXaVHVu_sKUz5QIkwLJPrwF5On4pzRxZ7Y4dzprk60,209
|
|
174
180
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at.py,sha256=YAP6vPnr4_Tn4R4K_jiO9cezDQZ_TFiPcvXxhNMnrN4,535
|
|
175
181
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at_item.py,sha256=hhv_Dk-0wRe02P7mQ7Yc_1I0Rgiafhni0AV10JR263s,198
|
|
182
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_template_id.py,sha256=6KJYVntqECGF34tZe6OyOvXp6OOCyzScV-EStgUAA1M,493
|
|
183
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_template_id_item.py,sha256=6T-apkxRO1M4RNBPA_6psbasl5dmUkU8D4Vkn51CTqc,188
|
|
176
184
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables.py,sha256=riTRpywTyCIkdnYIdNuwsgH0djQ6xj-jAD9o0jiecFI,515
|
|
177
185
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item.py,sha256=vOI2LMQrccr3BJIdmtNbHrmmfUY69YFnKJDOD-ru7do,3265
|
|
178
186
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at.py,sha256=4ftavcRO_beRQ8RZVb-TFPKu7_liR8Aj642LPdfsXr0,658
|
|
@@ -194,37 +202,25 @@ letta_client/templates/types/templates_create_agents_from_template_response_agen
|
|
|
194
202
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child.py,sha256=Cb7QaSK1SimaYIV_dzfiPPwuia2P7mwhhdyL_6BsFhI,667
|
|
195
203
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child_item.py,sha256=ACRR5EZsouAMGP_VxRLPSpti72AA4N3MlpTNipjuKxY,227
|
|
196
204
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_require_output_mapping.py,sha256=SKltxxZt1X7BDRm8IoeCT3qT7Z80kXNlAurTfnbQnbo,239
|
|
197
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_type.py,sha256=
|
|
205
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_type.py,sha256=C7poF9o_CQVTukhG4u5Rf9OEQagJVt6q95UF_2ih3is,248
|
|
198
206
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_children.py,sha256=tKe9706ywQbrQce2yU8lAAc4dtQh8kzJA8rj4pofdCM,954
|
|
199
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_children_type.py,sha256=
|
|
200
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item.py,sha256=
|
|
207
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_children_type.py,sha256=lnbNaW2bzqgmImHUjasPWRZmZtuT22oimDHUsCrEja8,248
|
|
208
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item.py,sha256=WkdWO1_QU74p8wJXQpf5Ca4v7p4lmi8p7h6JJgCOa04,1249
|
|
201
209
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping.py,sha256=oiTpc21ZIt4r9szC8w7lLLIvGzoJ-4VWBZWIlohP5zM,1892
|
|
202
210
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py,sha256=YOF2s57P-4x7F4rcapeQyhgZXDY_KJx7_dgIGuPuoeI,684
|
|
203
211
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child_item.py,sha256=ZyD-gQriEadOHebmYdbC6OJh9Pl970529WsqAY0dRlc,231
|
|
204
212
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_require_output_mapping.py,sha256=JawaYyhZyyJFZsSd7Dt6ETpMwgyiZghU_NrIRl4GDQM,245
|
|
205
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_type.py,sha256=
|
|
213
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_type.py,sha256=xbmqx0JqMLanjX4pLAXZQQWfxQRJbOO4iCSAKV33_nU,252
|
|
206
214
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_children.py,sha256=K9-vWyh6C8XUzIHW_gQxGE1Gl0WBaZjSrEy7slregV4,971
|
|
207
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_children_type.py,sha256=
|
|
208
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item.py,sha256=FNaZkFZds22MO4qUk2hNrOlkwipF6sdCKjsby5QQ_-8,1305
|
|
209
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping.py,sha256=eUABJOrkqlvBwHsMxvpYNp1mFbi4Nhs9jGZ_twIXbMU,1935
|
|
210
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_default_child.py,sha256=QEcSVP0AtTS3BLdCXeebyfMlm-o4a7YStEjVME-SJJI,701
|
|
211
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_default_child_item.py,sha256=UnePk4rq_vI3DV5_u-oxIkIwA_dksNZT_bv1WKHJgTM,237
|
|
212
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_require_output_mapping.py,sha256=fPlL8iFAm7M2BY4iw9iQ7hIdaiZTU8PgihyJ7LZRnKI,249
|
|
213
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_type.py,sha256=VFcESUusoMxbJzZMjQ_AC1XylOhGWDVQMvmmlUQnPxI,450
|
|
214
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_children.py,sha256=lnkgjkY9jUVbuyoh8jP_ruFmEZ1rIZlLRjrRgQm7id0,988
|
|
215
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_children_type.py,sha256=34uHhwX9dfs9Bqu9rYefWeLG1CXJKwEqKS8q4cDSXHc,440
|
|
216
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_one.py,sha256=Ow94mKvx9wL2TG9vJRLUrMZxK5Hm_LgfqJc-q9C_Awo,937
|
|
217
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_one_type.py,sha256=Z-Ov6Bv0smzyo3uaeO-u-pYwFQAt34ocVBuIomcn2HY,435
|
|
218
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_two.py,sha256=p9_AMsbes_IU-ljC93IW6FUasVFdVAhphT0vNAma4Bw,937
|
|
219
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_two_type.py,sha256=4ooSNbNiKREfnxwT7g3o3QC4sHFPqsBVYlmjVi35W4Q,435
|
|
215
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_children_type.py,sha256=wAhMxiDBjJPGiUSWyjTYicb53lBhnSAX2OzpIWSmiEc,252
|
|
220
216
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one.py,sha256=3J3yFAw8LNo6x32-wUYUibOvl839LX9sh97IHFZEiBI,920
|
|
221
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one_type.py,sha256=
|
|
217
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one_type.py,sha256=XaCS8zb6aNKunFSDj8iwFs0R_O-4thoN0sRPyh2Rihw,235
|
|
222
218
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two.py,sha256=JG8JmXotmkhQRrxguIi0MClZsiOPkg8vzjOL3EXsSlQ,920
|
|
223
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two_type.py,sha256=
|
|
219
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two_type.py,sha256=sCiJpBAJmSRvJYH6XtwoVGcJ47cBgEhyYZ_mOTOsMoc,235
|
|
224
220
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one.py,sha256=9AGZucHtFRcxdRPrOxzzImuFF3M9RmCP20i3wZOBAJM,903
|
|
225
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one_type.py,sha256=
|
|
221
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one_type.py,sha256=rZ_DVimSTKrxB9XTjI4CVVGYo1NhUvQId6PSpr7u6tc,231
|
|
226
222
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two.py,sha256=TW-FMn9iUQ-r6u2wSExPpPLuLKMsWNSRWEDgGGmEbdk,903
|
|
227
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two_type.py,sha256=
|
|
223
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two_type.py,sha256=V1wCJtJrXQpoT4PMSLoQfwDNu5IaJmAOWrxGSy9FllI,231
|
|
228
224
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item.py,sha256=LtORi5U7UvY7AQmw6bxP1mP3F40f_dhpOb4g5NQ3TiA,3346
|
|
229
225
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id.py,sha256=kjnDrRhrS7k-OI4uGqN5Rl1e0poPQtXvF8cIAPFuCdA,503
|
|
230
226
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id_item.py,sha256=0pvRaJ0baUhvPaymTuxZiVo6UjJ6rb4WwRXAhtB-Pk4,198
|
|
@@ -242,18 +238,18 @@ letta_client/templates/types/templates_create_agents_from_template_response_agen
|
|
|
242
238
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_code_item.py,sha256=C4BCxqXMLu8iFiSYcUe9OXNMvie9tsOngtim-1lM3x8,197
|
|
243
239
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type.py,sha256=5htgo4AsPp2CCyTZXBIoiCREv_8Tr5tFp3vx25QWl1M,498
|
|
244
240
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type_item.py,sha256=B5EL59bffAOWVRmxo51Hah0iLQZCtllVW3tS_znwsgY,197
|
|
245
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_tool_type.py,sha256=
|
|
241
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_tool_type.py,sha256=aY3SAosSIjzi6RYFMKXpYgMeVARVwFTRokPItoBwrdE,331
|
|
246
242
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_updated_at.py,sha256=p8tLhJJIJTSW0JfQKEPbuhjuRcBbALfqgxrJ79tbNYQ,489
|
|
247
243
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_updated_at_item.py,sha256=uXkJJCwx44tIcYHCkXzAqvIvhtQDN9mYZanKbLBJNyI,187
|
|
248
244
|
letta_client/tools/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
249
|
-
letta_client/tools/client.py,sha256=
|
|
250
|
-
letta_client/types/__init__.py,sha256=
|
|
245
|
+
letta_client/tools/client.py,sha256=nv4PKwwlBsyGYm9B_3okgaiNFbbMYfZ53bzeoaAhVfU,53219
|
|
246
|
+
letta_client/types/__init__.py,sha256=lIEkIkJF2CxdYemPIZ1zOQrX-pHHreQWEr4OcMZOOUM,14904
|
|
251
247
|
letta_client/types/action_model.py,sha256=y1e2XMv3skFaNJIBdYoBKgiORzGh05aOVvu-qVR9uHg,1240
|
|
252
248
|
letta_client/types/action_parameters_model.py,sha256=zKzJkjtu1pt4BEA2GHlg9rMWja5a0uZygOpOx3FbgIM,749
|
|
253
249
|
letta_client/types/action_response_model.py,sha256=5OuImT0EQFkAnc81F6tZsVEwYG8rKbIrx_ydGiKqwog,745
|
|
254
250
|
letta_client/types/agent_environment_variable.py,sha256=vutZLcR0yETltgOZ7E_o9kR4vOdBxybVL9lzXSux75w,1698
|
|
255
|
-
letta_client/types/agent_state.py,sha256=
|
|
256
|
-
letta_client/types/agent_state_tool_rules_item.py,sha256
|
|
251
|
+
letta_client/types/agent_state.py,sha256=QM0iovYsROEFi7EEttaYveMf-jJWgTbZIKtjmIX6G6w,4555
|
|
252
|
+
letta_client/types/agent_state_tool_rules_item.py,sha256=-1gMhEZOThSYXXTWxZXtSNpkANOTws0bZcEXf-PQCJA,375
|
|
257
253
|
letta_client/types/agent_type.py,sha256=iZ3Wa4BUddDeFSgcK3Z0WUKCQYDRCEo0aJICKsc3HL0,220
|
|
258
254
|
letta_client/types/app_auth_scheme.py,sha256=_6FLlw3drQ3HDSP9SecStBwQyE0DgL6UvKFArCC4yp8,1242
|
|
259
255
|
letta_client/types/app_auth_scheme_auth_mode.py,sha256=Zafrac9piNVjCVppCv0CS34Yx4rFaFPieeNCrtaPSwk,225
|
|
@@ -295,7 +291,7 @@ letta_client/types/chat_completion_tool_param.py,sha256=jwgKq_3AW8ybc9xVr9JyNSFq
|
|
|
295
291
|
letta_client/types/chat_completion_user_message_param.py,sha256=EWz44TKVGV7B2BcPSJ8Qr8R8unJXzsN4R9ziixZvrZs,786
|
|
296
292
|
letta_client/types/chat_completion_user_message_param_content.py,sha256=XNFFnok5yM6oBXB6aiUo0aFw53jT8BUjt88HFjJUiU8,297
|
|
297
293
|
letta_client/types/chat_completion_user_message_param_content_item.py,sha256=pWDgBhNJbzsSBQDxSGNojrgOxZUFFFdRppPNWZD3IgY,537
|
|
298
|
-
letta_client/types/child_tool_rule.py,sha256=
|
|
294
|
+
letta_client/types/child_tool_rule.py,sha256=7mJ9h_V75JE0RmGWpZfHuavzVt7ctz77GZvg6OH-xNM,951
|
|
299
295
|
letta_client/types/completion_create_params_non_streaming.py,sha256=LxdYCY3Do6YGsAJ2tcMycKptNcMdM6BwPX855u2HwkU,3894
|
|
300
296
|
letta_client/types/completion_create_params_non_streaming_function_call.py,sha256=6iCjgXwsXnflllhfDDKtHRyxzKqtLcX6-HVr7AXlyUM,329
|
|
301
297
|
letta_client/types/completion_create_params_non_streaming_messages_item.py,sha256=pKMxLh1XFgMl7LqcjKJmdeKYTCwlr3FLFPTuvaLf3D0,883
|
|
@@ -316,7 +312,7 @@ letta_client/types/completion_create_params_streaming_response_format.py,sha256=
|
|
|
316
312
|
letta_client/types/completion_create_params_streaming_service_tier.py,sha256=chHakgbKOYCMtxdtGmP85rcjGkyOqt2S_JJ9SabSd-o,185
|
|
317
313
|
letta_client/types/completion_create_params_streaming_stop.py,sha256=dSyQDu851QyeoRjpoE2JBIyKIYGO5jVx6UIH-bLiQwo,154
|
|
318
314
|
letta_client/types/completion_create_params_streaming_tool_choice.py,sha256=w_JLYtdz8eHzF2lwlMaMGpnOl8_4mjGbsDOSpMyM5cg,343
|
|
319
|
-
letta_client/types/conditional_tool_rule.py,sha256=
|
|
315
|
+
letta_client/types/conditional_tool_rule.py,sha256=R0nzgjpqedSPUWdBQuv-doiIgYTAZd_QNfPNriWEAKk,1294
|
|
320
316
|
letta_client/types/conflict_error_body.py,sha256=Mena-q1jti6nv_7-xrp6sDb_5MXNKPGobHrhpnz9kpY,787
|
|
321
317
|
letta_client/types/context_window_overview.py,sha256=9pwiObSxu-SFyQ1pxSTlQiRatVAyFgqa6t0_qrrsGfU,2815
|
|
322
318
|
letta_client/types/create_block.py,sha256=V57mbqUkh5c-HcDxmIiFVr3tNfoqx-WJ1GRQZPobbxI,1277
|
|
@@ -333,7 +329,7 @@ letta_client/types/health.py,sha256=nQwx5ysn_cJMKUoqsfaPcGNSRSjfwX5S272UiSQJ03w,
|
|
|
333
329
|
letta_client/types/http_validation_error.py,sha256=yHa4_NHIMB-VKNZpk7agjLTwWIg7mv7ml3d7I-Bqiog,661
|
|
334
330
|
letta_client/types/image_url.py,sha256=re4N2AsAvOFl2nS6v8jOi3jVFppBs-3zhwpBKHSuCLs,648
|
|
335
331
|
letta_client/types/image_url_detail.py,sha256=YFT9wyf8hqeKhQjRWMv97y-fbU2DB-oCbU5BpUcHWVU,161
|
|
336
|
-
letta_client/types/init_tool_rule.py,sha256=
|
|
332
|
+
letta_client/types/init_tool_rule.py,sha256=fPQqBigbqZfJXPoXdpBCFlilVYf5p4-t0touyFm_gqE,801
|
|
337
333
|
letta_client/types/input_audio.py,sha256=fxFmzR3I2ZyxpCc1cuVwKQClgnKGBuY8yZYhYC5SqtU,633
|
|
338
334
|
letta_client/types/input_audio_format.py,sha256=QQFfndI9w66wIbGyHwfmJnk2bEJDPmEs9GybkaNL6AI,154
|
|
339
335
|
letta_client/types/internal_server_error_body.py,sha256=xR9n1zptgmImbH6apQAuwBblYOWAYNLFzY8s0SUcEug,653
|
|
@@ -348,7 +344,7 @@ letta_client/types/letta_response.py,sha256=i5gAUTgWzIst_RP8I_zSh0GSnLIS3z--1BmK
|
|
|
348
344
|
letta_client/types/letta_usage_statistics.py,sha256=0BHM3ArfwH6WVJNHYja7LI2k3BZ3jt0o_COfgA4muWo,1537
|
|
349
345
|
letta_client/types/llm_config.py,sha256=8Phumb-vTzIED8vi2tFMGP8kCITCgEtl5vv99p6vot8,2796
|
|
350
346
|
letta_client/types/llm_config_model_endpoint_type.py,sha256=zz7qt0dCqX06vu8mTN1vIvO7iPl1CNbKTFHd-Qg6q6E,524
|
|
351
|
-
letta_client/types/local_sandbox_config.py,sha256=
|
|
347
|
+
letta_client/types/local_sandbox_config.py,sha256=jfe7akG_YrJJ8csLaLdev04Zg1x-PTN0XCAL4KifaZI,1387
|
|
352
348
|
letta_client/types/memory.py,sha256=KD5MkDQB-vbRPT9f_-yFBWY1WUW_NWxYEI0IiflG6P8,1035
|
|
353
349
|
letta_client/types/message.py,sha256=Mg6oT5sP5NVqBXSz9lpWkRW-6Sq_YiOLX-fT3KrwoaY,3137
|
|
354
350
|
letta_client/types/message_create.py,sha256=x80xQYxC3IUHs7PKCqHfeJkHRh02dx0oOc0PoJO8krc,1011
|
|
@@ -364,6 +360,7 @@ letta_client/types/openai_types_chat_completion_create_params_function.py,sha256
|
|
|
364
360
|
letta_client/types/organization.py,sha256=vSXwqYTpxGZgpMTv8rw5jzklZnUYjS6yBTkEFNPNSrU,927
|
|
365
361
|
letta_client/types/organization_create.py,sha256=xlF1FgDRa7zpv49kVGWYchcSEUjPEsjF5_m2xHWb9VM,661
|
|
366
362
|
letta_client/types/passage.py,sha256=1OM19TyVCQEL1P3BC58hmzWfawZM4vejiKr0P11dOUk,3034
|
|
363
|
+
letta_client/types/pip_requirement.py,sha256=Hmh7VpJhdSfFkafh6QwAehCp0MQUBXv1YAoYP-2wV2M,773
|
|
367
364
|
letta_client/types/provider.py,sha256=RvdE9dzGFJ4hcmyvk2xeO7RNpxQvXhB_S9DNy8t_z-E,1053
|
|
368
365
|
letta_client/types/reasoning_message.py,sha256=NmPZqN7hxYVkh7WKYxHTIfqTDqxVLbNZYB5G9TyQ5mc,958
|
|
369
366
|
letta_client/types/response_format_json_object.py,sha256=ZSWmwdN8itFr5q77mxuBhEWRBh2CubAonJUCi88UjbA,611
|
|
@@ -380,9 +377,10 @@ letta_client/types/sandbox_environment_variable_create.py,sha256=AhGE8ITStXkPOfP
|
|
|
380
377
|
letta_client/types/sandbox_environment_variable_update.py,sha256=JMkX6nzvcBNEemjvBmyHDezci3Bn7epKhMnvFY_--EA,948
|
|
381
378
|
letta_client/types/sandbox_type.py,sha256=XSWmX3JIFFrDPQ4i89E8LauXY8kjmJEtaz6e_JheGm4,151
|
|
382
379
|
letta_client/types/source.py,sha256=7tLptZ4AZrvRPF6NqToM4Vf9i7TosS2_Ydks4zfvZx4,2239
|
|
380
|
+
letta_client/types/step.py,sha256=uEeKKftRruXEEddzOiatri1ruUcB4Pgz_xGZFozEmT8,2601
|
|
383
381
|
letta_client/types/system_message.py,sha256=DUIgPbL_ya49sGN15DIEGO2t8OQ4pseHvbMcayygV0c,1155
|
|
384
382
|
letta_client/types/system_message_content.py,sha256=9VvwCUKMkNidcMUaPmuj6-WhzeJoEZCNvyn3oH-LR70,185
|
|
385
|
-
letta_client/types/terminal_tool_rule.py,sha256=
|
|
383
|
+
letta_client/types/terminal_tool_rule.py,sha256=82a7AnohOqCFBSOt7OwsKeh7gHgq8KTlgojxlm3t76E,863
|
|
386
384
|
letta_client/types/text_content.py,sha256=Z8UL4Sqqq2qClKU_nCgR9XFCj3dwYyhZMmvnnz1F0AE,670
|
|
387
385
|
letta_client/types/tool.py,sha256=0D7w3mGizkqczT92dnueu_LGJg-9gDkO0PS5cnLnynQ,2335
|
|
388
386
|
letta_client/types/tool_call.py,sha256=EKGAFwzoa6zMTpOkG55hWzFn_AgPrbLXSOu5M84x8WU,594
|
|
@@ -392,8 +390,7 @@ letta_client/types/tool_call_message_tool_call.py,sha256=twtq5-vZIeh1nShqm8iTCN9
|
|
|
392
390
|
letta_client/types/tool_create.py,sha256=OHG0RqVSLi7O_C_vhbo-1AN5FPCy-JTbDc0a88_Z5XE,1347
|
|
393
391
|
letta_client/types/tool_return_message.py,sha256=hQ-17bvNGoSaCow4AvWSGLTa80fKuXP2bxXGNUXuX0w,1591
|
|
394
392
|
letta_client/types/tool_return_message_status.py,sha256=FvFOMaG9mnmgnHi2UBQVQQMtHFabbWnQnHTxGUDgVl0,167
|
|
395
|
-
letta_client/types/
|
|
396
|
-
letta_client/types/tool_type.py,sha256=Y4fG_O_PLHIJHbqLl08mC_EmeWQ9bdP_D8OLAS8mw64,235
|
|
393
|
+
letta_client/types/tool_type.py,sha256=Br4Lk5nEsc8wcWP1leTqGPaYnNVWo4xMmoAksUTVqOA,271
|
|
397
394
|
letta_client/types/usage_statistics.py,sha256=btEmMUxFVu7oQQtBCdQqFJ6XddgmR84799-AdlsHh0w,690
|
|
398
395
|
letta_client/types/user.py,sha256=z_v1uqQ6HYwV_Pp7wDDqS6QWhslHgdUH-AldV-jnmKQ,1349
|
|
399
396
|
letta_client/types/user_create.py,sha256=prQea3xb2-Cm64wv6Y84OfhWNWrA2P8SH5yhUxejzOI,616
|
|
@@ -403,6 +400,6 @@ letta_client/types/user_update.py,sha256=0Bl1OjO7bfmlpsGQ36dSh6DH1UB_wJOTNewS0wD
|
|
|
403
400
|
letta_client/types/validation_error.py,sha256=ACDS7wL5nQbS8ymFhWljwbBJmbugNa8bs2O5xEZC3u4,680
|
|
404
401
|
letta_client/types/validation_error_loc_item.py,sha256=LAtjCHIllWRBFXvAZ5QZpp7CPXjdtN9EB7HrLVo6EP0,128
|
|
405
402
|
letta_client/version.py,sha256=bttKLbIhO3UonCYQlqs600zzbQgfhCCMjeXR9WRzid4,79
|
|
406
|
-
letta_client-0.1.
|
|
407
|
-
letta_client-0.1.
|
|
408
|
-
letta_client-0.1.
|
|
403
|
+
letta_client-0.1.25.dist-info/METADATA,sha256=DtbM_DjK47DdmGJECQvd0zv56jonG7tDVEcsIzML9BY,4942
|
|
404
|
+
letta_client-0.1.25.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
405
|
+
letta_client-0.1.25.dist-info/RECORD,,
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_children import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildren,
|
|
6
|
-
)
|
|
7
|
-
from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_one import (
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemOne,
|
|
9
|
-
)
|
|
10
|
-
from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_two import (
|
|
11
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemTwo,
|
|
12
|
-
)
|
|
13
|
-
from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping import (
|
|
14
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMapping,
|
|
15
|
-
)
|
|
16
|
-
|
|
17
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItem = typing.Union[
|
|
18
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildren,
|
|
19
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemOne,
|
|
20
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemTwo,
|
|
21
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMapping,
|
|
22
|
-
]
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
from ...core.unchecked_base_model import UncheckedBaseModel
|
|
4
|
-
import typing
|
|
5
|
-
from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_type import (
|
|
6
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingType,
|
|
7
|
-
)
|
|
8
|
-
from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_default_child import (
|
|
9
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingDefaultChild,
|
|
10
|
-
)
|
|
11
|
-
from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_require_output_mapping import (
|
|
12
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingRequireOutputMapping,
|
|
13
|
-
)
|
|
14
|
-
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
15
|
-
import pydantic
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
class TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMapping(UncheckedBaseModel):
|
|
19
|
-
tool_name: str
|
|
20
|
-
type: typing.Optional[
|
|
21
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingType
|
|
22
|
-
] = None
|
|
23
|
-
default_child: typing.Optional[
|
|
24
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingDefaultChild
|
|
25
|
-
] = None
|
|
26
|
-
child_output_mapping: typing.Optional[typing.Optional[typing.Any]] = None
|
|
27
|
-
require_output_mapping: typing.Optional[
|
|
28
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingRequireOutputMapping
|
|
29
|
-
] = None
|
|
30
|
-
|
|
31
|
-
if IS_PYDANTIC_V2:
|
|
32
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
33
|
-
else:
|
|
34
|
-
|
|
35
|
-
class Config:
|
|
36
|
-
frozen = True
|
|
37
|
-
smart_union = True
|
|
38
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_default_child_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingDefaultChildItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingDefaultChild = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[
|
|
12
|
-
typing.Optional[
|
|
13
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingDefaultChildItem
|
|
14
|
-
]
|
|
15
|
-
],
|
|
16
|
-
typing.Optional[typing.Any],
|
|
17
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingType = typing.Union[
|
|
6
|
-
typing.Literal["InitToolRule"],
|
|
7
|
-
typing.Literal["TerminalToolRule"],
|
|
8
|
-
typing.Literal["continue_loop"],
|
|
9
|
-
typing.Literal["conditional"],
|
|
10
|
-
typing.Literal["ToolRule"],
|
|
11
|
-
typing.Literal["require_parent_tools"],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
from ...core.unchecked_base_model import UncheckedBaseModel
|
|
4
|
-
import typing
|
|
5
|
-
from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_children_type import (
|
|
6
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildrenType,
|
|
7
|
-
)
|
|
8
|
-
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
9
|
-
import pydantic
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
class TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildren(UncheckedBaseModel):
|
|
13
|
-
tool_name: str
|
|
14
|
-
type: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildrenType] = None
|
|
15
|
-
children: typing.List[str]
|
|
16
|
-
|
|
17
|
-
if IS_PYDANTIC_V2:
|
|
18
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
19
|
-
else:
|
|
20
|
-
|
|
21
|
-
class Config:
|
|
22
|
-
frozen = True
|
|
23
|
-
smart_union = True
|
|
24
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildrenType = typing.Union[
|
|
6
|
-
typing.Literal["InitToolRule"],
|
|
7
|
-
typing.Literal["TerminalToolRule"],
|
|
8
|
-
typing.Literal["continue_loop"],
|
|
9
|
-
typing.Literal["conditional"],
|
|
10
|
-
typing.Literal["ToolRule"],
|
|
11
|
-
typing.Literal["require_parent_tools"],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
from ...core.unchecked_base_model import UncheckedBaseModel
|
|
4
|
-
import typing
|
|
5
|
-
from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_one_type import (
|
|
6
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemOneType,
|
|
7
|
-
)
|
|
8
|
-
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
9
|
-
import pydantic
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
class TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemOne(UncheckedBaseModel):
|
|
13
|
-
tool_name: str
|
|
14
|
-
type: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemOneType] = None
|
|
15
|
-
|
|
16
|
-
if IS_PYDANTIC_V2:
|
|
17
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
18
|
-
else:
|
|
19
|
-
|
|
20
|
-
class Config:
|
|
21
|
-
frozen = True
|
|
22
|
-
smart_union = True
|
|
23
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemOneType = typing.Union[
|
|
6
|
-
typing.Literal["InitToolRule"],
|
|
7
|
-
typing.Literal["TerminalToolRule"],
|
|
8
|
-
typing.Literal["continue_loop"],
|
|
9
|
-
typing.Literal["conditional"],
|
|
10
|
-
typing.Literal["ToolRule"],
|
|
11
|
-
typing.Literal["require_parent_tools"],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
from ...core.unchecked_base_model import UncheckedBaseModel
|
|
4
|
-
import typing
|
|
5
|
-
from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_two_type import (
|
|
6
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemTwoType,
|
|
7
|
-
)
|
|
8
|
-
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
9
|
-
import pydantic
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
class TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemTwo(UncheckedBaseModel):
|
|
13
|
-
tool_name: str
|
|
14
|
-
type: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemTwoType] = None
|
|
15
|
-
|
|
16
|
-
if IS_PYDANTIC_V2:
|
|
17
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
18
|
-
else:
|
|
19
|
-
|
|
20
|
-
class Config:
|
|
21
|
-
frozen = True
|
|
22
|
-
smart_union = True
|
|
23
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemTwoType = typing.Union[
|
|
6
|
-
typing.Literal["InitToolRule"],
|
|
7
|
-
typing.Literal["TerminalToolRule"],
|
|
8
|
-
typing.Literal["continue_loop"],
|
|
9
|
-
typing.Literal["conditional"],
|
|
10
|
-
typing.Literal["ToolRule"],
|
|
11
|
-
typing.Literal["require_parent_tools"],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
ToolRuleType = typing.Union[
|
|
6
|
-
typing.Literal[
|
|
7
|
-
"InitToolRule", "TerminalToolRule", "continue_loop", "conditional", "ToolRule", "require_parent_tools"
|
|
8
|
-
],
|
|
9
|
-
typing.Any,
|
|
10
|
-
]
|
|
File without changes
|