letta-client 0.1.320__py3-none-any.whl → 0.1.322__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 +6 -182
- letta_client/core/client_wrapper.py +2 -2
- letta_client/runs/client.py +18 -8
- letta_client/runs/raw_client.py +18 -8
- letta_client/types/__init__.py +6 -196
- letta_client/types/batch_job.py +10 -0
- letta_client/types/{chat_completion_message_function_tool_call_output.py → chat_completion_message_function_tool_call.py} +3 -3
- letta_client/types/{function_call.py → function.py} +1 -1
- letta_client/types/{function_definition_input.py → function_definition.py} +1 -1
- letta_client/types/function_tool.py +2 -2
- letta_client/types/job.py +10 -0
- letta_client/types/letta_schemas_agent_file_message_schema.py +2 -2
- letta_client/types/message.py +2 -2
- letta_client/types/run.py +10 -0
- {letta_client-0.1.320.dist-info → letta_client-0.1.322.dist-info}/METADATA +1 -1
- {letta_client-0.1.320.dist-info → letta_client-0.1.322.dist-info}/RECORD +17 -105
- letta_client/types/audio.py +0 -20
- letta_client/types/chat_completion_allowed_tool_choice_param.py +0 -22
- letta_client/types/chat_completion_allowed_tools_param.py +0 -22
- letta_client/types/chat_completion_allowed_tools_param_mode.py +0 -5
- letta_client/types/chat_completion_assistant_message_param.py +0 -30
- letta_client/types/chat_completion_assistant_message_param_content.py +0 -9
- letta_client/types/chat_completion_assistant_message_param_content_item.py +0 -10
- letta_client/types/chat_completion_assistant_message_param_tool_calls_item.py +0 -10
- letta_client/types/chat_completion_audio_param.py +0 -23
- letta_client/types/chat_completion_audio_param_format.py +0 -5
- letta_client/types/chat_completion_audio_param_voice.py +0 -15
- letta_client/types/chat_completion_content_part_image_param.py +0 -22
- letta_client/types/chat_completion_content_part_input_audio_param.py +0 -22
- letta_client/types/chat_completion_content_part_refusal_param.py +0 -21
- letta_client/types/chat_completion_content_part_text_param.py +0 -21
- letta_client/types/chat_completion_custom_tool_param.py +0 -24
- letta_client/types/chat_completion_developer_message_param.py +0 -23
- letta_client/types/chat_completion_developer_message_param_content.py +0 -7
- letta_client/types/chat_completion_function_call_option_param.py +0 -20
- letta_client/types/chat_completion_function_message_param.py +0 -22
- letta_client/types/chat_completion_function_tool_param.py +0 -22
- letta_client/types/chat_completion_message_custom_tool_call_param.py +0 -25
- letta_client/types/chat_completion_message_function_tool_call_input.py +0 -25
- letta_client/types/chat_completion_message_function_tool_call_param.py +0 -25
- letta_client/types/chat_completion_named_tool_choice_custom_param.py +0 -24
- letta_client/types/chat_completion_named_tool_choice_param.py +0 -24
- letta_client/types/chat_completion_prediction_content_param.py +0 -22
- letta_client/types/chat_completion_prediction_content_param_content.py +0 -7
- letta_client/types/chat_completion_stream_options_param.py +0 -21
- letta_client/types/chat_completion_system_message_param.py +0 -23
- letta_client/types/chat_completion_system_message_param_content.py +0 -7
- letta_client/types/chat_completion_tool_message_param.py +0 -23
- letta_client/types/chat_completion_tool_message_param_content.py +0 -7
- letta_client/types/chat_completion_user_message_param.py +0 -23
- letta_client/types/chat_completion_user_message_param_content.py +0 -7
- letta_client/types/chat_completion_user_message_param_content_item.py +0 -15
- letta_client/types/completion_create_params_non_streaming.py +0 -69
- letta_client/types/completion_create_params_non_streaming_function_call.py +0 -9
- letta_client/types/completion_create_params_non_streaming_messages_item.py +0 -19
- letta_client/types/completion_create_params_non_streaming_modalities_item.py +0 -5
- letta_client/types/completion_create_params_non_streaming_model.py +0 -69
- letta_client/types/completion_create_params_non_streaming_reasoning_effort.py +0 -7
- letta_client/types/completion_create_params_non_streaming_response_format.py +0 -11
- letta_client/types/completion_create_params_non_streaming_service_tier.py +0 -7
- letta_client/types/completion_create_params_non_streaming_stop.py +0 -5
- letta_client/types/completion_create_params_non_streaming_tool_choice.py +0 -16
- letta_client/types/completion_create_params_non_streaming_tools_item.py +0 -10
- letta_client/types/completion_create_params_non_streaming_verbosity.py +0 -5
- letta_client/types/completion_create_params_streaming.py +0 -69
- letta_client/types/completion_create_params_streaming_function_call.py +0 -9
- letta_client/types/completion_create_params_streaming_messages_item.py +0 -19
- letta_client/types/completion_create_params_streaming_modalities_item.py +0 -5
- letta_client/types/completion_create_params_streaming_model.py +0 -69
- letta_client/types/completion_create_params_streaming_reasoning_effort.py +0 -7
- letta_client/types/completion_create_params_streaming_response_format.py +0 -11
- letta_client/types/completion_create_params_streaming_service_tier.py +0 -7
- letta_client/types/completion_create_params_streaming_stop.py +0 -5
- letta_client/types/completion_create_params_streaming_tool_choice.py +0 -16
- letta_client/types/completion_create_params_streaming_tools_item.py +0 -8
- letta_client/types/completion_create_params_streaming_verbosity.py +0 -5
- letta_client/types/custom_format_grammar.py +0 -22
- letta_client/types/custom_format_grammar_grammar.py +0 -22
- letta_client/types/custom_format_grammar_grammar_syntax.py +0 -5
- letta_client/types/custom_format_text.py +0 -20
- letta_client/types/file.py +0 -22
- letta_client/types/file_file.py +0 -22
- letta_client/types/function_definition_output.py +0 -23
- letta_client/types/function_output.py +0 -21
- letta_client/types/image_url.py +0 -22
- letta_client/types/image_url_detail.py +0 -5
- letta_client/types/input_audio.py +0 -22
- letta_client/types/input_audio_format.py +0 -5
- letta_client/types/json_schema.py +0 -27
- letta_client/types/openai_types_chat_chat_completion_custom_tool_param_custom.py +0 -25
- letta_client/types/openai_types_chat_chat_completion_custom_tool_param_custom_format.py +0 -8
- letta_client/types/openai_types_chat_chat_completion_message_custom_tool_call_param_custom.py +0 -21
- letta_client/types/openai_types_chat_chat_completion_message_function_tool_call_function.py +0 -21
- letta_client/types/openai_types_chat_chat_completion_message_function_tool_call_param_function.py +0 -21
- letta_client/types/openai_types_chat_chat_completion_named_tool_choice_custom_param_custom.py +0 -20
- letta_client/types/openai_types_chat_chat_completion_named_tool_choice_param_function.py +0 -20
- letta_client/types/openai_types_chat_completion_create_params_function.py +0 -22
- letta_client/types/response_format_json_object.py +0 -20
- letta_client/types/response_format_json_schema.py +0 -22
- letta_client/types/response_format_text.py +0 -20
- letta_client/types/web_search_options.py +0 -23
- letta_client/types/web_search_options_search_context_size.py +0 -5
- letta_client/types/web_search_options_user_location.py +0 -22
- letta_client/types/web_search_options_user_location_approximate.py +0 -23
- {letta_client-0.1.320.dist-info → letta_client-0.1.322.dist-info}/WHEEL +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
letta_client/__init__.py,sha256=
|
|
1
|
+
letta_client/__init__.py,sha256=w70bvW-m3SZBYkgjWwcxmOC3OjELsZfWoVeq7rCQ6JU,22616
|
|
2
2
|
letta_client/agents/__init__.py,sha256=tivYxCGfOJoJPrDjdXFPEKGxqeHiILzaaUyrjbEpF-s,2255
|
|
3
3
|
letta_client/agents/blocks/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
4
4
|
letta_client/agents/blocks/client.py,sha256=WAKaFGx76QqDG1Ygd2hlvyXHTjV-ObjnvQSMKK6h1SM,16143
|
|
@@ -111,7 +111,7 @@ letta_client/client_side_access_tokens/types/client_side_access_tokens_list_clie
|
|
|
111
111
|
letta_client/client_side_access_tokens/types/client_side_access_tokens_list_client_side_access_tokens_response_tokens_item_policy_data_item_access_item.py,sha256=kNHfEWFl7u71Pu8NPqutod0a2NXfvq8il05Hqm0iBB4,284
|
|
112
112
|
letta_client/core/__init__.py,sha256=tpn7rjb6C2UIkYZYIqdrNpI7Yax2jw88sXh2baxaxAI,1715
|
|
113
113
|
letta_client/core/api_error.py,sha256=44vPoTyWN59gonCIZMdzw7M1uspygiLnr3GNFOoVL2Q,614
|
|
114
|
-
letta_client/core/client_wrapper.py,sha256=
|
|
114
|
+
letta_client/core/client_wrapper.py,sha256=L34PzguD0__6ZLJ_Uvh-isulYop5nkh6wHIQQ-x_RyI,2776
|
|
115
115
|
letta_client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
|
116
116
|
letta_client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
|
117
117
|
letta_client/core/force_multipart.py,sha256=awxh5MtcRYe74ehY8U76jzv6fYM_w_D3Rur7KQQzSDk,429
|
|
@@ -210,13 +210,13 @@ letta_client/providers/types/__init__.py,sha256=jVDiT7mqApU4Q2VZxWEhbljTDDdKn_0I
|
|
|
210
210
|
letta_client/providers/types/providers_list_request_order.py,sha256=gKYmSfL5MoQ5bI3wHkN7Ax8SDN-Niyfk4yhOFwhmiqg,164
|
|
211
211
|
letta_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
212
212
|
letta_client/runs/__init__.py,sha256=QD9MFbOrf_jxsxTQMFJc3TNxL_VMPnPLa_30UAr0GEk,307
|
|
213
|
-
letta_client/runs/client.py,sha256=
|
|
213
|
+
letta_client/runs/client.py,sha256=S6G4NDz3xHZZ-GtgMeRMYpZGtzDhWF1YfLq5o2VpF7Q,16466
|
|
214
214
|
letta_client/runs/messages/__init__.py,sha256=4Drz3WiTGJ6WVnWez4m6bLbjGw9ol_OtAGH0mx1a2ic,169
|
|
215
215
|
letta_client/runs/messages/client.py,sha256=u0ipd-pFDnw1VKSOFw4CDeVZ7bkXTNJtVAgzaDV2jso,4850
|
|
216
216
|
letta_client/runs/messages/raw_client.py,sha256=XZG7G9qbXj8cWZq0wil5ZVNTzgFZd5E8NaWIjnvgxm4,6777
|
|
217
217
|
letta_client/runs/messages/types/__init__.py,sha256=bTPj8YbO4NGt7r_tFoTYFp2PpWmJmJ7yK3kajsNbCQU,191
|
|
218
218
|
letta_client/runs/messages/types/messages_list_request_order.py,sha256=nHSEtZeZ-uQJ668U-p24AGw7MQzJXjaY7FVJh-RHUTo,163
|
|
219
|
-
letta_client/runs/raw_client.py,sha256=
|
|
219
|
+
letta_client/runs/raw_client.py,sha256=Qv473j6VMgD9rwxIu_kp278h47OiENVtL8MPLlRttC8,27918
|
|
220
220
|
letta_client/runs/steps/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
221
221
|
letta_client/runs/steps/client.py,sha256=4MiWOwmSiIX-0U_ic5a-x72Svjh2N7q6etXA5VJ9V30,6074
|
|
222
222
|
letta_client/runs/steps/raw_client.py,sha256=dbM7QYusDn_u4UYZl0I_jK-hCOek_m525we6boGo8jA,7973
|
|
@@ -358,7 +358,7 @@ letta_client/tools/types/test_mcp_server_request.py,sha256=3SqjEL3EYi7iV57TjTIzu
|
|
|
358
358
|
letta_client/tools/types/tools_list_request_order.py,sha256=Gi0MwZ1KN1X3--U7NDEMQOQu1xvfJMdGIbCj5M0w8KM,160
|
|
359
359
|
letta_client/tools/types/update_mcp_server_request.py,sha256=MHouV3iyZCTROguOQP5rOYvnmvDbBeXe5VtEejRvrEs,403
|
|
360
360
|
letta_client/tools/types/update_mcp_server_response.py,sha256=BJTPHWkb8hwgd4FvftQ8eZjl2QzCQT-vZAUVnLft9hw,376
|
|
361
|
-
letta_client/types/__init__.py,sha256=
|
|
361
|
+
letta_client/types/__init__.py,sha256=3XZSPgpf57wBytHxAGVIRKJNP0MFGUsxWU-Vc_pp2GE,19792
|
|
362
362
|
letta_client/types/action_model.py,sha256=VTXavHB6J2d4MjjTMEpkuEyVaiTHyj1FGfa4j8kN6hQ,1241
|
|
363
363
|
letta_client/types/action_parameters_model.py,sha256=s1mJ4tycms8UmCFsxyjKr6RbghSuqv35xpa9mK42sjg,829
|
|
364
364
|
letta_client/types/action_response_model.py,sha256=LcML150OvsKimVV3sP4jSFh8pVxQXn_r_ff8DADOr3c,825
|
|
@@ -381,81 +381,21 @@ letta_client/types/archival_memory_search_result.py,sha256=UlAWvWw1YGKAhLfAZZ30-
|
|
|
381
381
|
letta_client/types/archive.py,sha256=LmCwayMbPoji5hQvwo2qP9z2qFncml4MZT9qw3rl1CY,2260
|
|
382
382
|
letta_client/types/assistant_message.py,sha256=iFCIXRIndpEfBpdv5jX1IMBOWKJsciQF12lfB4I9bHI,1631
|
|
383
383
|
letta_client/types/assistant_message_content.py,sha256=rJZePqcZN74tqx-FbArUF1FaqvATOYAn87mvdpqyINA,242
|
|
384
|
-
letta_client/types/audio.py,sha256=1HlHjJ1FEv4J5G4jQY24G0H91T5LT3K6e-dnQ1Di7i8,549
|
|
385
384
|
letta_client/types/auth_request.py,sha256=kIiQTHpCLr0UPAt6SVL60cPnFjRW1x4tpazupclHSkk,684
|
|
386
385
|
letta_client/types/auth_response.py,sha256=IUpPVCri_qwX0jBLRvc8FVVUWbM2LH2NeUdMKwCWGBc,862
|
|
387
386
|
letta_client/types/auth_scheme_field.py,sha256=OFoPs6Xdvw-Z13mb7lQFf25z0IE6Z83f_8_gyiMcGtA,882
|
|
388
387
|
letta_client/types/bad_request_error_body.py,sha256=FXRnHlblilUaHvShh1ia8TgLy5Z1HWwfx7-OE-6d3AQ,568
|
|
389
388
|
letta_client/types/base_64_image.py,sha256=Ta6vR3od9sYQGrWgOSrFq7cS0-mm6cGTa2gWdFpSmo0,965
|
|
390
389
|
letta_client/types/base_tool_rule_schema.py,sha256=e2pHhj1fdWmuBfkyD_MODwCQnM_MrN6LL2CEx0SqKvY,583
|
|
391
|
-
letta_client/types/batch_job.py,sha256=
|
|
390
|
+
letta_client/types/batch_job.py,sha256=kh6dB2wREGsWi24HcWE_DjiaQqEUJ5684D9JdyUVRFk,3078
|
|
392
391
|
letta_client/types/block.py,sha256=g-uYemwR0gGBgJIad4cMj8gx3gVI8EfhHiLOvrZ_Kv8,3793
|
|
393
392
|
letta_client/types/block_schema.py,sha256=iCXe0NHt_HQFOoc8rwplIE2GQehgArOotIecrtKKsD4,2304
|
|
394
393
|
letta_client/types/block_update.py,sha256=jauNp2WlyKT96FgAIpbzWGq4d8oKNWVbxZvepetvl8c,2389
|
|
395
394
|
letta_client/types/body_export_agent.py,sha256=u9gPdccaHkSqKy9BmbXLoK4psoggV6FtShi8GDKrTZQ,870
|
|
396
|
-
letta_client/types/
|
|
397
|
-
letta_client/types/chat_completion_allowed_tools_param.py,sha256=CgzJpK31hM_3CwdbVNG1uvH-urRNL5xsgdKbSm2csMI,769
|
|
398
|
-
letta_client/types/chat_completion_allowed_tools_param_mode.py,sha256=ocp3464UJeMTnmGQWGcGvBfRp2oHcqKmKZ9gRZe3o6o,179
|
|
399
|
-
letta_client/types/chat_completion_assistant_message_param.py,sha256=OdnE1qO7c-RoNVx8ySri_OjHjXuM-ZUI2iC8MEZj7Lw,1264
|
|
400
|
-
letta_client/types/chat_completion_assistant_message_param_content.py,sha256=ehUGricpp5Di3As0cfksQcSyfpUDswGd06S2AqUbBnA,324
|
|
401
|
-
letta_client/types/chat_completion_assistant_message_param_content_item.py,sha256=IKw5Fr5KbFXgrnHd5CgnqT73V62y-ll6NiYbYN5rXDA,406
|
|
402
|
-
letta_client/types/chat_completion_assistant_message_param_tool_calls_item.py,sha256=ZXYBK5ZwaYu0oRKd-ssuAOtmHkKoaQ8AuL4HQmnBw-o,443
|
|
403
|
-
letta_client/types/chat_completion_audio_param.py,sha256=67fFn8t_tEZOAnAEQI39YpWyHq8RjyP1ISImAjEqKUA,796
|
|
404
|
-
letta_client/types/chat_completion_audio_param_format.py,sha256=_Jk2jCTMnQIi3tekbyca3izfaX-1Dkj_Jjc7-jai0D0,200
|
|
405
|
-
letta_client/types/chat_completion_audio_param_voice.py,sha256=BuZrNqrHNA-QyynayuzTcJgE3QfTUUre6t5C6dRu3ug,368
|
|
406
|
-
letta_client/types/chat_completion_content_part_image_param.py,sha256=vBM6W_XKxK2XWQEipzAzPwNi5YJVBSoUeql59o3tP_I,675
|
|
407
|
-
letta_client/types/chat_completion_content_part_input_audio_param.py,sha256=darA9e-fogSXdtBQKP6Vna-E5ZfWvof0-0FlUW7w_Xg,692
|
|
408
|
-
letta_client/types/chat_completion_content_part_refusal_param.py,sha256=w0aegJq3snvKnjmFejHDLTm5J7WusflEyQTrZxMXLOw,634
|
|
409
|
-
letta_client/types/chat_completion_content_part_text_param.py,sha256=PObZ89MEXiubJwjY7YctpOjYZTYJhmPp-FgiiKAiDn8,622
|
|
410
|
-
letta_client/types/chat_completion_custom_tool_param.py,sha256=rnCTcwwIzCXa_EqJyHfJWbWD1OyrtjUymaNsPiO9WqI,802
|
|
411
|
-
letta_client/types/chat_completion_developer_message_param.py,sha256=UQwR6BSUhjR0nhc46iYUn9TBf-PhayIAAXHdjEJkkwE,817
|
|
412
|
-
letta_client/types/chat_completion_developer_message_param_content.py,sha256=3vzb-bp9BKftHb19dKE0lwLuiZlPpL7OK7tGzIeMSR0,281
|
|
413
|
-
letta_client/types/chat_completion_function_call_option_param.py,sha256=5vTg5QPqVyt3LpVMmAKUz_XtES232aycD__SVIw5RrY,583
|
|
414
|
-
letta_client/types/chat_completion_function_message_param.py,sha256=AD5W28jAE-7MjHQpxExIBYm4xZNZf8ElGT-GB4sVw5M,671
|
|
415
|
-
letta_client/types/chat_completion_function_tool_param.py,sha256=mfeTpehqf3lfBEpe--Cdikgu3ekhwtYFDYXYSVkYnrM,714
|
|
416
|
-
letta_client/types/chat_completion_message_custom_tool_call_param.py,sha256=osXBxq4ke0zP1clZfWFFq_Q5UskH0VoSRBRxm4a_s3I,860
|
|
417
|
-
letta_client/types/chat_completion_message_function_tool_call_input.py,sha256=k2o-enfLtQqaUfEoy3Nsm5d8gQ44PFWliFhVBrHbSYc,864
|
|
418
|
-
letta_client/types/chat_completion_message_function_tool_call_output.py,sha256=emTFSDAGqlPaPIL2S70T59mAruewNlfVfc7-6warCJk,710
|
|
419
|
-
letta_client/types/chat_completion_message_function_tool_call_param.py,sha256=Evo8XxMbnWtB7Ok0z5pWWqC6kxxEGueWv7T9Gp00LeQ,880
|
|
420
|
-
letta_client/types/chat_completion_named_tool_choice_custom_param.py,sha256=gIi87aveu0HVitoTIid6DnWGIu7BylZwqS4it9KxnwQ,848
|
|
421
|
-
letta_client/types/chat_completion_named_tool_choice_param.py,sha256=6pdtCulwRn0FeYbFHlklRRaFInofhzQFDALZlw9cSco,835
|
|
422
|
-
letta_client/types/chat_completion_prediction_content_param.py,sha256=HeRunxpwSbXxYAUkZL3xsPzJ_wiT4rIqByDCHqNuqtg,779
|
|
423
|
-
letta_client/types/chat_completion_prediction_content_param_content.py,sha256=81u9nLywMfVv7fExVUW4o1BCaWoU27lLxMxcLgZF9so,282
|
|
424
|
-
letta_client/types/chat_completion_stream_options_param.py,sha256=xZqghHYOqjMT9Nq6Smw-RgH_6lkn16Yg7GG6tyzwEb4,666
|
|
425
|
-
letta_client/types/chat_completion_system_message_param.py,sha256=DgeROlxxdQNuP6gj1qgqdZOJEHLAtjrJno3PZ_5gVBk,799
|
|
426
|
-
letta_client/types/chat_completion_system_message_param_content.py,sha256=ngY5-4G3ePzTaVJma6pEqOhuna9gulIIgfy2hQ_fJDE,278
|
|
427
|
-
letta_client/types/chat_completion_tool_message_param.py,sha256=OIzfNL2tFgxTM9KJL72zM889s4wgdpYzGCLCa6cxduU,771
|
|
428
|
-
letta_client/types/chat_completion_tool_message_param_content.py,sha256=EYLRCGJecCk40QLO5mB2id0DaPm6llfAG15D7eI9RHE,276
|
|
429
|
-
letta_client/types/chat_completion_user_message_param.py,sha256=c4xX5dBaDG_i7jcLJKbDQFIj69SYHw1RNDdMgbIeTfI,787
|
|
430
|
-
letta_client/types/chat_completion_user_message_param_content.py,sha256=bLJRnIuun1MafPFOgkTF2dFyyOMHPb8PpeVzF_5EVLA,298
|
|
431
|
-
letta_client/types/chat_completion_user_message_param_content_item.py,sha256=Vfi7YnB1V9FBfD452M6ea-cVG8k9eoIUzCMYjeLbAds,580
|
|
395
|
+
letta_client/types/chat_completion_message_function_tool_call.py,sha256=gy63-GRpzbkwnT1pCszVleuWNdr3nLH30RPW9tfHtt4,685
|
|
432
396
|
letta_client/types/child_tool_rule.py,sha256=nriRtEL99xSQvA3v_Atni4bChEylS5v2l9_oyQ1WVvM,1082
|
|
433
397
|
letta_client/types/child_tool_rule_schema.py,sha256=g43as4Qsi7p_kL9pnheGdJwaYbfhYdOKr-fpy3V0Ic4,615
|
|
434
398
|
letta_client/types/code_input.py,sha256=_Emu9EQBxJ-mD8MFliFaXb4tsD3NiGl-FhiytlfaZv8,772
|
|
435
|
-
letta_client/types/completion_create_params_non_streaming.py,sha256=7Rqzj-FCGLVC3RW8MuwmKhw1hz7q-SXw2r-bcsdb5YQ,4362
|
|
436
|
-
letta_client/types/completion_create_params_non_streaming_function_call.py,sha256=rOhhZE6sp3nXl7eza8uPzc1CKsG3cn-fa8x8wvsqfh0,330
|
|
437
|
-
letta_client/types/completion_create_params_non_streaming_messages_item.py,sha256=_oNVb2SP0tpUWPtmPwbBS6jVP33j8uHmcsG83rFmKbE,884
|
|
438
|
-
letta_client/types/completion_create_params_non_streaming_modalities_item.py,sha256=BuyCf2nTCWVhishXFk3CsQphnPwNXj-kBdPMjkb8X10,189
|
|
439
|
-
letta_client/types/completion_create_params_non_streaming_model.py,sha256=F90scxzf6-Xi0hD3FoE7pdl70cYW3ARp4JbWrn91NvQ,2674
|
|
440
|
-
letta_client/types/completion_create_params_non_streaming_reasoning_effort.py,sha256=h9k4KD9GROKa6W90p-u9ZQPs3CnrF-ykLg2cL5e0FHg,215
|
|
441
|
-
letta_client/types/completion_create_params_non_streaming_response_format.py,sha256=Ksdl4NLFAf48PVeJsawe9mOYNwhB596JQOudH0Hulog,408
|
|
442
|
-
letta_client/types/completion_create_params_non_streaming_service_tier.py,sha256=ZmQ9USOqB1Tq2XvmbOLxz_BWAgMq1EU1BPxzmSsA38M,223
|
|
443
|
-
letta_client/types/completion_create_params_non_streaming_stop.py,sha256=5vPdgab7iH6eDizESU2_CMieWN5CN3pF8TZs-Zb7rMw,157
|
|
444
|
-
letta_client/types/completion_create_params_non_streaming_tool_choice.py,sha256=aRCxLmExT8c0QTe39G68vlFzWxBRd1mKpo58_8DiXqs,641
|
|
445
|
-
letta_client/types/completion_create_params_non_streaming_tools_item.py,sha256=K5Hk046FJnDEEg9dP9Q3oYsNUICW6YY0QO03Ma6FaKQ,368
|
|
446
|
-
letta_client/types/completion_create_params_non_streaming_verbosity.py,sha256=Nc_ZvPxCA4-cgwei6AwzSYpDowi7dVawkLulvN80iSY,192
|
|
447
|
-
letta_client/types/completion_create_params_streaming.py,sha256=WlJw7g9HMjFP6rMc-_rgvmckLtCaK_6L6slN4aNxuIM,4225
|
|
448
|
-
letta_client/types/completion_create_params_streaming_function_call.py,sha256=qBqeR4gU4MO5kshKuOwQf04aJAxyjgcbi1ZMeFpVfNk,327
|
|
449
|
-
letta_client/types/completion_create_params_streaming_messages_item.py,sha256=jucJqEz5LgFxo0MGT4aDLu9aZXYPUjUD2CE2C8VcBj4,881
|
|
450
|
-
letta_client/types/completion_create_params_streaming_modalities_item.py,sha256=o9ZU7r22WrE6z-BSJ72LJXHtVRIpK499WArVgY-ODgI,186
|
|
451
|
-
letta_client/types/completion_create_params_streaming_model.py,sha256=VVJm2rIQmU_DGbljXgAGEyoXYlhiFr8aBTCjgp5X8Hw,2671
|
|
452
|
-
letta_client/types/completion_create_params_streaming_reasoning_effort.py,sha256=nGkbBwbpIkIxsKP0GMFIgm4O8AdVjyIkt-gcDHZkaHE,212
|
|
453
|
-
letta_client/types/completion_create_params_streaming_response_format.py,sha256=AnOrNXCHKi8ovek0nQYHaXmbMh5jWod966U_5kUzJxI,405
|
|
454
|
-
letta_client/types/completion_create_params_streaming_service_tier.py,sha256=sZLi6DuprrhDPrhGRZUBTBjwgLRoFcc-6GB37K8X-Rs,220
|
|
455
|
-
letta_client/types/completion_create_params_streaming_stop.py,sha256=dSyQDu851QyeoRjpoE2JBIyKIYGO5jVx6UIH-bLiQwo,154
|
|
456
|
-
letta_client/types/completion_create_params_streaming_tool_choice.py,sha256=62GboMWkENllEOgy_83ezyRcZgtuA8tk_vIYx5ppwb4,638
|
|
457
|
-
letta_client/types/completion_create_params_streaming_tools_item.py,sha256=lGfcaKFneBxkpEMUuCSoWzzo6MKHsBNEQvxyaySc-PQ,359
|
|
458
|
-
letta_client/types/completion_create_params_streaming_verbosity.py,sha256=bj0nHrXfKHEA3WvXWiebH0v9MeFXJZQG5YJbkAIyh-s,189
|
|
459
399
|
letta_client/types/components_schemas_text_content.py,sha256=F21GPPwREb6GodS4dGsT7-4wySEUdhpq6krznF-sOPE,147
|
|
460
400
|
letta_client/types/conditional_tool_rule.py,sha256=kOGHpAMgTPe7M7JWuUbfrnDJ_CEfqyasbwBW75e2DXI,1425
|
|
461
401
|
letta_client/types/conditional_tool_rule_schema.py,sha256=zb6LXzC6Hk4Q-wdehR85aUWiWZogece0XAdlbh3EC1Q,718
|
|
@@ -464,10 +404,6 @@ letta_client/types/context_window_overview.py,sha256=1rWCBJvgJkkyMVPjgbhx1y26WbR
|
|
|
464
404
|
letta_client/types/continue_tool_rule.py,sha256=X3ZV_sxbTjMsg20NyuEUIl_0bxHUSj-vpUfu512LO70,997
|
|
465
405
|
letta_client/types/core_memory_block_schema.py,sha256=5_k2XFEsPDwldGfPdzHW3j_7IJOBqTVscq89lXTD4d8,985
|
|
466
406
|
letta_client/types/create_block.py,sha256=ZWieozFojBRfecUNo0RnA6jI_juXykSAQ1TBq2Xa5g8,2170
|
|
467
|
-
letta_client/types/custom_format_grammar.py,sha256=l16BZsFb3wPxhl-S6Q93RCBajoActOSQg6PIjTlAAuU,709
|
|
468
|
-
letta_client/types/custom_format_grammar_grammar.py,sha256=8skLshQW2sHV41OJrdTJX1SRbA5rjRGrqAbetf4YK14,706
|
|
469
|
-
letta_client/types/custom_format_grammar_grammar_syntax.py,sha256=8xsJRq0D02hhMGCQ55owIE-w7i4wu1ymWGNaKjg3cO4,173
|
|
470
|
-
letta_client/types/custom_format_text.py,sha256=JZQHhuuMfqvlI82NZ3364Nhu1gCfmJOps2xFykEg5Mw,590
|
|
471
407
|
letta_client/types/delete_deployment_response.py,sha256=Sa6HkM8f-uh4SnlXKpDfnTk_T7giKOZpzTTfAd0_chA,825
|
|
472
408
|
letta_client/types/deployment_entity.py,sha256=JE3xKaULaPxidiuIiyeJjrU0wVS7NKXhD-p7vnLAJBw,786
|
|
473
409
|
letta_client/types/duplicate_file_handling.py,sha256=xIYYN3qYtFaWHerE9KHGmXtyQb54pyE5xLREzAFakxI,183
|
|
@@ -477,20 +413,16 @@ letta_client/types/e_2_b_sandbox_config.py,sha256=LOR4k4sUyAGQWQ0AbJGLxvZesZAvEr
|
|
|
477
413
|
letta_client/types/embedding_config.py,sha256=BC5HNq_R0dvzcvH1Ncm2YONvkKm_LurMwosyE5RYJS4,2003
|
|
478
414
|
letta_client/types/embedding_config_embedding_endpoint_type.py,sha256=KGUZl9cAQNedLGhaOfuvAEE4JtDvVz6wlWFMAQEfSSk,561
|
|
479
415
|
letta_client/types/feedback_type.py,sha256=sDfsniSnnpSwzZqfIkRL7vYPxYqdwURpI6LMI7eDkoQ,160
|
|
480
|
-
letta_client/types/file.py,sha256=YPkTYb8V_XsvuQ6qXUzzDsp4iQMlZxPormZWoy7ROnI,629
|
|
481
416
|
letta_client/types/file_agent_schema.py,sha256=I0uHseeqx-FDK5pVAb6-0zrqpfNdXcjDTb4_LS2QmGw,1890
|
|
482
417
|
letta_client/types/file_block.py,sha256=0uRgIMwZDZuLZ-QklPts62aNTDglQeumSLtpwP6TWQ4,3268
|
|
483
|
-
letta_client/types/file_file.py,sha256=JEE9Aa0puZ4j6wZUI6HbZfF8keB_-qoPh4C-Mn6oOQ0,666
|
|
484
418
|
letta_client/types/file_metadata.py,sha256=RH11HWwyMyO2hmZzboTJzrLaOt7r7-I8pExUkXv0ja4,2831
|
|
485
419
|
letta_client/types/file_processing_status.py,sha256=8W8VAx9-jCaUx6q6mvyCMyLoa2peLTE_sgIaGloOWo4,201
|
|
486
420
|
letta_client/types/file_schema.py,sha256=AoHwU5PG9D-d-UX3td0i4j8UOH7QF_jstQUms4UE6lw,2545
|
|
487
421
|
letta_client/types/file_stats.py,sha256=37Uo8BbSAop9PMJBhAgNvJrJHvmMllk5ak_kKr9Zp78,876
|
|
488
422
|
letta_client/types/folder.py,sha256=BFdS47RqiLmq6c8YfzpGhNYsHhe6hfRXXnQD3rZhv-o,2371
|
|
489
|
-
letta_client/types/
|
|
490
|
-
letta_client/types/
|
|
491
|
-
letta_client/types/
|
|
492
|
-
letta_client/types/function_output.py,sha256=PmcCPw239hjzoP32ynV-9UDQRNpDhrkpICpYLKqJwV4,579
|
|
493
|
-
letta_client/types/function_tool.py,sha256=X4yY7kSNSlDM4srYifeajOuwJkmBj26AW6Jlo5E-fvw,698
|
|
423
|
+
letta_client/types/function.py,sha256=fLezAO13mRGonbjiiAWCQSUL-dxjM5bomG-bnckimCw,573
|
|
424
|
+
letta_client/types/function_definition.py,sha256=D17xcDfXZaOyivBi60NGAh9sSn5Kl2xyLtW4kDGHxxw,736
|
|
425
|
+
letta_client/types/function_tool.py,sha256=DB8zGBTGGS7evNtbiO8_aE2xg_89exKhgUUQ9L8DB9M,679
|
|
494
426
|
letta_client/types/generate_tool_input.py,sha256=9eqavChO3e0hXmovp1GvRIsNd8N11pBCiFjKpbG-WG8,1096
|
|
495
427
|
letta_client/types/generate_tool_output.py,sha256=0Heilco0ySpWaKsSGF0JIYHCRblVhYrcppBfhlpy98E,861
|
|
496
428
|
letta_client/types/group.py,sha256=4UxeKdj3CjXCdiWLHj_RK29s_VX97ZAjppRy3uJiUIQ,2700
|
|
@@ -507,12 +439,8 @@ letta_client/types/identity_property_value.py,sha256=SQJz97fXG0XHqOGYmYRmHLbI4On
|
|
|
507
439
|
letta_client/types/identity_type.py,sha256=YeGvqit1VLK7q0GpNuTyfbCxXO7BJjq-hFSiFZexswk,160
|
|
508
440
|
letta_client/types/image_content.py,sha256=wbWexW-_-DpoD4tU7WPappgbJUFvip5OY-tJCiJsbTQ,736
|
|
509
441
|
letta_client/types/image_content_source.py,sha256=_WW_IiGLwoShfOSBLZff8F7mFX0zjUqgeT_5DdeQYtQ,257
|
|
510
|
-
letta_client/types/image_url.py,sha256=C-sFQWOp3AFwMC4aVtpbft2TPRvihgL7l1vH0xx5oQk,649
|
|
511
|
-
letta_client/types/image_url_detail.py,sha256=YFT9wyf8hqeKhQjRWMv97y-fbU2DB-oCbU5BpUcHWVU,161
|
|
512
442
|
letta_client/types/imported_agents_response.py,sha256=PDBKbNcUNpRumkUgQTE4-pfPc9XCd9mVdf0VeDFGLV8,716
|
|
513
443
|
letta_client/types/init_tool_rule.py,sha256=K4SZoAybgKyVTOwJ46rE5ZXlBRV8e1qUQtY5Sod4puM,988
|
|
514
|
-
letta_client/types/input_audio.py,sha256=l4T076iM05SxiqBx5TEkE4baG99rk1olL6hmVictuJQ,634
|
|
515
|
-
letta_client/types/input_audio_format.py,sha256=QQFfndI9w66wIbGyHwfmJnk2bEJDPmEs9GybkaNL6AI,154
|
|
516
444
|
letta_client/types/internal_server_error_body.py,sha256=uDNP8p8Qm44sjvt4uTvK6jbSq4jbAcLplY6zd4e8mYY,572
|
|
517
445
|
letta_client/types/internal_template_agent_create.py,sha256=SkqqqYR_2PLJfpe_B6KS5HcW-kpTVipimCYQMS06k3U,8417
|
|
518
446
|
letta_client/types/internal_template_agent_create_response_format.py,sha256=4SOu2jhF5qZDlDorGrZ2cdyUF2do0IOtslZ_219qtzk,401
|
|
@@ -520,11 +448,10 @@ letta_client/types/internal_template_agent_create_tool_rules_item.py,sha256=zAZ1
|
|
|
520
448
|
letta_client/types/internal_template_block_create.py,sha256=zxyp52nkcFrWzgM4IhHqehSwMcSSBSb6f5oD3XHE60c,2199
|
|
521
449
|
letta_client/types/internal_template_group_create.py,sha256=nTFITl4Q6sRlYe4heRL7p55ZxVc1FD0nG3O96d0UHTw,1588
|
|
522
450
|
letta_client/types/internal_template_group_create_manager_config.py,sha256=zAX6KW-UB6dyqXSm2Wtp30wRfitANePpuoulLzsQm7M,490
|
|
523
|
-
letta_client/types/job.py,sha256=
|
|
451
|
+
letta_client/types/job.py,sha256=h5glsav9O_WLgIJUrFYVGyxcou7ECGPjCJSN6klg9OQ,3640
|
|
524
452
|
letta_client/types/job_status.py,sha256=hfkoSxAxkPegq1FSzzCTWQCBzoJwlvyrYnxtC0LzfUs,219
|
|
525
453
|
letta_client/types/job_type.py,sha256=HXYrfzPwxI54PqV7OVcMhewSJ_pBNHc14s9LcExr7Ss,154
|
|
526
454
|
letta_client/types/json_object_response_format.py,sha256=POxWWP3fHht3VcaQfpoMJ1HcyjItiv05zbfgILUbMww,676
|
|
527
|
-
letta_client/types/json_schema.py,sha256=lChgj4n8vBqAWwWIDReoPGgPos9cSNnv7V09nOcr1XU,871
|
|
528
455
|
letta_client/types/json_schema_response_format.py,sha256=D-MVRL01fwariUWGU5_OHGUMRrjFOy4NnQg-OiL5jLs,817
|
|
529
456
|
letta_client/types/letta_batch_messages.py,sha256=hGkufnFNXeqf79h9OV-ooVe3BEcZQ221Jeg7KPqJ7f8,614
|
|
530
457
|
letta_client/types/letta_batch_request.py,sha256=dkPRVNPpOK2iaPUecDoqPjT4BCSig7ti9jDwThngnGw,2000
|
|
@@ -540,7 +467,7 @@ letta_client/types/letta_response.py,sha256=XsdGEunygyUZc-jegfZ0dqmERToeFQShvJY5
|
|
|
540
467
|
letta_client/types/letta_schemas_agent_file_agent_schema.py,sha256=RJgVqefoCCmFY6Hzx1KcrFYlmq_LseRIpnUu45xe-lQ,9291
|
|
541
468
|
letta_client/types/letta_schemas_agent_file_agent_schema_response_format.py,sha256=ZXsdcfac2W9-vcdCAmdCT6YX1n59LKTbdNHfWkykGm8,406
|
|
542
469
|
letta_client/types/letta_schemas_agent_file_agent_schema_tool_rules_item.py,sha256=vjLR2zQtZl__7v6WNY-NtaxF2UBqiTiorO-Gw6B9rbc,847
|
|
543
|
-
letta_client/types/letta_schemas_agent_file_message_schema.py,sha256=
|
|
470
|
+
letta_client/types/letta_schemas_agent_file_message_schema.py,sha256=kdNJHEcOletXT0HinjKuXzTtatMAD7IjMN04MvPTNis,2991
|
|
544
471
|
letta_client/types/letta_schemas_agent_file_message_schema_content.py,sha256=7Co1Px87C9iREMZ3882Pt2NJCufjU5bOp0JgDnf46DQ,248
|
|
545
472
|
letta_client/types/letta_schemas_agent_file_tool_schema.py,sha256=nqDj-w95igSNiRyYe7X62lvnNfFJb9laL4RyUhTU850,3150
|
|
546
473
|
letta_client/types/letta_serialize_schemas_pydantic_agent_schema_agent_schema.py,sha256=lfuVF1g3x3MtgW6Ed1glJJ0OBRZtMuuYPDbt6sm7hFc,2230
|
|
@@ -569,7 +496,7 @@ letta_client/types/mcp_tool_execute_request.py,sha256=SVH2RlYN6Lb95-8eSB_PZYpHK_
|
|
|
569
496
|
letta_client/types/mcp_tool_health.py,sha256=ToG3Ut-9nvPkdFNL4gzu1LMv4bNmD7yFZ-bkMO16mzg,866
|
|
570
497
|
letta_client/types/memory.py,sha256=ndQGYXZlFm5EkvL0uCBUAVMLSsn3kLPkQaPbeTc60-8,1418
|
|
571
498
|
letta_client/types/memory_agent_type.py,sha256=YYUeXFXiBY94uC6rFw2ELewF5VOKnpeQrGfb5YJ-a4M,162
|
|
572
|
-
letta_client/types/message.py,sha256=
|
|
499
|
+
letta_client/types/message.py,sha256=KgMwqg6tcIjtnrz2k-wl3tqtJVVy-_ZS2q4_xdTDNt0,5200
|
|
573
500
|
letta_client/types/message_content_item.py,sha256=mu9j_dp-XAHQjbE0bv5wxMH3fTRW_dCtiIzbhdCMauw,630
|
|
574
501
|
letta_client/types/message_create.py,sha256=OCmj0ZZLk2v48I4w3vZOXAmt7tySBG6U0iYZv4vsXEo,1739
|
|
575
502
|
letta_client/types/message_create_content.py,sha256=pKppl-N8IdqR-ShWCZ0HN-3b13plPE2vSi6YcRM3w8o,227
|
|
@@ -582,14 +509,6 @@ letta_client/types/modal_sandbox_config_language.py,sha256=RHJmtMZwO-kcYqHIWFel0
|
|
|
582
509
|
letta_client/types/not_found_error_body.py,sha256=yE3-m6hzUyibPfMU09MqPOfairn7WtqdrqRpybnfsxk,566
|
|
583
510
|
letta_client/types/npm_requirement.py,sha256=XnJhQNy8ywDXzgKuT4wT8PTk-6umQ_3N7Ok9RKuyT2E,774
|
|
584
511
|
letta_client/types/omitted_reasoning_content.py,sha256=SW3FdgrmkcGwF4CH2cFx3KoYkJewjzmDeh8mP-UlHDI,623
|
|
585
|
-
letta_client/types/openai_types_chat_chat_completion_custom_tool_param_custom.py,sha256=qpE18SGU6NorQ3lziqS4Hy51f8HNgwi1DFhPAl9yclc,879
|
|
586
|
-
letta_client/types/openai_types_chat_chat_completion_custom_tool_param_custom_format.py,sha256=tu-G3vlXYK1pYbW86y1bXdbdh_70IF7l459GYZ9RgWY,296
|
|
587
|
-
letta_client/types/openai_types_chat_chat_completion_message_custom_tool_call_param_custom.py,sha256=1J_4Po51hTHIBG5MyKwH_gHZjRLvbL7Adx4QqbvWjXE,622
|
|
588
|
-
letta_client/types/openai_types_chat_chat_completion_message_function_tool_call_function.py,sha256=xG-TDGyDxYP6aoNRm61_G6Af7EteDvqqROq4YOjU5G0,625
|
|
589
|
-
letta_client/types/openai_types_chat_chat_completion_message_function_tool_call_param_function.py,sha256=hijQEemNQENudbTqjgpgoVYH9LUTM24TEeBPodUCdEA,630
|
|
590
|
-
letta_client/types/openai_types_chat_chat_completion_named_tool_choice_custom_param_custom.py,sha256=JUyK64k43ovsIQeMtGcnmYePDMKXmPuim4LTwiiSwzc,607
|
|
591
|
-
letta_client/types/openai_types_chat_chat_completion_named_tool_choice_param_function.py,sha256=exiuqKxoYd0HqYkNhlit0rFkdehpWW-7lWXN84bqZkw,603
|
|
592
|
-
letta_client/types/openai_types_chat_completion_create_params_function.py,sha256=JDT4bhBHxet5d4KpTZNZ00MYu5KUEMeqz8ecDeeCosI,722
|
|
593
512
|
letta_client/types/organization.py,sha256=RV0shhT3Lg3WlJG6vcIFRGb7lpf6nWCZGBofD67f4po,1081
|
|
594
513
|
letta_client/types/organization_create.py,sha256=ixvuJTv8UDefV9fS7gHCTjr-a32eTDhjaJMay5fE4Ak,815
|
|
595
514
|
letta_client/types/organization_sources_stats.py,sha256=58f-ZnVS0rrRXJHBa4y47Oa_fymEKnNiwbc8r_L7Dmo,1166
|
|
@@ -611,12 +530,9 @@ letta_client/types/reasoning_message_source.py,sha256=GYOWGm2mje1yYbR8E2kbAeQS--
|
|
|
611
530
|
letta_client/types/redacted_reasoning_content.py,sha256=d3L2OoswodrCBaeCsP9VSDd7VUmVFEMN9ORPCUGsz6c,736
|
|
612
531
|
letta_client/types/required_before_exit_tool_rule.py,sha256=rMM4Mov7CTmQVJZtpZlZG90n690kXWzPOe3Nbv3zppU,1019
|
|
613
532
|
letta_client/types/requires_approval_tool_rule.py,sha256=1mKQLGjy0NBcBgbLK0p1rBspUl6m4G3SY4KZKqDGrIU,1061
|
|
614
|
-
letta_client/types/response_format_json_object.py,sha256=84tj2_clAPEqC4vrFJoGlh1EqodNMiLckPeXGKPWnww,612
|
|
615
|
-
letta_client/types/response_format_json_schema.py,sha256=Yxz8QL1_s7vIAuzap82IPfylT0cTrR3BLrpp7Wn8VVc,676
|
|
616
|
-
letta_client/types/response_format_text.py,sha256=q9U4VDi57FPpqCVVPk-_21e0fbIohBPLDqWR-tAV2ls,592
|
|
617
533
|
letta_client/types/round_robin_manager.py,sha256=cGnv5WFZowjguzNLX9Nv3DDfdgzDolN3onSkLLjAl6Y,701
|
|
618
534
|
letta_client/types/round_robin_manager_update.py,sha256=0auliO4ChHHCexaiEfXKmERz_4IWz5YvjRsQHbUqVCI,707
|
|
619
|
-
letta_client/types/run.py,sha256=
|
|
535
|
+
letta_client/types/run.py,sha256=9yllUOPYAGZMD7s-YjF7GZ56OnGyz1NWCV8pqNGu4o4,3824
|
|
620
536
|
letta_client/types/sandbox_config.py,sha256=YWQpDOHkiqEtp-xa4jjQA3QyGq4ZXNU8UDardnAvxhw,1551
|
|
621
537
|
letta_client/types/sandbox_config_create.py,sha256=fGMGiKbuf5ii1o-tHRHAjnAu0FB4JktMjlvu6uBRAsY,731
|
|
622
538
|
letta_client/types/sandbox_config_create_config.py,sha256=0jPsYtxeoRXMLppFjWZCCjyobuBvlkf-GhAOdH8bmt4,337
|
|
@@ -687,14 +603,10 @@ letta_client/types/validation_error_loc_item.py,sha256=LAtjCHIllWRBFXvAZ5QZpp7CP
|
|
|
687
603
|
letta_client/types/vector_db_provider.py,sha256=P3IAs4NuRgqOHQrKaypVTE2T85WrwGs1CMG6XiL2ssk,170
|
|
688
604
|
letta_client/types/voice_sleeptime_manager.py,sha256=Khknp54o_fOmYWiG4fco7mjCTzEdq1RkVa0chwGbTIM,1225
|
|
689
605
|
letta_client/types/voice_sleeptime_manager_update.py,sha256=L3AfdarfXWWOcWIQivUKP2w0nQGIjcYMKspyqSyAHHU,1260
|
|
690
|
-
letta_client/types/web_search_options.py,sha256=rvZ4nfgIfGas93pAkAx8D-hk4mREgRgUTyAgY_dORiQ,864
|
|
691
|
-
letta_client/types/web_search_options_search_context_size.py,sha256=RgJGV4rkuaCTcaS4zsw_MWzRlTYpyNT9QqzNvpd1Gno,182
|
|
692
|
-
letta_client/types/web_search_options_user_location.py,sha256=r3ldaC5Nq0PRXFJdoMqTLQ2MPCq213_1J2SWzPRoMt0,771
|
|
693
|
-
letta_client/types/web_search_options_user_location_approximate.py,sha256=h07KHoBXDI79jY2GvdthfljEhw5BEr46srvm3BSzl_Q,732
|
|
694
606
|
letta_client/version.py,sha256=bttKLbIhO3UonCYQlqs600zzbQgfhCCMjeXR9WRzid4,79
|
|
695
607
|
letta_client/voice/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
696
608
|
letta_client/voice/client.py,sha256=MS0lkcQ1jxA6tjhL8Y0InMWFrUshvSHnWIfdD6pRe-0,3542
|
|
697
609
|
letta_client/voice/raw_client.py,sha256=W6mPMWqUMclyAMT3-gxOg5yLm_oGhaOdSmwciiiYt50,5618
|
|
698
|
-
letta_client-0.1.
|
|
699
|
-
letta_client-0.1.
|
|
700
|
-
letta_client-0.1.
|
|
610
|
+
letta_client-0.1.322.dist-info/METADATA,sha256=NUcn7CJgpCS8GZUCgXIrFjDO_TRYgWxSXJ0d8XfMr3k,5820
|
|
611
|
+
letta_client-0.1.322.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
612
|
+
letta_client-0.1.322.dist-info/RECORD,,
|
letta_client/types/audio.py
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
import pydantic
|
|
6
|
-
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
-
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class Audio(UncheckedBaseModel):
|
|
11
|
-
id: str
|
|
12
|
-
|
|
13
|
-
if IS_PYDANTIC_V2:
|
|
14
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
15
|
-
else:
|
|
16
|
-
|
|
17
|
-
class Config:
|
|
18
|
-
frozen = True
|
|
19
|
-
smart_union = True
|
|
20
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
import pydantic
|
|
6
|
-
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
-
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
8
|
-
from .chat_completion_allowed_tools_param import ChatCompletionAllowedToolsParam
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
class ChatCompletionAllowedToolChoiceParam(UncheckedBaseModel):
|
|
12
|
-
allowed_tools: ChatCompletionAllowedToolsParam
|
|
13
|
-
type: typing.Literal["allowed_tools"] = "allowed_tools"
|
|
14
|
-
|
|
15
|
-
if IS_PYDANTIC_V2:
|
|
16
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
17
|
-
else:
|
|
18
|
-
|
|
19
|
-
class Config:
|
|
20
|
-
frozen = True
|
|
21
|
-
smart_union = True
|
|
22
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
import pydantic
|
|
6
|
-
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
-
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
8
|
-
from .chat_completion_allowed_tools_param_mode import ChatCompletionAllowedToolsParamMode
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
class ChatCompletionAllowedToolsParam(UncheckedBaseModel):
|
|
12
|
-
mode: ChatCompletionAllowedToolsParamMode
|
|
13
|
-
tools: typing.List[typing.Dict[str, typing.Optional[typing.Any]]]
|
|
14
|
-
|
|
15
|
-
if IS_PYDANTIC_V2:
|
|
16
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
17
|
-
else:
|
|
18
|
-
|
|
19
|
-
class Config:
|
|
20
|
-
frozen = True
|
|
21
|
-
smart_union = True
|
|
22
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
import pydantic
|
|
6
|
-
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
-
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
8
|
-
from .audio import Audio
|
|
9
|
-
from .chat_completion_assistant_message_param_content import ChatCompletionAssistantMessageParamContent
|
|
10
|
-
from .chat_completion_assistant_message_param_tool_calls_item import ChatCompletionAssistantMessageParamToolCallsItem
|
|
11
|
-
from .function_call import FunctionCall
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
class ChatCompletionAssistantMessageParam(UncheckedBaseModel):
|
|
15
|
-
role: typing.Literal["assistant"] = "assistant"
|
|
16
|
-
audio: typing.Optional[Audio] = None
|
|
17
|
-
content: typing.Optional[ChatCompletionAssistantMessageParamContent] = None
|
|
18
|
-
function_call: typing.Optional[FunctionCall] = None
|
|
19
|
-
name: typing.Optional[str] = None
|
|
20
|
-
refusal: typing.Optional[str] = None
|
|
21
|
-
tool_calls: typing.Optional[typing.List[ChatCompletionAssistantMessageParamToolCallsItem]] = None
|
|
22
|
-
|
|
23
|
-
if IS_PYDANTIC_V2:
|
|
24
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
25
|
-
else:
|
|
26
|
-
|
|
27
|
-
class Config:
|
|
28
|
-
frozen = True
|
|
29
|
-
smart_union = True
|
|
30
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
from .chat_completion_assistant_message_param_content_item import ChatCompletionAssistantMessageParamContentItem
|
|
6
|
-
|
|
7
|
-
ChatCompletionAssistantMessageParamContent = typing.Union[
|
|
8
|
-
str, typing.List[ChatCompletionAssistantMessageParamContentItem]
|
|
9
|
-
]
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
from .chat_completion_content_part_refusal_param import ChatCompletionContentPartRefusalParam
|
|
6
|
-
from .chat_completion_content_part_text_param import ChatCompletionContentPartTextParam
|
|
7
|
-
|
|
8
|
-
ChatCompletionAssistantMessageParamContentItem = typing.Union[
|
|
9
|
-
ChatCompletionContentPartTextParam, ChatCompletionContentPartRefusalParam
|
|
10
|
-
]
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
from .chat_completion_message_custom_tool_call_param import ChatCompletionMessageCustomToolCallParam
|
|
6
|
-
from .chat_completion_message_function_tool_call_param import ChatCompletionMessageFunctionToolCallParam
|
|
7
|
-
|
|
8
|
-
ChatCompletionAssistantMessageParamToolCallsItem = typing.Union[
|
|
9
|
-
ChatCompletionMessageFunctionToolCallParam, ChatCompletionMessageCustomToolCallParam
|
|
10
|
-
]
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
import pydantic
|
|
6
|
-
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
-
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
8
|
-
from .chat_completion_audio_param_format import ChatCompletionAudioParamFormat
|
|
9
|
-
from .chat_completion_audio_param_voice import ChatCompletionAudioParamVoice
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
class ChatCompletionAudioParam(UncheckedBaseModel):
|
|
13
|
-
format: ChatCompletionAudioParamFormat
|
|
14
|
-
voice: ChatCompletionAudioParamVoice
|
|
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,15 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
ChatCompletionAudioParamVoice = typing.Union[
|
|
6
|
-
str,
|
|
7
|
-
typing.Literal["alloy"],
|
|
8
|
-
typing.Literal["ash"],
|
|
9
|
-
typing.Literal["ballad"],
|
|
10
|
-
typing.Literal["coral"],
|
|
11
|
-
typing.Literal["echo"],
|
|
12
|
-
typing.Literal["sage"],
|
|
13
|
-
typing.Literal["shimmer"],
|
|
14
|
-
typing.Literal["verse"],
|
|
15
|
-
]
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
import pydantic
|
|
6
|
-
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
-
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
8
|
-
from .image_url import ImageUrl
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
class ChatCompletionContentPartImageParam(UncheckedBaseModel):
|
|
12
|
-
image_url: ImageUrl
|
|
13
|
-
type: typing.Literal["image_url"] = "image_url"
|
|
14
|
-
|
|
15
|
-
if IS_PYDANTIC_V2:
|
|
16
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
17
|
-
else:
|
|
18
|
-
|
|
19
|
-
class Config:
|
|
20
|
-
frozen = True
|
|
21
|
-
smart_union = True
|
|
22
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
import pydantic
|
|
6
|
-
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
-
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
8
|
-
from .input_audio import InputAudio
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
class ChatCompletionContentPartInputAudioParam(UncheckedBaseModel):
|
|
12
|
-
input_audio: InputAudio
|
|
13
|
-
type: typing.Literal["input_audio"] = "input_audio"
|
|
14
|
-
|
|
15
|
-
if IS_PYDANTIC_V2:
|
|
16
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
17
|
-
else:
|
|
18
|
-
|
|
19
|
-
class Config:
|
|
20
|
-
frozen = True
|
|
21
|
-
smart_union = True
|
|
22
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
import pydantic
|
|
6
|
-
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
-
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class ChatCompletionContentPartRefusalParam(UncheckedBaseModel):
|
|
11
|
-
refusal: str
|
|
12
|
-
type: typing.Literal["refusal"] = "refusal"
|
|
13
|
-
|
|
14
|
-
if IS_PYDANTIC_V2:
|
|
15
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
16
|
-
else:
|
|
17
|
-
|
|
18
|
-
class Config:
|
|
19
|
-
frozen = True
|
|
20
|
-
smart_union = True
|
|
21
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
import pydantic
|
|
6
|
-
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
-
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class ChatCompletionContentPartTextParam(UncheckedBaseModel):
|
|
11
|
-
text: str
|
|
12
|
-
type: typing.Literal["text"] = "text"
|
|
13
|
-
|
|
14
|
-
if IS_PYDANTIC_V2:
|
|
15
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
16
|
-
else:
|
|
17
|
-
|
|
18
|
-
class Config:
|
|
19
|
-
frozen = True
|
|
20
|
-
smart_union = True
|
|
21
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
import pydantic
|
|
6
|
-
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
-
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
8
|
-
from .openai_types_chat_chat_completion_custom_tool_param_custom import (
|
|
9
|
-
OpenaiTypesChatChatCompletionCustomToolParamCustom,
|
|
10
|
-
)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
class ChatCompletionCustomToolParam(UncheckedBaseModel):
|
|
14
|
-
custom: OpenaiTypesChatChatCompletionCustomToolParamCustom
|
|
15
|
-
type: typing.Literal["custom"] = "custom"
|
|
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,23 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
import pydantic
|
|
6
|
-
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
-
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
8
|
-
from .chat_completion_developer_message_param_content import ChatCompletionDeveloperMessageParamContent
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
class ChatCompletionDeveloperMessageParam(UncheckedBaseModel):
|
|
12
|
-
content: ChatCompletionDeveloperMessageParamContent
|
|
13
|
-
role: typing.Literal["developer"] = "developer"
|
|
14
|
-
name: typing.Optional[str] = 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,7 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
from .chat_completion_content_part_text_param import ChatCompletionContentPartTextParam
|
|
6
|
-
|
|
7
|
-
ChatCompletionDeveloperMessageParamContent = typing.Union[str, typing.List[ChatCompletionContentPartTextParam]]
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
import pydantic
|
|
6
|
-
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
-
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class ChatCompletionFunctionCallOptionParam(UncheckedBaseModel):
|
|
11
|
-
name: str
|
|
12
|
-
|
|
13
|
-
if IS_PYDANTIC_V2:
|
|
14
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
15
|
-
else:
|
|
16
|
-
|
|
17
|
-
class Config:
|
|
18
|
-
frozen = True
|
|
19
|
-
smart_union = True
|
|
20
|
-
extra = pydantic.Extra.allow
|