letta-client 0.1.233__py3-none-any.whl → 0.1.234__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 +2 -0
- letta_client/agents/__init__.py +2 -0
- letta_client/agents/blocks/__init__.py +2 -0
- letta_client/agents/blocks/client.py +72 -313
- letta_client/agents/blocks/raw_client.py +654 -0
- letta_client/agents/client.py +329 -869
- letta_client/agents/context/__init__.py +2 -0
- letta_client/agents/context/client.py +31 -66
- letta_client/agents/context/raw_client.py +122 -0
- letta_client/agents/core_memory/__init__.py +2 -0
- letta_client/agents/core_memory/client.py +31 -66
- letta_client/agents/core_memory/raw_client.py +124 -0
- letta_client/agents/files/__init__.py +2 -0
- letta_client/agents/files/client.py +39 -178
- letta_client/agents/files/raw_client.py +349 -0
- letta_client/agents/folders/__init__.py +2 -0
- letta_client/agents/folders/client.py +39 -178
- letta_client/agents/folders/raw_client.py +327 -0
- letta_client/agents/groups/__init__.py +2 -0
- letta_client/agents/groups/client.py +31 -72
- letta_client/agents/groups/raw_client.py +142 -0
- letta_client/agents/memory_variables/__init__.py +2 -0
- letta_client/agents/memory_variables/client.py +31 -65
- letta_client/agents/memory_variables/raw_client.py +125 -0
- letta_client/agents/memory_variables/types/__init__.py +2 -0
- letta_client/agents/memory_variables/types/memory_variables_list_response.py +3 -2
- letta_client/agents/messages/__init__.py +2 -0
- letta_client/agents/messages/client.py +150 -589
- letta_client/agents/messages/raw_client.py +1384 -0
- letta_client/agents/messages/types/__init__.py +2 -0
- letta_client/agents/messages/types/letta_streaming_response.py +6 -5
- letta_client/agents/messages/types/messages_modify_request.py +3 -2
- letta_client/agents/messages/types/messages_modify_response.py +5 -4
- letta_client/agents/messages/types/messages_preview_raw_payload_request.py +1 -0
- letta_client/agents/passages/__init__.py +2 -0
- letta_client/agents/passages/client.py +89 -301
- letta_client/agents/passages/raw_client.py +678 -0
- letta_client/agents/raw_client.py +2068 -0
- letta_client/agents/sources/__init__.py +2 -0
- letta_client/agents/sources/client.py +39 -178
- letta_client/agents/sources/raw_client.py +327 -0
- letta_client/agents/templates/__init__.py +2 -0
- letta_client/agents/templates/client.py +57 -276
- letta_client/agents/templates/raw_client.py +505 -0
- letta_client/agents/templates/types/__init__.py +2 -0
- letta_client/agents/templates/types/templates_create_response.py +5 -4
- letta_client/agents/templates/types/templates_migrate_response.py +3 -2
- letta_client/agents/tools/__init__.py +2 -0
- letta_client/agents/tools/client.py +40 -179
- letta_client/agents/tools/raw_client.py +327 -0
- letta_client/agents/types/__init__.py +2 -0
- letta_client/agents/types/agents_search_request_search_item.py +4 -3
- letta_client/agents/types/agents_search_request_search_item_field.py +4 -3
- letta_client/agents/types/agents_search_request_search_item_one.py +4 -3
- letta_client/agents/types/agents_search_request_search_item_three.py +3 -2
- letta_client/agents/types/agents_search_request_search_item_two.py +3 -2
- letta_client/agents/types/agents_search_request_search_item_zero.py +3 -2
- letta_client/agents/types/agents_search_response.py +5 -4
- letta_client/agents/types/create_agent_request_response_format.py +1 -0
- letta_client/agents/types/create_agent_request_tool_rules_item.py +4 -3
- letta_client/agents/types/update_agent_response_format.py +1 -0
- letta_client/agents/types/update_agent_tool_rules_item.py +4 -3
- letta_client/base_client.py +41 -49
- letta_client/batches/__init__.py +2 -0
- letta_client/batches/client.py +45 -253
- letta_client/batches/raw_client.py +457 -0
- letta_client/blocks/__init__.py +2 -0
- letta_client/blocks/agents/__init__.py +2 -0
- letta_client/blocks/agents/client.py +33 -70
- letta_client/blocks/agents/raw_client.py +144 -0
- letta_client/blocks/client.py +126 -424
- letta_client/blocks/raw_client.py +973 -0
- letta_client/client_side_access_tokens/__init__.py +2 -0
- letta_client/client_side_access_tokens/client.py +45 -216
- letta_client/client_side_access_tokens/raw_client.py +435 -0
- letta_client/client_side_access_tokens/types/__init__.py +2 -0
- letta_client/client_side_access_tokens/types/client_side_access_tokens_create_request_policy_item.py +4 -3
- letta_client/client_side_access_tokens/types/client_side_access_tokens_create_response.py +6 -5
- letta_client/client_side_access_tokens/types/client_side_access_tokens_create_response_policy.py +4 -3
- letta_client/client_side_access_tokens/types/client_side_access_tokens_create_response_policy_data_item.py +4 -3
- letta_client/client_side_access_tokens/types/client_side_access_tokens_list_client_side_access_tokens_response.py +6 -5
- letta_client/client_side_access_tokens/types/client_side_access_tokens_list_client_side_access_tokens_response_tokens_item.py +6 -5
- letta_client/client_side_access_tokens/types/client_side_access_tokens_list_client_side_access_tokens_response_tokens_item_policy.py +4 -3
- letta_client/client_side_access_tokens/types/client_side_access_tokens_list_client_side_access_tokens_response_tokens_item_policy_data_item.py +4 -3
- letta_client/core/__init__.py +5 -0
- letta_client/core/api_error.py +13 -5
- letta_client/core/client_wrapper.py +14 -5
- letta_client/core/force_multipart.py +16 -0
- letta_client/core/http_client.py +70 -26
- letta_client/core/http_response.py +55 -0
- letta_client/core/jsonable_encoder.py +0 -1
- letta_client/core/pydantic_utilities.py +70 -111
- letta_client/core/serialization.py +7 -3
- letta_client/core/unchecked_base_model.py +40 -4
- letta_client/embedding_models/__init__.py +2 -0
- letta_client/embedding_models/client.py +31 -65
- letta_client/embedding_models/raw_client.py +117 -0
- letta_client/errors/__init__.py +2 -0
- letta_client/errors/bad_request_error.py +4 -3
- letta_client/errors/conflict_error.py +4 -2
- letta_client/errors/internal_server_error.py +4 -3
- letta_client/errors/not_found_error.py +4 -3
- letta_client/errors/payment_required_error.py +4 -2
- letta_client/errors/unprocessable_entity_error.py +4 -2
- letta_client/folders/__init__.py +2 -0
- letta_client/folders/client.py +100 -564
- letta_client/folders/files/__init__.py +2 -0
- letta_client/folders/files/client.py +44 -189
- letta_client/folders/files/raw_client.py +391 -0
- letta_client/folders/passages/__init__.py +2 -0
- letta_client/folders/passages/client.py +33 -74
- letta_client/folders/passages/raw_client.py +162 -0
- letta_client/folders/raw_client.py +1084 -0
- letta_client/groups/__init__.py +2 -0
- letta_client/groups/client.py +87 -406
- letta_client/groups/messages/__init__.py +2 -0
- letta_client/groups/messages/client.py +110 -371
- letta_client/groups/messages/raw_client.py +881 -0
- letta_client/groups/messages/types/__init__.py +2 -0
- letta_client/groups/messages/types/letta_streaming_response.py +5 -4
- letta_client/groups/messages/types/messages_modify_request.py +3 -2
- letta_client/groups/messages/types/messages_modify_response.py +5 -4
- letta_client/groups/raw_client.py +807 -0
- letta_client/groups/types/__init__.py +2 -0
- letta_client/groups/types/group_create_manager_config.py +1 -0
- letta_client/groups/types/group_update_manager_config.py +1 -0
- letta_client/health/__init__.py +2 -0
- letta_client/health/client.py +31 -43
- letta_client/health/raw_client.py +85 -0
- letta_client/identities/__init__.py +2 -0
- letta_client/identities/client.py +115 -498
- letta_client/identities/properties/__init__.py +2 -0
- letta_client/identities/properties/client.py +32 -76
- letta_client/identities/properties/raw_client.py +152 -0
- letta_client/identities/raw_client.py +1010 -0
- letta_client/jobs/__init__.py +2 -0
- letta_client/jobs/client.py +67 -310
- letta_client/jobs/raw_client.py +624 -0
- letta_client/messages/__init__.py +2 -0
- letta_client/messages/client.py +41 -74
- letta_client/messages/raw_client.py +186 -0
- letta_client/models/__init__.py +2 -0
- letta_client/models/client.py +39 -73
- letta_client/models/raw_client.py +151 -0
- letta_client/projects/__init__.py +2 -0
- letta_client/projects/client.py +31 -53
- letta_client/projects/raw_client.py +125 -0
- letta_client/projects/types/__init__.py +2 -0
- letta_client/projects/types/projects_list_response.py +5 -4
- letta_client/projects/types/projects_list_response_projects_item.py +3 -2
- letta_client/providers/__init__.py +2 -0
- letta_client/providers/client.py +62 -335
- letta_client/providers/raw_client.py +664 -0
- letta_client/runs/__init__.py +2 -0
- letta_client/runs/client.py +56 -258
- letta_client/runs/messages/__init__.py +2 -0
- letta_client/runs/messages/client.py +34 -79
- letta_client/runs/messages/raw_client.py +209 -0
- letta_client/runs/raw_client.py +440 -0
- letta_client/runs/steps/__init__.py +2 -0
- letta_client/runs/steps/client.py +33 -76
- letta_client/runs/steps/raw_client.py +192 -0
- letta_client/runs/usage/__init__.py +2 -0
- letta_client/runs/usage/client.py +31 -66
- letta_client/runs/usage/raw_client.py +122 -0
- letta_client/sources/__init__.py +2 -0
- letta_client/sources/client.py +107 -625
- letta_client/sources/files/__init__.py +2 -0
- letta_client/sources/files/client.py +44 -189
- letta_client/sources/files/raw_client.py +391 -0
- letta_client/sources/passages/__init__.py +2 -0
- letta_client/sources/passages/client.py +33 -74
- letta_client/sources/passages/raw_client.py +162 -0
- letta_client/sources/raw_client.py +1209 -0
- letta_client/steps/__init__.py +2 -0
- letta_client/steps/client.py +65 -153
- letta_client/steps/feedback/__init__.py +2 -0
- letta_client/steps/feedback/client.py +32 -73
- letta_client/steps/feedback/raw_client.py +141 -0
- letta_client/steps/raw_client.py +355 -0
- letta_client/steps/types/__init__.py +2 -0
- letta_client/tags/__init__.py +2 -0
- letta_client/tags/client.py +33 -73
- letta_client/tags/raw_client.py +148 -0
- letta_client/telemetry/__init__.py +2 -0
- letta_client/telemetry/client.py +31 -66
- letta_client/telemetry/raw_client.py +118 -0
- letta_client/templates/__init__.py +2 -0
- letta_client/templates/agents/__init__.py +2 -0
- letta_client/templates/agents/client.py +48 -96
- letta_client/templates/agents/raw_client.py +227 -0
- letta_client/templates/agents/types/__init__.py +2 -0
- letta_client/templates/agents/types/agents_create_request_initial_message_sequence_item.py +4 -3
- letta_client/templates/agents/types/agents_create_response.py +4 -3
- letta_client/templates/client.py +36 -57
- letta_client/templates/raw_client.py +133 -0
- letta_client/templates/types/__init__.py +2 -0
- letta_client/templates/types/templates_list_response.py +5 -4
- letta_client/templates/types/templates_list_response_templates_item.py +3 -2
- letta_client/tools/__init__.py +2 -0
- letta_client/tools/client.py +195 -1322
- letta_client/tools/raw_client.py +2565 -0
- letta_client/tools/types/__init__.py +2 -0
- letta_client/tools/types/add_mcp_server_request.py +2 -1
- letta_client/tools/types/add_mcp_server_response_item.py +2 -1
- letta_client/tools/types/connect_mcp_server_request.py +2 -1
- letta_client/tools/types/delete_mcp_server_response_item.py +2 -1
- letta_client/tools/types/list_mcp_servers_response_value.py +1 -0
- letta_client/tools/types/streaming_response.py +5 -4
- letta_client/tools/types/test_mcp_server_request.py +2 -1
- letta_client/tools/types/update_mcp_server_request.py +2 -1
- letta_client/tools/types/update_mcp_server_response.py +2 -1
- letta_client/types/__init__.py +2 -0
- letta_client/types/action_model.py +6 -5
- letta_client/types/action_parameters_model.py +3 -2
- letta_client/types/action_response_model.py +3 -2
- letta_client/types/agent_environment_variable.py +3 -2
- letta_client/types/agent_schema.py +7 -6
- letta_client/types/agent_schema_tool_rules_item.py +2 -1
- letta_client/types/agent_state.py +9 -8
- letta_client/types/agent_state_response_format.py +1 -0
- letta_client/types/agent_state_tool_rules_item.py +4 -3
- letta_client/types/app_auth_scheme.py +4 -3
- letta_client/types/app_model.py +5 -4
- letta_client/types/assistant_message.py +3 -2
- letta_client/types/assistant_message_content.py +1 -0
- letta_client/types/audio.py +3 -2
- letta_client/types/auth_request.py +2 -1
- letta_client/types/auth_response.py +5 -4
- letta_client/types/auth_scheme_field.py +3 -2
- letta_client/types/bad_request_error_body.py +3 -2
- letta_client/types/base_64_image.py +2 -1
- letta_client/types/base_tool_rule_schema.py +3 -2
- letta_client/types/batch_job.py +4 -3
- letta_client/types/block.py +3 -2
- letta_client/types/block_update.py +2 -1
- letta_client/types/chat_completion_assistant_message_param.py +5 -4
- letta_client/types/chat_completion_assistant_message_param_content.py +1 -0
- letta_client/types/chat_completion_assistant_message_param_content_item.py +2 -1
- letta_client/types/chat_completion_audio_param.py +4 -3
- letta_client/types/chat_completion_content_part_image_param.py +4 -3
- letta_client/types/chat_completion_content_part_input_audio_param.py +4 -3
- letta_client/types/chat_completion_content_part_refusal_param.py +3 -2
- letta_client/types/chat_completion_content_part_text_param.py +3 -2
- letta_client/types/chat_completion_developer_message_param.py +4 -3
- letta_client/types/chat_completion_developer_message_param_content.py +1 -0
- letta_client/types/chat_completion_function_call_option_param.py +3 -2
- letta_client/types/chat_completion_function_message_param.py +3 -2
- letta_client/types/chat_completion_message_tool_call.py +4 -3
- letta_client/types/chat_completion_message_tool_call_param.py +4 -3
- letta_client/types/chat_completion_named_tool_choice_param.py +4 -3
- letta_client/types/chat_completion_prediction_content_param.py +4 -3
- letta_client/types/chat_completion_prediction_content_param_content.py +1 -0
- letta_client/types/chat_completion_stream_options_param.py +3 -2
- letta_client/types/chat_completion_system_message_param.py +4 -3
- letta_client/types/chat_completion_system_message_param_content.py +1 -0
- letta_client/types/chat_completion_tool_message_param.py +4 -3
- letta_client/types/chat_completion_tool_message_param_content.py +1 -0
- letta_client/types/chat_completion_tool_param.py +4 -3
- letta_client/types/chat_completion_user_message_param.py +4 -3
- letta_client/types/chat_completion_user_message_param_content.py +1 -0
- letta_client/types/chat_completion_user_message_param_content_item.py +2 -1
- letta_client/types/child_tool_rule.py +3 -2
- letta_client/types/child_tool_rule_schema.py +3 -2
- letta_client/types/code_input.py +3 -2
- letta_client/types/completion_create_params_non_streaming.py +10 -9
- letta_client/types/completion_create_params_non_streaming_function_call.py +1 -0
- letta_client/types/completion_create_params_non_streaming_messages_item.py +4 -3
- letta_client/types/completion_create_params_non_streaming_response_format.py +3 -2
- letta_client/types/completion_create_params_non_streaming_tool_choice.py +1 -0
- letta_client/types/completion_create_params_streaming.py +10 -9
- letta_client/types/completion_create_params_streaming_function_call.py +1 -0
- letta_client/types/completion_create_params_streaming_messages_item.py +4 -3
- letta_client/types/completion_create_params_streaming_response_format.py +3 -2
- letta_client/types/completion_create_params_streaming_tool_choice.py +1 -0
- letta_client/types/conditional_tool_rule.py +3 -2
- letta_client/types/conditional_tool_rule_schema.py +3 -2
- letta_client/types/conflict_error_body.py +3 -2
- letta_client/types/context_window_overview.py +4 -3
- letta_client/types/continue_tool_rule.py +3 -2
- letta_client/types/core_memory_block_schema.py +4 -3
- letta_client/types/create_block.py +3 -2
- letta_client/types/dynamic_manager.py +2 -1
- letta_client/types/dynamic_manager_update.py +2 -1
- letta_client/types/e_2_b_sandbox_config.py +2 -1
- letta_client/types/embedding_config.py +4 -3
- letta_client/types/file.py +4 -3
- letta_client/types/file_block.py +4 -3
- letta_client/types/file_file.py +3 -2
- letta_client/types/file_metadata.py +5 -4
- letta_client/types/file_stats.py +3 -2
- letta_client/types/folder.py +5 -4
- letta_client/types/function_call.py +3 -2
- letta_client/types/function_definition_input.py +3 -2
- letta_client/types/function_definition_output.py +3 -2
- letta_client/types/function_output.py +3 -2
- letta_client/types/function_tool.py +4 -3
- letta_client/types/generate_tool_input.py +3 -2
- letta_client/types/generate_tool_output.py +4 -3
- letta_client/types/group.py +4 -3
- letta_client/types/health.py +3 -2
- letta_client/types/hidden_reasoning_message.py +4 -3
- letta_client/types/http_validation_error.py +4 -3
- letta_client/types/identity.py +4 -3
- letta_client/types/identity_property.py +5 -4
- letta_client/types/image_content.py +3 -2
- letta_client/types/image_content_source.py +1 -0
- letta_client/types/image_url.py +4 -3
- letta_client/types/init_tool_rule.py +3 -2
- letta_client/types/input_audio.py +4 -3
- letta_client/types/internal_server_error_body.py +3 -2
- letta_client/types/job.py +4 -3
- letta_client/types/json_object_response_format.py +3 -2
- letta_client/types/json_schema.py +4 -3
- letta_client/types/json_schema_response_format.py +2 -1
- letta_client/types/letta_batch_messages.py +4 -3
- letta_client/types/letta_batch_request.py +4 -3
- letta_client/types/letta_image.py +2 -1
- letta_client/types/letta_message_content_union.py +4 -3
- letta_client/types/letta_message_union.py +5 -4
- letta_client/types/letta_ping.py +2 -1
- letta_client/types/letta_request.py +4 -3
- letta_client/types/letta_request_config.py +3 -2
- letta_client/types/letta_response.py +4 -3
- letta_client/types/letta_stop_reason.py +3 -2
- letta_client/types/letta_streaming_request.py +9 -3
- letta_client/types/letta_usage_statistics.py +3 -2
- letta_client/types/letta_user_message_content_union.py +2 -1
- letta_client/types/llm_config.py +6 -5
- letta_client/types/local_sandbox_config.py +3 -2
- letta_client/types/max_count_per_step_tool_rule.py +3 -2
- letta_client/types/max_count_per_step_tool_rule_schema.py +3 -2
- letta_client/types/mcp_tool.py +4 -3
- letta_client/types/memory.py +4 -3
- letta_client/types/message.py +6 -5
- letta_client/types/message_content_item.py +1 -0
- letta_client/types/message_create.py +5 -4
- letta_client/types/message_create_content.py +1 -0
- letta_client/types/message_schema.py +4 -3
- letta_client/types/modal_sandbox_config.py +2 -1
- letta_client/types/not_found_error_body.py +3 -2
- letta_client/types/omitted_reasoning_content.py +3 -2
- letta_client/types/openai_types_chat_chat_completion_message_tool_call_param_function.py +3 -2
- letta_client/types/openai_types_chat_chat_completion_named_tool_choice_param_function.py +3 -2
- letta_client/types/openai_types_chat_completion_create_params_function.py +3 -2
- letta_client/types/organization.py +3 -2
- letta_client/types/organization_create.py +2 -1
- letta_client/types/organization_sources_stats.py +3 -2
- letta_client/types/organization_update.py +2 -1
- letta_client/types/parameter_properties.py +3 -2
- letta_client/types/parameters_schema.py +4 -3
- letta_client/types/parent_tool_rule.py +3 -2
- letta_client/types/passage.py +4 -3
- letta_client/types/payment_required_error_body.py +3 -2
- letta_client/types/pip_requirement.py +3 -2
- letta_client/types/provider.py +5 -4
- letta_client/types/provider_check.py +4 -3
- letta_client/types/provider_trace.py +3 -2
- letta_client/types/reasoning_content.py +2 -1
- letta_client/types/reasoning_message.py +4 -3
- letta_client/types/redacted_reasoning_content.py +2 -1
- letta_client/types/required_before_exit_tool_rule.py +3 -2
- letta_client/types/response_format_json_object.py +3 -2
- letta_client/types/response_format_json_schema.py +4 -3
- letta_client/types/response_format_text.py +3 -2
- letta_client/types/round_robin_manager.py +2 -1
- letta_client/types/round_robin_manager_update.py +2 -1
- letta_client/types/run.py +4 -3
- letta_client/types/sandbox_config.py +4 -3
- letta_client/types/sandbox_config_create.py +4 -3
- letta_client/types/sandbox_config_create_config.py +2 -1
- letta_client/types/sandbox_config_update.py +3 -2
- letta_client/types/sandbox_config_update_config.py +2 -1
- letta_client/types/sandbox_environment_variable.py +3 -2
- letta_client/types/sandbox_environment_variable_create.py +3 -2
- letta_client/types/sandbox_environment_variable_update.py +2 -1
- letta_client/types/sleeptime_manager.py +2 -1
- letta_client/types/sleeptime_manager_update.py +2 -1
- letta_client/types/source.py +5 -4
- letta_client/types/source_create.py +4 -3
- letta_client/types/source_stats.py +4 -3
- letta_client/types/source_update.py +3 -2
- letta_client/types/sse_server_config.py +4 -3
- letta_client/types/stdio_server_config.py +4 -3
- letta_client/types/step.py +5 -4
- letta_client/types/streamable_http_server_config.py +4 -3
- letta_client/types/supervisor_manager.py +2 -1
- letta_client/types/supervisor_manager_update.py +2 -1
- letta_client/types/system_message.py +2 -1
- letta_client/types/tag_schema.py +3 -2
- letta_client/types/terminal_tool_rule.py +3 -2
- letta_client/types/text_content.py +2 -1
- letta_client/types/text_response_format.py +3 -2
- letta_client/types/tool.py +5 -4
- letta_client/types/tool_annotations.py +4 -3
- letta_client/types/tool_call.py +3 -2
- letta_client/types/tool_call_content.py +2 -1
- letta_client/types/tool_call_delta.py +3 -2
- letta_client/types/tool_call_message.py +4 -3
- letta_client/types/tool_call_message_tool_call.py +1 -0
- letta_client/types/tool_create.py +3 -2
- letta_client/types/tool_env_var_schema.py +3 -2
- letta_client/types/tool_json_schema.py +4 -3
- letta_client/types/tool_return.py +4 -3
- letta_client/types/tool_return_content.py +2 -1
- letta_client/types/tool_return_message.py +4 -3
- letta_client/types/tool_schema.py +5 -4
- letta_client/types/update_assistant_message.py +3 -2
- letta_client/types/update_assistant_message_content.py +1 -0
- letta_client/types/update_reasoning_message.py +3 -2
- letta_client/types/update_ssemcp_server.py +2 -1
- letta_client/types/update_stdio_mcp_server.py +3 -2
- letta_client/types/update_streamable_httpmcp_server.py +2 -1
- letta_client/types/update_system_message.py +2 -1
- letta_client/types/update_user_message.py +3 -2
- letta_client/types/update_user_message_content.py +1 -0
- letta_client/types/url_image.py +2 -1
- letta_client/types/usage_statistics.py +5 -4
- letta_client/types/usage_statistics_completion_token_details.py +3 -2
- letta_client/types/usage_statistics_prompt_token_details.py +3 -2
- letta_client/types/user.py +3 -2
- letta_client/types/user_create.py +3 -2
- letta_client/types/user_message.py +3 -2
- letta_client/types/user_message_content.py +1 -0
- letta_client/types/user_update.py +3 -2
- letta_client/types/validation_error.py +4 -3
- letta_client/types/voice_sleeptime_manager.py +2 -1
- letta_client/types/voice_sleeptime_manager_update.py +2 -1
- letta_client/types/web_search_options.py +4 -3
- letta_client/types/web_search_options_user_location.py +4 -3
- letta_client/types/web_search_options_user_location_approximate.py +3 -2
- letta_client/voice/__init__.py +2 -0
- letta_client/voice/client.py +33 -74
- letta_client/voice/raw_client.py +154 -0
- {letta_client-0.1.233.dist-info → letta_client-0.1.234.dist-info}/METADATA +24 -3
- letta_client-0.1.234.dist-info/RECORD +503 -0
- letta_client-0.1.233.dist-info/RECORD +0 -455
- {letta_client-0.1.233.dist-info → letta_client-0.1.234.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,503 @@
|
|
|
1
|
+
letta_client/__init__.py,sha256=bFEvTRYNOl1g_jGdipJrRBVwA8Jm2BggS5MOyN3eeTM,19772
|
|
2
|
+
letta_client/agents/__init__.py,sha256=JkuWGGNJsCfnMr2DFzQ1SiqEB1tcFZnafdidODi0_DY,2166
|
|
3
|
+
letta_client/agents/blocks/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
4
|
+
letta_client/agents/blocks/client.py,sha256=Akx-1SYEXkmdtLtytPtdFNhVts8JkjC2aMQnnWgd8Ug,14735
|
|
5
|
+
letta_client/agents/blocks/raw_client.py,sha256=7tdlieWtGyMe1G5Ne9Rcujvr43DbD4K3hVJ7eiJNuFo,24454
|
|
6
|
+
letta_client/agents/client.py,sha256=nbPOuwaM9oA_-7vn5UKP92MS2hyYJkGwS7Dre-9-GyQ,66700
|
|
7
|
+
letta_client/agents/context/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
8
|
+
letta_client/agents/context/client.py,sha256=fhpJFWRs6INGreRyEw9gsFnlUWR48vIHbN_jVIHIBrw,3052
|
|
9
|
+
letta_client/agents/context/raw_client.py,sha256=j2gko-oEFWuCgPkcX9jCv31OWvR6sTOtAYcSWllXYDs,4747
|
|
10
|
+
letta_client/agents/core_memory/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
11
|
+
letta_client/agents/core_memory/client.py,sha256=h3wZ6_LOczKARCZFCcDT_bzosYa7qa-9_T_GZuT9-qw,3182
|
|
12
|
+
letta_client/agents/core_memory/raw_client.py,sha256=3_BuHw6xHPrdklgCzHO-mmux8-EjAUQ8vSV3D3y9VRk,4821
|
|
13
|
+
letta_client/agents/files/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
14
|
+
letta_client/agents/files/client.py,sha256=OIyf2LvSMgX--5oNN6zHJbJ7TzgKxfiB1yJVB96Hb-U,7965
|
|
15
|
+
letta_client/agents/files/raw_client.py,sha256=7baNmJmzmnk27gmOp-HGfXrHO-wX-5vQPgRR6bHSE-U,13885
|
|
16
|
+
letta_client/agents/folders/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
17
|
+
letta_client/agents/folders/client.py,sha256=luuL63TqRuD_cSXZbdMvRpmfAwYm7S77wzfN9yszAVU,6868
|
|
18
|
+
letta_client/agents/folders/raw_client.py,sha256=rYoCwfBO0RyBrnQwzoWfhAJSdRPng6FeDT7OEIAiA2o,12399
|
|
19
|
+
letta_client/agents/groups/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
20
|
+
letta_client/agents/groups/client.py,sha256=JQ5TVuo5_cy6-Uyw2th5sCpe6sKyHR1V6kBsGUu-7Lw,3318
|
|
21
|
+
letta_client/agents/groups/raw_client.py,sha256=xP8QeNqYa0rGMMxMD6BVaWDeTTmDI1vXG5hVqsmCbaw,5135
|
|
22
|
+
letta_client/agents/memory_variables/__init__.py,sha256=Xaqg0OCMuDp5WCtzrhHB9Q56VSJHijy3fI50nh7Fi1I,175
|
|
23
|
+
letta_client/agents/memory_variables/client.py,sha256=VfK4O6mBEuA9mDb_sj5ed9e2NgHg8oLnQcIdxFMfNQ8,3281
|
|
24
|
+
letta_client/agents/memory_variables/raw_client.py,sha256=lwWJQlKh4InQgrCH8iHPBwHweda7fxcNpXFWUhzg980,4887
|
|
25
|
+
letta_client/agents/memory_variables/types/__init__.py,sha256=r_Wc0Jjyp1_Y2qC_eWsabWx1sTwoxAaV1s24y8Ep_Zg,200
|
|
26
|
+
letta_client/agents/memory_variables/types/memory_variables_list_response.py,sha256=iAXAqp-J0fnyUK4MMa3PMrYwqQfbui3tiaWaWR9_O5M,600
|
|
27
|
+
letta_client/agents/messages/__init__.py,sha256=e8v77Rj3x-BqXX_NKI1ON66_rDZwbb7ub2nGivPuxnM,373
|
|
28
|
+
letta_client/agents/messages/client.py,sha256=7YHu1JWrkc3qwTmTv1B46yHh0623iHmfXG7Dluce3lw,39643
|
|
29
|
+
letta_client/agents/messages/raw_client.py,sha256=DhHoQHPxPga7bz_g4Gh_B8Wsr7gOQmr_Tv0Z7GH-RME,57438
|
|
30
|
+
letta_client/agents/messages/types/__init__.py,sha256=UVYgxnuengkOnW2BzXKiWodjQxdBEuwtJd7U83-TIbk,493
|
|
31
|
+
letta_client/agents/messages/types/letta_streaming_response.py,sha256=TEqXH71L621ToSXJpmJk8QUJE71QhXuZOVk4AMeWgFc,801
|
|
32
|
+
letta_client/agents/messages/types/messages_modify_request.py,sha256=0NT3pgbqQItc_p5cjBl4MaJ6bIMAlMhvdBJWm9zilpQ,476
|
|
33
|
+
letta_client/agents/messages/types/messages_modify_response.py,sha256=1ZCFf0V0QSwtTPLp2qP-SMXVtgnRqg551G2ImXdECDo,672
|
|
34
|
+
letta_client/agents/messages/types/messages_preview_raw_payload_request.py,sha256=ncI14H-30FLJujezUyk2yS7Jfqf7TqqhcWejWXQ4pcE,283
|
|
35
|
+
letta_client/agents/passages/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
36
|
+
letta_client/agents/passages/client.py,sha256=PUyT8sbJMu3FAlBzSYE77XiLfcAXKHwvJYLdrz896VQ,16893
|
|
37
|
+
letta_client/agents/passages/raw_client.py,sha256=pPZnVLan1B1ATYKBVFW73k7MrpaNzWehBGoNOI7vgkQ,25788
|
|
38
|
+
letta_client/agents/raw_client.py,sha256=v1Ylbky2C1EIZpLaPLvW9rW9HIeHIfoVNcvZmDT0XQg,88023
|
|
39
|
+
letta_client/agents/sources/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
40
|
+
letta_client/agents/sources/client.py,sha256=lCqB6FF9svrwf0oZSFs41WKlMXc-YRhUeb4FZkHbicM,6868
|
|
41
|
+
letta_client/agents/sources/raw_client.py,sha256=ts4c5UBuXzrHU-lFWWrYniQqrMEc8SN0rfiqNXJLP5Y,12399
|
|
42
|
+
letta_client/agents/templates/__init__.py,sha256=nl2JyHPmf_fwmrqDyrztyGaUXFBxd5sYgDy6rPexk0Y,317
|
|
43
|
+
letta_client/agents/templates/client.py,sha256=bNNhkYfMjPAoUa8NjKtpklnJEXoFGZSRtu2Xx_omms4,10363
|
|
44
|
+
letta_client/agents/templates/raw_client.py,sha256=NnIhKtE1b3b9PVOA6prhUSavRUGfCMWM7lonyWywbyo,19107
|
|
45
|
+
letta_client/agents/templates/types/__init__.py,sha256=qTMI52-xwyKNXvdthLkkFFOxetXJbMQpG6YcL0WYQYk,440
|
|
46
|
+
letta_client/agents/templates/types/templates_create_response.py,sha256=C00qcgSgyf3sSFAE55k45UmdC_aC5-zobIO3AavWOPE,807
|
|
47
|
+
letta_client/agents/templates/types/templates_create_version_request_return_agent_state.py,sha256=bHgN0KfiCClqf_ZYsfK6o8ELEm_cvmkW-TlzXTFanO8,177
|
|
48
|
+
letta_client/agents/templates/types/templates_migrate_response.py,sha256=hxcCvKw08iV7vaHFFm3ti9qlwDmiUtRl30A8DShu99Y,578
|
|
49
|
+
letta_client/agents/tools/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
50
|
+
letta_client/agents/tools/client.py,sha256=gPSQMl2cXena32cWKcdZ8YggFvQDiG2WoBqCU53rvKM,6758
|
|
51
|
+
letta_client/agents/tools/raw_client.py,sha256=UghWek6Q2uIZNF9OtaJMqySMZAY-Spus2NAK-cS0mQk,12313
|
|
52
|
+
letta_client/agents/types/__init__.py,sha256=KSKviBmwDO3qAAWC8zZX-lVjOLiUtIZ76kCJRlJo6JY,1784
|
|
53
|
+
letta_client/agents/types/agents_search_request_search_item.py,sha256=0Nr_B-Ngq3ixrggAIf_iBRAvK6ZEbVCugUJOJeZcYjM,754
|
|
54
|
+
letta_client/agents/types/agents_search_request_search_item_field.py,sha256=7PsvTwpRSgw3_A1m9tJu_HHEg15SXtXj4xbKAT1XtbI,804
|
|
55
|
+
letta_client/agents/types/agents_search_request_search_item_field_operator.py,sha256=z1LN_wReTJW8dvak4cpYV93tu-dj7f37DyFqsBBhIlA,179
|
|
56
|
+
letta_client/agents/types/agents_search_request_search_item_one.py,sha256=JYj3_aZN5YttRtKHtm81JggC_KIYEhXXI9xgvXwumLo,780
|
|
57
|
+
letta_client/agents/types/agents_search_request_search_item_one_operator.py,sha256=S1qYdfdUqUgZ0DzQ53x7GN_qa_4NypO7-qNkkxgsbQc,182
|
|
58
|
+
letta_client/agents/types/agents_search_request_search_item_three.py,sha256=jyc_HOslkWsMg6VlXf2xW5jKvgJ8_4THyVnZXlcNS-s,676
|
|
59
|
+
letta_client/agents/types/agents_search_request_search_item_two.py,sha256=P3f_CtpZ8bSQVqbB0zGTMRVX5X13w_rSsJr9WEJIuXo,691
|
|
60
|
+
letta_client/agents/types/agents_search_request_search_item_zero.py,sha256=rgwRmZuuGoSWxAvkwXT-VaayoQMQm438emWlygw2sFE,631
|
|
61
|
+
letta_client/agents/types/agents_search_request_sort_by.py,sha256=svlezWF0A2JQlEnjjIXTMJnkrCjRot1r7ITCP1nQ4iQ,186
|
|
62
|
+
letta_client/agents/types/agents_search_response.py,sha256=MQwHnZgk0p2Eb85smfWE6qpKAIrOKijbjKcaHpKpfjI,816
|
|
63
|
+
letta_client/agents/types/create_agent_request_response_format.py,sha256=KelhhSSmhjllSbI4NxxY7MVdII28-KLI6DC9-BMRomo,410
|
|
64
|
+
letta_client/agents/types/create_agent_request_tool_rules_item.py,sha256=TUr_Me-EiTOgBqhO-jgk9OCZP0WXVMFzJkuMvWHPwKU,801
|
|
65
|
+
letta_client/agents/types/update_agent_response_format.py,sha256=31HEHo0H99dzGPi4m3U0LAoGpWrzjEx_t4b72kVhBYI,403
|
|
66
|
+
letta_client/agents/types/update_agent_tool_rules_item.py,sha256=pEP5gAusanh45cdsDlCkySqor5Mx0h8oDsE6Ow_T2IY,794
|
|
67
|
+
letta_client/base_client.py,sha256=5zKvhW_CnSDY1TRvAMcX_iYbIBbLob6NRrd7ezom37w,10698
|
|
68
|
+
letta_client/batches/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
69
|
+
letta_client/batches/client.py,sha256=hvgUXvClZjuNiJu0J3u9X35W6Z7DZlZXaSjnl1-pIk0,10886
|
|
70
|
+
letta_client/batches/raw_client.py,sha256=ZPHYi_FuHdvPQv3ScA5A0CfMe9G2gPDJ2CpS-KO0Y8s,18403
|
|
71
|
+
letta_client/blocks/__init__.py,sha256=OK5uayItv4zSbrTkGOcJTg_18SteMmhDkY9W1wXABx0,128
|
|
72
|
+
letta_client/blocks/agents/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
73
|
+
letta_client/blocks/agents/client.py,sha256=b03IICHfrBToWFjSsfp_ZUN0RBJIAZh0zkV2PVuYbzg,4143
|
|
74
|
+
letta_client/blocks/agents/raw_client.py,sha256=aiatfKp8iVtXRL1aSpxoCW_JhWljqLRRQtRz964vGMA,5936
|
|
75
|
+
letta_client/blocks/client.py,sha256=l8mTUmh97v4kJvl1sAPjTt1W2ueA0zvzwk0OoYV9RLE,25218
|
|
76
|
+
letta_client/blocks/raw_client.py,sha256=jgYuWWae5RvIdIfPnnesCMpwiE244rU6g2l5rShK_o8,37649
|
|
77
|
+
letta_client/client.py,sha256=iXqKTuQ0F9jIjkTwD73apLlLQqUF1IF6V_PhenY_CJo,22470
|
|
78
|
+
letta_client/client_side_access_tokens/__init__.py,sha256=28nrPumub-n2rjse3XCDcwjN6gRZveEh-8CC1PQsdo8,1581
|
|
79
|
+
letta_client/client_side_access_tokens/client.py,sha256=8JRdcMMSWVFpf6dd54tX7wSSBkjpejzveqiGGRddz40,11051
|
|
80
|
+
letta_client/client_side_access_tokens/raw_client.py,sha256=gAWVz0uHvtBMN4-D_MDBmIi1mMZm2M1yPtwUxvrUf24,17364
|
|
81
|
+
letta_client/client_side_access_tokens/types/__init__.py,sha256=r_e6bAFIsYQ2dwKRu4u12GuNfnNDbLijyV_pH7JQdLI,2488
|
|
82
|
+
letta_client/client_side_access_tokens/types/client_side_access_tokens_create_request_policy_item.py,sha256=J94q-aQU0VMVIo_JMm42VnCjyuPO-mSRJP4D6sxnyhs,859
|
|
83
|
+
letta_client/client_side_access_tokens/types/client_side_access_tokens_create_request_policy_item_access_item.py,sha256=ejnkPwWqilHZzy96dzydpYrQffibuXmf3twLMDlFF-c,249
|
|
84
|
+
letta_client/client_side_access_tokens/types/client_side_access_tokens_create_response.py,sha256=nTIHfvREmgjmKW2IfBAI16D5A3LMA7vXPcsVhYc1rEo,919
|
|
85
|
+
letta_client/client_side_access_tokens/types/client_side_access_tokens_create_response_policy.py,sha256=dApP5wLz-Kjy-JfSPWjBWmdXaokwqz0H7BYhSwRikt4,821
|
|
86
|
+
letta_client/client_side_access_tokens/types/client_side_access_tokens_create_response_policy_data_item.py,sha256=eTSTNBKkYFORl8F51f_K-Oxn4TnB8JzXo29uXigspCI,880
|
|
87
|
+
letta_client/client_side_access_tokens/types/client_side_access_tokens_create_response_policy_data_item_access_item.py,sha256=R-H25IpNp9feSrW8Yj3h9O3UTMVvFniQJElogKxLuoE,254
|
|
88
|
+
letta_client/client_side_access_tokens/types/client_side_access_tokens_list_client_side_access_tokens_response.py,sha256=cuatvg_H5gaZ_tbk19bvusv6XKAnCAYqa-MHUtNe_lU,1011
|
|
89
|
+
letta_client/client_side_access_tokens/types/client_side_access_tokens_list_client_side_access_tokens_response_tokens_item.py,sha256=eleiK98ERhKJaSvGfAm1kHnlbZuNCIGxQU8K2Fm4wCY,1054
|
|
90
|
+
letta_client/client_side_access_tokens/types/client_side_access_tokens_list_client_side_access_tokens_response_tokens_item_policy.py,sha256=1WLiUkjFE6fBUf9rbbrK8YlgdctlM5gwcfy6_wAk1SM,947
|
|
91
|
+
letta_client/client_side_access_tokens/types/client_side_access_tokens_list_client_side_access_tokens_response_tokens_item_policy_data_item.py,sha256=N4TDZLpse2_AHPjQsAoJIrUVFStImXaWht4ntpjNuAA,1006
|
|
92
|
+
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
|
|
93
|
+
letta_client/core/__init__.py,sha256=tpn7rjb6C2UIkYZYIqdrNpI7Yax2jw88sXh2baxaxAI,1715
|
|
94
|
+
letta_client/core/api_error.py,sha256=44vPoTyWN59gonCIZMdzw7M1uspygiLnr3GNFOoVL2Q,614
|
|
95
|
+
letta_client/core/client_wrapper.py,sha256=iOvbgt4IhgM6A5_iYyRjv4kubenLHYif420xMY_sqbc,2776
|
|
96
|
+
letta_client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
|
97
|
+
letta_client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
|
98
|
+
letta_client/core/force_multipart.py,sha256=awxh5MtcRYe74ehY8U76jzv6fYM_w_D3Rur7KQQzSDk,429
|
|
99
|
+
letta_client/core/http_client.py,sha256=QurkBvCZZz2Z1d8znp4M2YbOXebBUPcPXRhPIS84Wvk,21214
|
|
100
|
+
letta_client/core/http_response.py,sha256=4uOAtXXFTyFXHLXeQWSfQST9PGcOCRAdHVgGTxdyg84,1334
|
|
101
|
+
letta_client/core/jsonable_encoder.py,sha256=hGgcEEeX11sqxxsll7h15pO3pTNVxk_n79Kcn0laoWA,3655
|
|
102
|
+
letta_client/core/pydantic_utilities.py,sha256=cqBsZZCJC3PJacYdbJgyVLEhviH0BT6isZu5BGLzsII,10743
|
|
103
|
+
letta_client/core/query_encoder.py,sha256=ekulqNd0j8TgD7ox-Qbz7liqX8-KP9blvT9DsRCenYM,2144
|
|
104
|
+
letta_client/core/remove_none_from_dict.py,sha256=EU9SGgYidWq7SexuJbNs4-PZ-5Bl3Vppd864mS6vQZw,342
|
|
105
|
+
letta_client/core/request_options.py,sha256=h0QUNCFVdCW_7GclVySCAY2w4NhtXVBUCmHgmzaxpcg,1681
|
|
106
|
+
letta_client/core/serialization.py,sha256=ECL3bvv_0i7U4uvPidZCNel--MUbA0iq0aGcNKi3kws,9818
|
|
107
|
+
letta_client/core/unchecked_base_model.py,sha256=Mxeca_uJ9Wb2ccIsWtgIwhFQHlZC8GNuKWboPvQmgrE,12432
|
|
108
|
+
letta_client/embedding_models/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
109
|
+
letta_client/embedding_models/client.py,sha256=-6o0KN7e04RNs2_jHmfohAvkIjLUJ8SKpHgB4GIsJXc,2998
|
|
110
|
+
letta_client/embedding_models/raw_client.py,sha256=5dY0H4sMub2wIk1co49xzoGRRWj9_guGnpvsl8DWL_M,4694
|
|
111
|
+
letta_client/environment.py,sha256=91gYLF9bT4-hTPQ9dcPfmub4LgEl-T4a5kW7NXzRIJU,198
|
|
112
|
+
letta_client/errors/__init__.py,sha256=NWf2c0wXT9KUeldiwUdQ7GphNKkpZseTXpC9PM1f64g,561
|
|
113
|
+
letta_client/errors/bad_request_error.py,sha256=PnE3v3kETCXm9E3LiNcHLNtjPEUvpe98-r59q-kQb78,338
|
|
114
|
+
letta_client/errors/conflict_error.py,sha256=BK2eJLfEz68tDCkXUSFzouX-Yu2hkLsjolj16EX-DCk,384
|
|
115
|
+
letta_client/errors/internal_server_error.py,sha256=t1-kpoDC2biEuoE-Ne8v1kuQswvsIEwt_xPPoBmGG00,342
|
|
116
|
+
letta_client/errors/not_found_error.py,sha256=YrqVM0oc3qkQbFbmmm6xr300VGfUNxMSy1UQUp2IOE8,336
|
|
117
|
+
letta_client/errors/payment_required_error.py,sha256=ZlhahzJB5dgBbaBWsX5mRJaRigAgp5ET2hdUT51a5mo,413
|
|
118
|
+
letta_client/errors/unprocessable_entity_error.py,sha256=aDgvUf-6k1fSUL-OxI3MgOIFQNssTUNpv5vW9M4vfRc,401
|
|
119
|
+
letta_client/folders/__init__.py,sha256=Y43-19f7EppL3LmM4hO5LtqT2CRaDJb0LAfnHurqYxU,148
|
|
120
|
+
letta_client/folders/client.py,sha256=3Sng64F0UdC2QnEXNlwewGlzi8I1RpjiVJBWURW9yyY,23212
|
|
121
|
+
letta_client/folders/files/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
122
|
+
letta_client/folders/files/client.py,sha256=24DggjAPIpInVupqsPFOzXBrkSu7GN2EUU94-IkDaNk,8616
|
|
123
|
+
letta_client/folders/files/raw_client.py,sha256=uV_bjGh1zzT9huF7iLoeMVjs2W0eFpGrYo7k1gIOXEA,14151
|
|
124
|
+
letta_client/folders/passages/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
125
|
+
letta_client/folders/passages/client.py,sha256=Z7iefTFmudpKV-JoSW3mLNoJoU2K53Cto_TNVZqJeyQ,4064
|
|
126
|
+
letta_client/folders/passages/raw_client.py,sha256=xpDddxeKOxTcvB-qtHfP2p8e4T1hZSAYwp-smrJNhc8,5901
|
|
127
|
+
letta_client/folders/raw_client.py,sha256=bd5th49qJBEdmDMB5ugVEzP_mXUeZsCo3Kxn6KnugYU,41600
|
|
128
|
+
letta_client/groups/__init__.py,sha256=qrGge7rHzMf1V10ZpxL3rbxmpx9esxUCoQ29gV3Nwhk,454
|
|
129
|
+
letta_client/groups/client.py,sha256=TRiW1CNfMzrxJyHLAiryVLEuPGdWKQ76xb8f_u_4cRc,16857
|
|
130
|
+
letta_client/groups/messages/__init__.py,sha256=sX6KPOYCrwTCyzKGNBxejgOvDNFopOJkWd037ei6Uik,263
|
|
131
|
+
letta_client/groups/messages/client.py,sha256=7yZtmrH30TvqdeYDNnhjHe-rdo7fD9yVGADgSIizyEw,25111
|
|
132
|
+
letta_client/groups/messages/raw_client.py,sha256=JArU4UGMOROV3zDwMoDyxQaPLF1dRRFpdxXVoyGOWdc,37258
|
|
133
|
+
letta_client/groups/messages/types/__init__.py,sha256=8WRhpu-Xkvw1oqY-n0vptOO46BddTEt68L1kVVClvNM,355
|
|
134
|
+
letta_client/groups/messages/types/letta_streaming_response.py,sha256=IFJSwCiedThHyMYhK4CqLV01HqS8JZ1KZDs4V13Yc0w,666
|
|
135
|
+
letta_client/groups/messages/types/messages_modify_request.py,sha256=0NT3pgbqQItc_p5cjBl4MaJ6bIMAlMhvdBJWm9zilpQ,476
|
|
136
|
+
letta_client/groups/messages/types/messages_modify_response.py,sha256=1ZCFf0V0QSwtTPLp2qP-SMXVtgnRqg551G2ImXdECDo,672
|
|
137
|
+
letta_client/groups/raw_client.py,sha256=Y7F3ToHgkONWmloEJCdt5cKkYrRRbg5xr3xlq1jahFU,29595
|
|
138
|
+
letta_client/groups/types/__init__.py,sha256=o7_cyVEMWvswE9WmTCYiJEVqKhPgtLPw398JkHzF7ro,285
|
|
139
|
+
letta_client/groups/types/group_create_manager_config.py,sha256=AelsYFpwlqpI9VeRvW7WE_Y5OTBxv97psgCybDubD8c,514
|
|
140
|
+
letta_client/groups/types/group_update_manager_config.py,sha256=ZE9HGu_7M9Zc9qa0RhCuXlxxUcE90MYzXj97M7cpiEU,626
|
|
141
|
+
letta_client/health/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
142
|
+
letta_client/health/client.py,sha256=xZcZYP-qtxGmC9dk_qCgrmkcQ2r49JWaMKScKniu938,2579
|
|
143
|
+
letta_client/health/raw_client.py,sha256=0KVdq5wX1HxtTkQBU8Z8OKgYl2bcMjcUnVKuiX8dZJ0,3170
|
|
144
|
+
letta_client/identities/__init__.py,sha256=wpp6ytw5WbVYq0Q7_QR91muTHHNMrzAY-7F2SgeWpvU,136
|
|
145
|
+
letta_client/identities/client.py,sha256=eec-cYeo1i4JYPX9liG5pJG_T0lON8bBIDi6y7yW07k,23162
|
|
146
|
+
letta_client/identities/properties/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
147
|
+
letta_client/identities/properties/client.py,sha256=MmveC0_hv_N1VD34OE-tlbjEzA2flmrx1O3b1axD3PE,3846
|
|
148
|
+
letta_client/identities/properties/raw_client.py,sha256=3Ndb_1L_BoOEPq0nuVI0XkuCRDBISKgoUVLN4NCar-M,5964
|
|
149
|
+
letta_client/identities/raw_client.py,sha256=sfdteY0nmcCsL1sN4T2rAP9zkBqpgvtWxeQKrXy0emk,38293
|
|
150
|
+
letta_client/jobs/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
151
|
+
letta_client/jobs/client.py,sha256=ivfxOWB6FzmnEAUCFQ7n0RAiLbT85OEejuMxHJJJnCM,13071
|
|
152
|
+
letta_client/jobs/raw_client.py,sha256=rVoXRPoYMeRZm9qwnwSHXPk2Aa0WulWXHsSVQCKLQKw,22778
|
|
153
|
+
letta_client/messages/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
154
|
+
letta_client/messages/client.py,sha256=XkRwRPmkGURZY9cmwqi3TABOaYO2cFL27FmgZB0vPvo,5397
|
|
155
|
+
letta_client/messages/raw_client.py,sha256=lARe5xhB0ntMkrSwWyi0SruzuEQ_tCcN7hiE3isiYqU,7114
|
|
156
|
+
letta_client/models/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
157
|
+
letta_client/models/client.py,sha256=9Z7gnJmZs7yAihEMQ6YxH8WtEt-uvxSAYFfX5idtMWg,4200
|
|
158
|
+
letta_client/models/raw_client.py,sha256=oPsxG4Vym9Kpz21DOadFstw9lb-8ViGh3K6K8YQsV1I,5986
|
|
159
|
+
letta_client/projects/__init__.py,sha256=IC61JeyeW7qLtLPtPDy_5kemZCKNeiVEz2TndPEz4GU,231
|
|
160
|
+
letta_client/projects/client.py,sha256=2VojFHMlsyQgDxQer6RndPw5W0l-yXX7WBy7TMhO5AA,3336
|
|
161
|
+
letta_client/projects/raw_client.py,sha256=HhRNyG5FT8810HOaW9lQI2qbG2ZmPyaC7hMMNjYXmC4,4155
|
|
162
|
+
letta_client/projects/types/__init__.py,sha256=o_1s2iqf5SY1ojqTeewCt6c7sxrn6gzkaZJEl8RdMDY,297
|
|
163
|
+
letta_client/projects/types/projects_list_response.py,sha256=WJ_LHfEujdpeFL6wM3RP1uYgsAAwFK03-rEwmr3UU1w,859
|
|
164
|
+
letta_client/projects/types/projects_list_response_projects_item.py,sha256=VyG_OR4KlZIA3mgd7FCFk1kSM7NxAi3MNBzAgDrUddo,606
|
|
165
|
+
letta_client/providers/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
166
|
+
letta_client/providers/client.py,sha256=9rVmeA8pB4quZL7gMFb9EoL3EFbgSo2ZhMKcAQPPNdE,13449
|
|
167
|
+
letta_client/providers/raw_client.py,sha256=kjLkKDIZ0tzgMxzV3eiqCahsZMWTUeG-kgRMjbXDhDA,24252
|
|
168
|
+
letta_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
169
|
+
letta_client/runs/__init__.py,sha256=uuC70ZTE_Kcll7LqC18Orc60J5kBAfUo4ZJFB6FRgWA,164
|
|
170
|
+
letta_client/runs/client.py,sha256=FCH2UqXqe12RORyO10mcctNiDh5T1725CmKewCM76uk,9235
|
|
171
|
+
letta_client/runs/messages/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
172
|
+
letta_client/runs/messages/client.py,sha256=Ir9uA6W7kSpMLaOgmJeUKAokT4FgAH3l3sMucH-yqds,6998
|
|
173
|
+
letta_client/runs/messages/raw_client.py,sha256=PbbkMSucuK-AmhcUyAdMtdtbnDSZGHb0nvw0vJqlb3s,8963
|
|
174
|
+
letta_client/runs/raw_client.py,sha256=acA0F0mkLuuLxgwMCR3T4lDnZeHTCzQ8rLrreR6M9Cs,16457
|
|
175
|
+
letta_client/runs/steps/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
176
|
+
letta_client/runs/steps/client.py,sha256=4MiWOwmSiIX-0U_ic5a-x72Svjh2N7q6etXA5VJ9V30,6074
|
|
177
|
+
letta_client/runs/steps/raw_client.py,sha256=dbM7QYusDn_u4UYZl0I_jK-hCOek_m525we6boGo8jA,7973
|
|
178
|
+
letta_client/runs/usage/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
179
|
+
letta_client/runs/usage/client.py,sha256=pTs7XvHjETe7lbSWjgy1GdLzS03j9VWHrY3TULhlcVM,2919
|
|
180
|
+
letta_client/runs/usage/raw_client.py,sha256=cNOsh9fT6MifL9Nh7sEpuNo6LmU0C0AfRv-K2HWPLFo,4628
|
|
181
|
+
letta_client/sources/__init__.py,sha256=Y43-19f7EppL3LmM4hO5LtqT2CRaDJb0LAfnHurqYxU,148
|
|
182
|
+
letta_client/sources/client.py,sha256=A_wBPqj8kkQ5RPeeJljvj8lQ9-HuDogNG6t3DJUnHWk,25755
|
|
183
|
+
letta_client/sources/files/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
184
|
+
letta_client/sources/files/client.py,sha256=mGk_P8wyy1FSI0FdDmouCJ-OZAl7TxllFAGsz1RXRwc,8602
|
|
185
|
+
letta_client/sources/files/raw_client.py,sha256=pPjhYWs9qbIju7F5AyBQGAjskLTf8YDQvYSRUFtnW-k,14137
|
|
186
|
+
letta_client/sources/passages/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
187
|
+
letta_client/sources/passages/client.py,sha256=6wo3iTfQcDLvmS-TaoX6wUXZ31t1l3VAdoIoJwEVVFY,4064
|
|
188
|
+
letta_client/sources/passages/raw_client.py,sha256=iPIHJs_pmSsbyu5vBFuQdopymxlfQDkEKN4cs4YKVB8,5901
|
|
189
|
+
letta_client/sources/raw_client.py,sha256=6fyI0Y_agaebPZ_lOykNf1TybmRU-09vfrYEVgyGsz0,46078
|
|
190
|
+
letta_client/steps/__init__.py,sha256=aL21TXi3Lbs5vlhlmonxgk1mNdx_MRPwobryhwVelpg,204
|
|
191
|
+
letta_client/steps/client.py,sha256=bVVb6po0lW3K5ko6EfrrwxP6r2sp1bZTcUJA0NAhDS8,9823
|
|
192
|
+
letta_client/steps/feedback/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
193
|
+
letta_client/steps/feedback/client.py,sha256=KrblygVLvdLQDMDA7NigcR34fiJzd8xLsQQlJxzwyUA,3234
|
|
194
|
+
letta_client/steps/feedback/raw_client.py,sha256=ILfN7fX-ZRl3_VpOVVBpbGMJO1twP02zLjnub23MlQE,4979
|
|
195
|
+
letta_client/steps/raw_client.py,sha256=91CKYtHV365SVKzTLJLib0p-sYxhSRy421euSH9nGv4,13491
|
|
196
|
+
letta_client/steps/types/__init__.py,sha256=quEAP-ttL6qyeTg4wUY4b2m2PNbdXKqOdQVXgGk0seQ,191
|
|
197
|
+
letta_client/steps/types/steps_list_request_feedback.py,sha256=Au1YSn3UYRc_b4yxUT6hFqru4iJ-SX-_Ndb3PwCYGp8,172
|
|
198
|
+
letta_client/tags/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
199
|
+
letta_client/tags/client.py,sha256=dzxJ8H9OGvKQ6g7uwXsVS77DFM5XkQCcFxRk159N9XQ,3367
|
|
200
|
+
letta_client/tags/raw_client.py,sha256=DQXEgzOuCygBMbzX63Sc9UwfueALa5rUHH3c8jb4Okw,5219
|
|
201
|
+
letta_client/telemetry/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
202
|
+
letta_client/telemetry/client.py,sha256=N5bjIcLVT9FL5nGTbLxlNOOytXQlRWquyyuoWjPZS_g,2974
|
|
203
|
+
letta_client/telemetry/raw_client.py,sha256=305pp86KAnZRtim9lrSyxEA0d8PyC8ZWuFNZgaNs8VA,4559
|
|
204
|
+
letta_client/templates/__init__.py,sha256=uAZvL5mgYoWy-VhVlFBwbIORs8ZPQOS97AiRjdweBAI,577
|
|
205
|
+
letta_client/templates/agents/__init__.py,sha256=Nb3AeDuJhSba_DbgHKuCUY1b3PT1jj3-YMJ7uW7RIAk,393
|
|
206
|
+
letta_client/templates/agents/client.py,sha256=HCCEZZ3b0tGonxDNbiPuXadoZu_x1G_OtBdTHRBpG4M,7088
|
|
207
|
+
letta_client/templates/agents/raw_client.py,sha256=RGf_8ZaBbkS3sE7qrKqirL8Mu-E7CDRZNEKFWCJ3v4E,9552
|
|
208
|
+
letta_client/templates/agents/types/__init__.py,sha256=gDThrVEf3npLrxCqHWKgJLwB6caFi0fyVrhjhhTE5GA,526
|
|
209
|
+
letta_client/templates/agents/types/agents_create_request_initial_message_sequence_item.py,sha256=0--NEWDhbw-1WBF5wr5tl25ucWkqHvhmSm8iuQOr6tw,986
|
|
210
|
+
letta_client/templates/agents/types/agents_create_request_initial_message_sequence_item_role.py,sha256=Xp6uU0_CfWtIBtHdwicF9b4yAcrCYXQyYvxtNKyq-K4,210
|
|
211
|
+
letta_client/templates/agents/types/agents_create_response.py,sha256=P5sppbD_qW7I9suv5Ykm7tlgnh5a3omYggA8JgLw2RY,637
|
|
212
|
+
letta_client/templates/client.py,sha256=-U27Wp3m2xQetgHOZ4awwAboyfJkhn2eHccG05ENdys,3826
|
|
213
|
+
letta_client/templates/raw_client.py,sha256=SnmeCCODOmXYtTu_xb5QVswl5nZ1AYAgoi5vgcUe0mM,4437
|
|
214
|
+
letta_client/templates/types/__init__.py,sha256=dYa1-Xhxgs1FUtz6gkhZhY59EZuhmBDqh2A7Z4cSBYw,306
|
|
215
|
+
letta_client/templates/types/templates_list_response.py,sha256=w34WEjxLHwApK4f57mHz7rH2_2WN-t-rq7Z7yG_3JJQ,867
|
|
216
|
+
letta_client/templates/types/templates_list_response_templates_item.py,sha256=HkPDLxOghdyIYKplK7IGXPHCIFIWRMWw3-v99dE-gs8,594
|
|
217
|
+
letta_client/tools/__init__.py,sha256=ZR4ev9ZmyWZl9iJPXK_FRk79YjgIytkA_2TlNS1PaQI,725
|
|
218
|
+
letta_client/tools/client.py,sha256=Sq71MFAK7D2Z_LgEPoa7j4WsfGkihS1iCPUGFZ-8Rvo,56430
|
|
219
|
+
letta_client/tools/raw_client.py,sha256=lDC-iV7StivNHsnU1R3W7IpqUmko9fvXfduB6V8f3Hw,101496
|
|
220
|
+
letta_client/tools/types/__init__.py,sha256=A6LN4Xvy2t4O23X5AihXMQwRs1iLnYrA6HOwFqBL720,1055
|
|
221
|
+
letta_client/tools/types/add_mcp_server_request.py,sha256=N9WDntHlIAxRQafdSnIydUNEEaOwnDISqGLMyHBrWr8,372
|
|
222
|
+
letta_client/tools/types/add_mcp_server_response_item.py,sha256=LryGwJSSLAX6crN_EctrRlJo0OCOUOK5mEGsgR4hONg,377
|
|
223
|
+
letta_client/tools/types/connect_mcp_server_request.py,sha256=OwPbverdXDlUaWMw64BV5yrd6ClEJgCpLgz4PRDPtTI,376
|
|
224
|
+
letta_client/tools/types/connect_mcp_server_response_event.py,sha256=P_IXBx-DeJ2FdsIzIbRhekUKnU8ugiTgBqOzpRwEK6U,265
|
|
225
|
+
letta_client/tools/types/delete_mcp_server_response_item.py,sha256=yl48APS3zFgctcICw9YKgWqhKAyW3PqHAqSWo7zMl9k,380
|
|
226
|
+
letta_client/tools/types/list_mcp_servers_response_value.py,sha256=GHPvBvFgF2fnTZmKymdEPZeOyNxZH0XtJ8NREC2bLE0,380
|
|
227
|
+
letta_client/tools/types/streaming_response.py,sha256=V1qT-XAqm-z7zffJ7W1JKPCaxZiuqOSvzfbbhSkbG_k,791
|
|
228
|
+
letta_client/tools/types/test_mcp_server_request.py,sha256=3SqjEL3EYi7iV57TjTIzuBSKv8O3Y7qSUFrCiXEvSRk,373
|
|
229
|
+
letta_client/tools/types/update_mcp_server_request.py,sha256=MHouV3iyZCTROguOQP5rOYvnmvDbBeXe5VtEejRvrEs,403
|
|
230
|
+
letta_client/tools/types/update_mcp_server_response.py,sha256=BJTPHWkb8hwgd4FvftQ8eZjl2QzCQT-vZAUVnLft9hw,376
|
|
231
|
+
letta_client/types/__init__.py,sha256=H3C9XSPvY0C1KCBS-7sAIhUXDWfY3jBreoRBUTqLVOM,23424
|
|
232
|
+
letta_client/types/action_model.py,sha256=VTXavHB6J2d4MjjTMEpkuEyVaiTHyj1FGfa4j8kN6hQ,1241
|
|
233
|
+
letta_client/types/action_parameters_model.py,sha256=s1mJ4tycms8UmCFsxyjKr6RbghSuqv35xpa9mK42sjg,829
|
|
234
|
+
letta_client/types/action_response_model.py,sha256=LcML150OvsKimVV3sP4jSFh8pVxQXn_r_ff8DADOr3c,825
|
|
235
|
+
letta_client/types/agent_environment_variable.py,sha256=z9nGJdnyrLGxYaIqdD0a73K3Euemvb87Bpe9YmvXPO8,1699
|
|
236
|
+
letta_client/types/agent_schema.py,sha256=dTWtJhkJXIYeRzF_82o9BJ6Cw9-gqb2f0pZ7PM3qz24,1785
|
|
237
|
+
letta_client/types/agent_schema_tool_rules_item.py,sha256=yC1_su9b4DNzVexV2ETsG2xVOOITTg9XTF31zBLRLAQ,483
|
|
238
|
+
letta_client/types/agent_state.py,sha256=t46dfSUOIMkhVTTs8rcH7r12JqAzggzYXzCqFio29r8,6547
|
|
239
|
+
letta_client/types/agent_state_response_format.py,sha256=EsaiTnlxRPkGPBc67DCsVAARsGubFQM7Xbs12jtsvWw,378
|
|
240
|
+
letta_client/types/agent_state_tool_rules_item.py,sha256=6JVNfJwv-Mw6aOV-4KTX6ZP0dB-GYf2ZKCaWYsmxUSc,729
|
|
241
|
+
letta_client/types/agent_type.py,sha256=4_JSgy0zfiqtUcKh5XMfRDYaablo4RuzUmIstRZ2FsI,370
|
|
242
|
+
letta_client/types/app_auth_scheme.py,sha256=A1ha3TmjgFw3-mW8r44LPB_Go3pdbGxJ_LHrDChSG14,1243
|
|
243
|
+
letta_client/types/app_auth_scheme_auth_mode.py,sha256=cEj9XAxLgFcang_Irw6h3koWac9A0tpNeBG05NUeGlw,387
|
|
244
|
+
letta_client/types/app_model.py,sha256=6QlEj1uFSnUMDEkmM1XF1umO-X6AHq5oBGzVTZeZeEo,1520
|
|
245
|
+
letta_client/types/assistant_message.py,sha256=zUPz0Tt8ztQ-9BIL7TIftFaP7hMZjKxf27bo5gcPJr4,1551
|
|
246
|
+
letta_client/types/assistant_message_content.py,sha256=rJZePqcZN74tqx-FbArUF1FaqvATOYAn87mvdpqyINA,242
|
|
247
|
+
letta_client/types/audio.py,sha256=1HlHjJ1FEv4J5G4jQY24G0H91T5LT3K6e-dnQ1Di7i8,549
|
|
248
|
+
letta_client/types/auth_request.py,sha256=kIiQTHpCLr0UPAt6SVL60cPnFjRW1x4tpazupclHSkk,684
|
|
249
|
+
letta_client/types/auth_response.py,sha256=IUpPVCri_qwX0jBLRvc8FVVUWbM2LH2NeUdMKwCWGBc,862
|
|
250
|
+
letta_client/types/auth_scheme_field.py,sha256=OFoPs6Xdvw-Z13mb7lQFf25z0IE6Z83f_8_gyiMcGtA,882
|
|
251
|
+
letta_client/types/bad_request_error_body.py,sha256=FXRnHlblilUaHvShh1ia8TgLy5Z1HWwfx7-OE-6d3AQ,568
|
|
252
|
+
letta_client/types/base_64_image.py,sha256=Ta6vR3od9sYQGrWgOSrFq7cS0-mm6cGTa2gWdFpSmo0,965
|
|
253
|
+
letta_client/types/base_tool_rule_schema.py,sha256=e2pHhj1fdWmuBfkyD_MODwCQnM_MrN6LL2CEx0SqKvY,583
|
|
254
|
+
letta_client/types/batch_job.py,sha256=XTPL475ne6tdtvOr1-rOj3arZqSPY7P_TNTuJ5ifbW4,2365
|
|
255
|
+
letta_client/types/block.py,sha256=V47iVJFFeXhaH263OCM2iVptGftlc7AoZtGIY7qb5Yc,3302
|
|
256
|
+
letta_client/types/block_update.py,sha256=f2ClrX0b5iPfoxmRZ5IVGK039VRDYqe0UXYGjLy3Eow,1898
|
|
257
|
+
letta_client/types/chat_completion_assistant_message_param.py,sha256=y5hJElchy7k5qfMN4ygT8Tw-Z7-b-afYFP-Ttyleaps,1220
|
|
258
|
+
letta_client/types/chat_completion_assistant_message_param_content.py,sha256=ehUGricpp5Di3As0cfksQcSyfpUDswGd06S2AqUbBnA,324
|
|
259
|
+
letta_client/types/chat_completion_assistant_message_param_content_item.py,sha256=IKw5Fr5KbFXgrnHd5CgnqT73V62y-ll6NiYbYN5rXDA,406
|
|
260
|
+
letta_client/types/chat_completion_audio_param.py,sha256=67fFn8t_tEZOAnAEQI39YpWyHq8RjyP1ISImAjEqKUA,796
|
|
261
|
+
letta_client/types/chat_completion_audio_param_format.py,sha256=_Jk2jCTMnQIi3tekbyca3izfaX-1Dkj_Jjc7-jai0D0,200
|
|
262
|
+
letta_client/types/chat_completion_audio_param_voice.py,sha256=BuZrNqrHNA-QyynayuzTcJgE3QfTUUre6t5C6dRu3ug,368
|
|
263
|
+
letta_client/types/chat_completion_content_part_image_param.py,sha256=vBM6W_XKxK2XWQEipzAzPwNi5YJVBSoUeql59o3tP_I,675
|
|
264
|
+
letta_client/types/chat_completion_content_part_input_audio_param.py,sha256=darA9e-fogSXdtBQKP6Vna-E5ZfWvof0-0FlUW7w_Xg,692
|
|
265
|
+
letta_client/types/chat_completion_content_part_refusal_param.py,sha256=w0aegJq3snvKnjmFejHDLTm5J7WusflEyQTrZxMXLOw,634
|
|
266
|
+
letta_client/types/chat_completion_content_part_text_param.py,sha256=PObZ89MEXiubJwjY7YctpOjYZTYJhmPp-FgiiKAiDn8,622
|
|
267
|
+
letta_client/types/chat_completion_developer_message_param.py,sha256=UQwR6BSUhjR0nhc46iYUn9TBf-PhayIAAXHdjEJkkwE,817
|
|
268
|
+
letta_client/types/chat_completion_developer_message_param_content.py,sha256=3vzb-bp9BKftHb19dKE0lwLuiZlPpL7OK7tGzIeMSR0,281
|
|
269
|
+
letta_client/types/chat_completion_function_call_option_param.py,sha256=5vTg5QPqVyt3LpVMmAKUz_XtES232aycD__SVIw5RrY,583
|
|
270
|
+
letta_client/types/chat_completion_function_message_param.py,sha256=AD5W28jAE-7MjHQpxExIBYm4xZNZf8ElGT-GB4sVw5M,671
|
|
271
|
+
letta_client/types/chat_completion_message_tool_call.py,sha256=AVsMKw2NitkREPvIgyYUoIlXRkPEW--47c4cODzJS1A,696
|
|
272
|
+
letta_client/types/chat_completion_message_tool_call_param.py,sha256=b3SCFe0JUZd9bZ8TjwcX_aTHvWjAcSZ8Ur5_UojWMJ8,847
|
|
273
|
+
letta_client/types/chat_completion_named_tool_choice_param.py,sha256=6pdtCulwRn0FeYbFHlklRRaFInofhzQFDALZlw9cSco,835
|
|
274
|
+
letta_client/types/chat_completion_prediction_content_param.py,sha256=HeRunxpwSbXxYAUkZL3xsPzJ_wiT4rIqByDCHqNuqtg,779
|
|
275
|
+
letta_client/types/chat_completion_prediction_content_param_content.py,sha256=81u9nLywMfVv7fExVUW4o1BCaWoU27lLxMxcLgZF9so,282
|
|
276
|
+
letta_client/types/chat_completion_stream_options_param.py,sha256=DQ_y9Y5KyF-TlK3KIZAyofVYuaS7ZkKeSePU8tOdOI0,612
|
|
277
|
+
letta_client/types/chat_completion_system_message_param.py,sha256=DgeROlxxdQNuP6gj1qgqdZOJEHLAtjrJno3PZ_5gVBk,799
|
|
278
|
+
letta_client/types/chat_completion_system_message_param_content.py,sha256=ngY5-4G3ePzTaVJma6pEqOhuna9gulIIgfy2hQ_fJDE,278
|
|
279
|
+
letta_client/types/chat_completion_tool_message_param.py,sha256=OIzfNL2tFgxTM9KJL72zM889s4wgdpYzGCLCa6cxduU,771
|
|
280
|
+
letta_client/types/chat_completion_tool_message_param_content.py,sha256=EYLRCGJecCk40QLO5mB2id0DaPm6llfAG15D7eI9RHE,276
|
|
281
|
+
letta_client/types/chat_completion_tool_param.py,sha256=xm1X44PRxnAk6iED-tRPExz9CbL1O9eE4NL-iye3o_M,706
|
|
282
|
+
letta_client/types/chat_completion_user_message_param.py,sha256=c4xX5dBaDG_i7jcLJKbDQFIj69SYHw1RNDdMgbIeTfI,787
|
|
283
|
+
letta_client/types/chat_completion_user_message_param_content.py,sha256=bLJRnIuun1MafPFOgkTF2dFyyOMHPb8PpeVzF_5EVLA,298
|
|
284
|
+
letta_client/types/chat_completion_user_message_param_content_item.py,sha256=Vfi7YnB1V9FBfD452M6ea-cVG8k9eoIUzCMYjeLbAds,580
|
|
285
|
+
letta_client/types/child_tool_rule.py,sha256=5Wl7jQgpSSTqYvK29yrQotZebjzQL1ACweJhTVNhpfo,1121
|
|
286
|
+
letta_client/types/child_tool_rule_schema.py,sha256=g43as4Qsi7p_kL9pnheGdJwaYbfhYdOKr-fpy3V0Ic4,615
|
|
287
|
+
letta_client/types/code_input.py,sha256=P5UBaxX2gz3qWZAORtSEhpVDOy_i6JPIJ7CjA-g1veo,638
|
|
288
|
+
letta_client/types/completion_create_params_non_streaming.py,sha256=no6QwCZV6TIXH6yoiCn62jhQnMTrDwgdxHVSLOBbHF4,4009
|
|
289
|
+
letta_client/types/completion_create_params_non_streaming_function_call.py,sha256=rOhhZE6sp3nXl7eza8uPzc1CKsG3cn-fa8x8wvsqfh0,330
|
|
290
|
+
letta_client/types/completion_create_params_non_streaming_messages_item.py,sha256=_oNVb2SP0tpUWPtmPwbBS6jVP33j8uHmcsG83rFmKbE,884
|
|
291
|
+
letta_client/types/completion_create_params_non_streaming_modalities_item.py,sha256=BuyCf2nTCWVhishXFk3CsQphnPwNXj-kBdPMjkb8X10,189
|
|
292
|
+
letta_client/types/completion_create_params_non_streaming_model.py,sha256=dUKLOGKwWGYHVq4liG7SzwRNUynHn93Sw4bCHrEv-4k,2406
|
|
293
|
+
letta_client/types/completion_create_params_non_streaming_reasoning_effort.py,sha256=f1hBX3qksGoGC6O2W5qHblCQXtoZiEhiN8LUy1Rv9Ig,198
|
|
294
|
+
letta_client/types/completion_create_params_non_streaming_response_format.py,sha256=Ksdl4NLFAf48PVeJsawe9mOYNwhB596JQOudH0Hulog,408
|
|
295
|
+
letta_client/types/completion_create_params_non_streaming_service_tier.py,sha256=ZmQ9USOqB1Tq2XvmbOLxz_BWAgMq1EU1BPxzmSsA38M,223
|
|
296
|
+
letta_client/types/completion_create_params_non_streaming_stop.py,sha256=5vPdgab7iH6eDizESU2_CMieWN5CN3pF8TZs-Zb7rMw,157
|
|
297
|
+
letta_client/types/completion_create_params_non_streaming_tool_choice.py,sha256=qJW9qnwJ7dtNQyqniHnWrAxK-B54LuWimE-KCObh46w,347
|
|
298
|
+
letta_client/types/completion_create_params_streaming.py,sha256=AulVeOamNg_rW3cBqoiT9sMSmiUrfU4__tZmxvBzV68,3892
|
|
299
|
+
letta_client/types/completion_create_params_streaming_function_call.py,sha256=qBqeR4gU4MO5kshKuOwQf04aJAxyjgcbi1ZMeFpVfNk,327
|
|
300
|
+
letta_client/types/completion_create_params_streaming_messages_item.py,sha256=jucJqEz5LgFxo0MGT4aDLu9aZXYPUjUD2CE2C8VcBj4,881
|
|
301
|
+
letta_client/types/completion_create_params_streaming_modalities_item.py,sha256=o9ZU7r22WrE6z-BSJ72LJXHtVRIpK499WArVgY-ODgI,186
|
|
302
|
+
letta_client/types/completion_create_params_streaming_model.py,sha256=dI57gyv65GtQC2CIPnwsstYN3tbp5WXC5EYuGz6SRyc,2403
|
|
303
|
+
letta_client/types/completion_create_params_streaming_reasoning_effort.py,sha256=4-JFyaD92zia-kN7bPyCWwf_AMDnG2xUXWx8GQU1EFE,195
|
|
304
|
+
letta_client/types/completion_create_params_streaming_response_format.py,sha256=AnOrNXCHKi8ovek0nQYHaXmbMh5jWod966U_5kUzJxI,405
|
|
305
|
+
letta_client/types/completion_create_params_streaming_service_tier.py,sha256=sZLi6DuprrhDPrhGRZUBTBjwgLRoFcc-6GB37K8X-Rs,220
|
|
306
|
+
letta_client/types/completion_create_params_streaming_stop.py,sha256=dSyQDu851QyeoRjpoE2JBIyKIYGO5jVx6UIH-bLiQwo,154
|
|
307
|
+
letta_client/types/completion_create_params_streaming_tool_choice.py,sha256=zi7_77viFFDCXwX3XkAjHtP3A2X9GIeKwwls-GQsjRg,344
|
|
308
|
+
letta_client/types/components_schemas_text_content.py,sha256=F21GPPwREb6GodS4dGsT7-4wySEUdhpq6krznF-sOPE,147
|
|
309
|
+
letta_client/types/conditional_tool_rule.py,sha256=p13n4riIYsxcGmiMZekNNcXTmBMv-YueovNPGWkuNHc,1464
|
|
310
|
+
letta_client/types/conditional_tool_rule_schema.py,sha256=zb6LXzC6Hk4Q-wdehR85aUWiWZogece0XAdlbh3EC1Q,718
|
|
311
|
+
letta_client/types/conflict_error_body.py,sha256=oFwMXs37svQSahWpWX7ImWFhBGgIzOrsCGaFkdKPEgo,788
|
|
312
|
+
letta_client/types/context_window_overview.py,sha256=1rWCBJvgJkkyMVPjgbhx1y26WbRScMORK8PgVvFiv8s,2816
|
|
313
|
+
letta_client/types/continue_tool_rule.py,sha256=NsinYb8PMKFnBmQALOH_AzQ4c5yKxiqw7b7SxVWPXsE,1036
|
|
314
|
+
letta_client/types/core_memory_block_schema.py,sha256=5_k2XFEsPDwldGfPdzHW3j_7IJOBqTVscq89lXTD4d8,985
|
|
315
|
+
letta_client/types/create_block.py,sha256=8Jxsr3HIDJgz2-pTKXrfOJzE8p9DIFl7J8ZNGGD7ubw,1679
|
|
316
|
+
letta_client/types/duplicate_file_handling.py,sha256=H7pDhPZSSbnqPHPo2yGl7xkpHAD9L0yZOdcU5n-9BdE,172
|
|
317
|
+
letta_client/types/dynamic_manager.py,sha256=B-GwXKSD_-vvYPOx27OW6Jzp11ev2IPz6zr5dY3dJzA,854
|
|
318
|
+
letta_client/types/dynamic_manager_update.py,sha256=73luQ0zJ2__wghe-OVEJ-f4JIfrEwytpf5NGpTumS9k,889
|
|
319
|
+
letta_client/types/e_2_b_sandbox_config.py,sha256=LOR4k4sUyAGQWQ0AbJGLxvZesZAvErORFRAXhvdwMNk,958
|
|
320
|
+
letta_client/types/embedding_config.py,sha256=bbIEdWBSL7yXqtwG1AhtqFaGF5MGb9AcDlN2jw2_BKs,2679
|
|
321
|
+
letta_client/types/embedding_config_embedding_endpoint_type.py,sha256=9-C0KAbQbi2nm5ECDmKVbeqyCbBB6w6Izy5vXvMBAXA,579
|
|
322
|
+
letta_client/types/feedback_type.py,sha256=sDfsniSnnpSwzZqfIkRL7vYPxYqdwURpI6LMI7eDkoQ,160
|
|
323
|
+
letta_client/types/file.py,sha256=YPkTYb8V_XsvuQ6qXUzzDsp4iQMlZxPormZWoy7ROnI,629
|
|
324
|
+
letta_client/types/file_block.py,sha256=RqrB5uGxkRIJRgCZsfCATLnh3BqzAZOT0Ke8_W2rdQo,2777
|
|
325
|
+
letta_client/types/file_file.py,sha256=JEE9Aa0puZ4j6wZUI6HbZfF8keB_-qoPh4C-Mn6oOQ0,666
|
|
326
|
+
letta_client/types/file_metadata.py,sha256=RH11HWwyMyO2hmZzboTJzrLaOt7r7-I8pExUkXv0ja4,2831
|
|
327
|
+
letta_client/types/file_processing_status.py,sha256=8W8VAx9-jCaUx6q6mvyCMyLoa2peLTE_sgIaGloOWo4,201
|
|
328
|
+
letta_client/types/file_stats.py,sha256=37Uo8BbSAop9PMJBhAgNvJrJHvmMllk5ak_kKr9Zp78,876
|
|
329
|
+
letta_client/types/folder.py,sha256=BFdS47RqiLmq6c8YfzpGhNYsHhe6hfRXXnQD3rZhv-o,2371
|
|
330
|
+
letta_client/types/function_call.py,sha256=oKoy7XuHLQ1X5Nd6I2i6g5Y-ZJjJTbieuH60P9DciQ4,577
|
|
331
|
+
letta_client/types/function_definition_input.py,sha256=9NrUqb7R6dB5otqB2G2P3eFnkJ4LD_tuhyesp2fgfuA,741
|
|
332
|
+
letta_client/types/function_definition_output.py,sha256=wCwlrV-yKGcFUZ9dPFOUGwvrPjmJRLvRCa8DmpDLGVg,742
|
|
333
|
+
letta_client/types/function_output.py,sha256=PmcCPw239hjzoP32ynV-9UDQRNpDhrkpICpYLKqJwV4,579
|
|
334
|
+
letta_client/types/function_tool.py,sha256=X4yY7kSNSlDM4srYifeajOuwJkmBj26AW6Jlo5E-fvw,698
|
|
335
|
+
letta_client/types/generate_tool_input.py,sha256=9eqavChO3e0hXmovp1GvRIsNd8N11pBCiFjKpbG-WG8,1096
|
|
336
|
+
letta_client/types/generate_tool_output.py,sha256=0Heilco0ySpWaKsSGF0JIYHCRblVhYrcppBfhlpy98E,861
|
|
337
|
+
letta_client/types/group.py,sha256=tjBeaPlVtR6m6VfImqh506QfTR1fvnLwRXGj1BnRDXw,2223
|
|
338
|
+
letta_client/types/health.py,sha256=M5qOOKBb6PET3M4VrdHZ4_6643I0GNKq6WldhzkilJI,619
|
|
339
|
+
letta_client/types/hidden_reasoning_message.py,sha256=dmsqSgYZzrNxN6UR7mDgDuzA1cFEuDz4y3zTas31ZtY,1611
|
|
340
|
+
letta_client/types/hidden_reasoning_message_state.py,sha256=qotAgF_P4T7OEHzbhGDVFaLZYOs1ULMPVHmiFvoRIfM,174
|
|
341
|
+
letta_client/types/http_validation_error.py,sha256=LTr0zWUWfG2-2lTgDwRtrEo0CYdOvF5jkH4h40YGP1g,662
|
|
342
|
+
letta_client/types/identity.py,sha256=h7Yn795wOyvXBNzBBUJToC6GlDife4h7tKRx2mOBKXs,1592
|
|
343
|
+
letta_client/types/identity_property.py,sha256=Nhr9mZka_Y3HMDgSboLHMdyOVllI-1cP-thykQOHbcY,982
|
|
344
|
+
letta_client/types/identity_property_type.py,sha256=Ce360UCsjWkX5t1-4HK8_4qiBz1olFGL8gDhuLb2d6Q,183
|
|
345
|
+
letta_client/types/identity_property_value.py,sha256=SQJz97fXG0XHqOGYmYRmHLbI4On3xKmPZhrrkfN8vBs,187
|
|
346
|
+
letta_client/types/identity_type.py,sha256=YeGvqit1VLK7q0GpNuTyfbCxXO7BJjq-hFSiFZexswk,160
|
|
347
|
+
letta_client/types/image_content.py,sha256=wbWexW-_-DpoD4tU7WPappgbJUFvip5OY-tJCiJsbTQ,736
|
|
348
|
+
letta_client/types/image_content_source.py,sha256=_WW_IiGLwoShfOSBLZff8F7mFX0zjUqgeT_5DdeQYtQ,257
|
|
349
|
+
letta_client/types/image_url.py,sha256=C-sFQWOp3AFwMC4aVtpbft2TPRvihgL7l1vH0xx5oQk,649
|
|
350
|
+
letta_client/types/image_url_detail.py,sha256=YFT9wyf8hqeKhQjRWMv97y-fbU2DB-oCbU5BpUcHWVU,161
|
|
351
|
+
letta_client/types/init_tool_rule.py,sha256=ybXzH1cWQesY2Z4Umf3lnGep8TmulRW6OCtrV7cx8hw,1044
|
|
352
|
+
letta_client/types/input_audio.py,sha256=l4T076iM05SxiqBx5TEkE4baG99rk1olL6hmVictuJQ,634
|
|
353
|
+
letta_client/types/input_audio_format.py,sha256=QQFfndI9w66wIbGyHwfmJnk2bEJDPmEs9GybkaNL6AI,154
|
|
354
|
+
letta_client/types/internal_server_error_body.py,sha256=OGgSj6M7Vna5oxesOOYlBTzIDCavTy3Y_IakjwvDU-Q,654
|
|
355
|
+
letta_client/types/job.py,sha256=5-OST7VctI0p4PoDnkJUPkinzJJi93O_nxCaejFRkDk,2927
|
|
356
|
+
letta_client/types/job_status.py,sha256=hfkoSxAxkPegq1FSzzCTWQCBzoJwlvyrYnxtC0LzfUs,219
|
|
357
|
+
letta_client/types/job_type.py,sha256=HXYrfzPwxI54PqV7OVcMhewSJ_pBNHc14s9LcExr7Ss,154
|
|
358
|
+
letta_client/types/json_object_response_format.py,sha256=POxWWP3fHht3VcaQfpoMJ1HcyjItiv05zbfgILUbMww,676
|
|
359
|
+
letta_client/types/json_schema.py,sha256=lChgj4n8vBqAWwWIDReoPGgPos9cSNnv7V09nOcr1XU,871
|
|
360
|
+
letta_client/types/json_schema_response_format.py,sha256=D-MVRL01fwariUWGU5_OHGUMRrjFOy4NnQg-OiL5jLs,817
|
|
361
|
+
letta_client/types/letta_batch_messages.py,sha256=hGkufnFNXeqf79h9OV-ooVe3BEcZQ221Jeg7KPqJ7f8,614
|
|
362
|
+
letta_client/types/letta_batch_request.py,sha256=wTh-mrZHUja4IruogWZkgiak02Zmi8q4wkjUiPr3t_U,1949
|
|
363
|
+
letta_client/types/letta_image.py,sha256=yixSoRgIrBAx4rlYEdm0QjMD6wGUR4dAZcnYvoGGClY,1139
|
|
364
|
+
letta_client/types/letta_message_content_union.py,sha256=TgjxWQ-7UJ5n_VhxN29xoQ9u5Ru3eEEZ4vJCj4GepDo,541
|
|
365
|
+
letta_client/types/letta_message_union.py,sha256=vrwRw4_s5Nw0VvLOLBGCZlaV_sVDIHYQW8r5pPAs_cg,604
|
|
366
|
+
letta_client/types/letta_ping.py,sha256=NN8Md0w6A_R5kmFllvH8DgFFrCW7wdJiB5vqyj8vP0Q,781
|
|
367
|
+
letta_client/types/letta_request.py,sha256=dewsT8UmBgpd5kkbTQznxxf4dfmpic8FSeX15fVxjwE,1835
|
|
368
|
+
letta_client/types/letta_request_config.py,sha256=7Jxvs4Vja2GguDvESB5YxbpOCHBpJNP0LZ4u8ErMQLU,1347
|
|
369
|
+
letta_client/types/letta_response.py,sha256=XsdGEunygyUZc-jegfZ0dqmERToeFQShvJY5JNmGTHM,1396
|
|
370
|
+
letta_client/types/letta_stop_reason.py,sha256=jYkXBnAKsdPS8tmdv_xumyVVQk9OoHKFypAgNZejCyo,932
|
|
371
|
+
letta_client/types/letta_streaming_request.py,sha256=pEq4WEzKTtKA5XdyR544D6kEQztJQxg0PSeMSHteDfg,2251
|
|
372
|
+
letta_client/types/letta_usage_statistics.py,sha256=uZZq2lVOGHK6N-VhA0oknQfUjE9Zb0sMYh0mHDvl-lc,1887
|
|
373
|
+
letta_client/types/letta_user_message_content_union.py,sha256=2SrcmMjvsQzCvfIUYG7PkaE4brMZcL6H437GSCLK4zg,230
|
|
374
|
+
letta_client/types/llm_config.py,sha256=I1mZ2cEpbi-C1GWlctHlYotfWBJI-dovZqV9QDAI2kY,4545
|
|
375
|
+
letta_client/types/llm_config_compatibility_type.py,sha256=m6E90W-R9-Oi3EGSV_GdPIuVC2rmAH7TsUKbl79EiAQ,165
|
|
376
|
+
letta_client/types/llm_config_model_endpoint_type.py,sha256=HOSM5kIZDCNAVCWmASvAk52K819plqGlD66yKQ1xFkI,620
|
|
377
|
+
letta_client/types/llm_config_reasoning_effort.py,sha256=AHL2nI5aeTfPhijnhaL3aiP8EoJhy_Wdupi2pyMm4sA,173
|
|
378
|
+
letta_client/types/local_sandbox_config.py,sha256=J_Dkqk2kkkw23AzLdDDM3r9ply-TK4HlEWIwsLKLhIQ,1388
|
|
379
|
+
letta_client/types/manager_type.py,sha256=3ztXv2xWw6PIgDoqqxaHwdIcssDYqdqB0KqUDSW3Bc0,222
|
|
380
|
+
letta_client/types/max_count_per_step_tool_rule.py,sha256=tl5vm0BvkHu4HHfQx14z8E0pZu3ysua1yCGMmOB-ccU,1226
|
|
381
|
+
letta_client/types/max_count_per_step_tool_rule_schema.py,sha256=yFKS21DiYLnfNVT7s8A4J85TB6H_T50MuFUnywbqNbs,619
|
|
382
|
+
letta_client/types/mcp_server_type.py,sha256=cEiRY8zJw3YdV0RV6tt4JUYd0AHT_UNeLgxaouU-_4A,172
|
|
383
|
+
letta_client/types/mcp_tool.py,sha256=DO7DnUwd29i1Z5IsEy6TgbHc60SVmVJDrIrT8Vq9t-s,1377
|
|
384
|
+
letta_client/types/memory.py,sha256=VduNAXj6OQ9lbPKcC5mLUZmnM2yUCiWLTISbvcfs93U,1257
|
|
385
|
+
letta_client/types/message.py,sha256=1-7MIu7TOSWhbGKw4aoVG07IajswlT4CInMMjS_kg4M,4735
|
|
386
|
+
letta_client/types/message_content_item.py,sha256=mu9j_dp-XAHQjbE0bv5wxMH3fTRW_dCtiIzbhdCMauw,630
|
|
387
|
+
letta_client/types/message_create.py,sha256=4R5kWzAzlK-95W_sI64LESyxS6cqs-_mvaYKpMI2pE0,1602
|
|
388
|
+
letta_client/types/message_create_content.py,sha256=pKppl-N8IdqR-ShWCZ0HN-3b13plPE2vSi6YcRM3w8o,227
|
|
389
|
+
letta_client/types/message_create_role.py,sha256=PWbew2WtK-36P4d3Nuvq4QNLDAPntsGpasS_WzivyXg,172
|
|
390
|
+
letta_client/types/message_role.py,sha256=HKatrA1jt02oTObExloTY3rW8Urzn37kBTg0Z6MbwkQ,186
|
|
391
|
+
letta_client/types/message_schema.py,sha256=837E92QfPVoQ0w1A4v-oElJZprvUrIzds5t-cx1JX8g,997
|
|
392
|
+
letta_client/types/message_type.py,sha256=cEx51Mpt5B4g1QI0QzG81IYS-9lHmTTj_HokHOkJU0M,357
|
|
393
|
+
letta_client/types/modal_sandbox_config.py,sha256=iMmlTePGw9fv3i5Jv5VxTskF9hpt43eHEtoUBpa3-Ss,839
|
|
394
|
+
letta_client/types/not_found_error_body.py,sha256=CVqqfbqSAe_dXn3jF72uTWx2pbYLdt119DHw5wpJWp4,616
|
|
395
|
+
letta_client/types/not_found_error_body_message.py,sha256=Kc9xrVghgDATdPAGpTPnzyKe6ds5q8Vr6zcBU5lLcH4,309
|
|
396
|
+
letta_client/types/omitted_reasoning_content.py,sha256=SW3FdgrmkcGwF4CH2cFx3KoYkJewjzmDeh8mP-UlHDI,623
|
|
397
|
+
letta_client/types/openai_types_chat_chat_completion_message_tool_call_param_function.py,sha256=8LFpif5s0Rrq5TGcBIjimODSnSbebWoNGkVidvsx53I,622
|
|
398
|
+
letta_client/types/openai_types_chat_chat_completion_named_tool_choice_param_function.py,sha256=exiuqKxoYd0HqYkNhlit0rFkdehpWW-7lWXN84bqZkw,603
|
|
399
|
+
letta_client/types/openai_types_chat_completion_create_params_function.py,sha256=JDT4bhBHxet5d4KpTZNZ00MYu5KUEMeqz8ecDeeCosI,722
|
|
400
|
+
letta_client/types/organization.py,sha256=RV0shhT3Lg3WlJG6vcIFRGb7lpf6nWCZGBofD67f4po,1081
|
|
401
|
+
letta_client/types/organization_create.py,sha256=ixvuJTv8UDefV9fS7gHCTjr-a32eTDhjaJMay5fE4Ak,815
|
|
402
|
+
letta_client/types/organization_sources_stats.py,sha256=58f-ZnVS0rrRXJHBa4y47Oa_fymEKnNiwbc8r_L7Dmo,1166
|
|
403
|
+
letta_client/types/organization_update.py,sha256=ysej4hr_dVeCt-oYTWSZOpPuhp-GRUhMbk1LKuEz05w,815
|
|
404
|
+
letta_client/types/parameter_properties.py,sha256=bDVR3EsnqLvKidHyYpDYJnD66p5jueA-5_v_Ckc1apo,610
|
|
405
|
+
letta_client/types/parameters_schema.py,sha256=GVeAO7gTpvMsOWoIELwbC2M-j8k11hpsxxJz_yx36kg,749
|
|
406
|
+
letta_client/types/parent_tool_rule.py,sha256=UKTLrRUeNI8TwTmwUsvBurbpLZKsoqF-7ZIOag_OiZM,1134
|
|
407
|
+
letta_client/types/passage.py,sha256=g6JDo9asKGNPUrezPxZ2Imc6Qe3R-5BFcXe4IJM7NJY,3172
|
|
408
|
+
letta_client/types/payment_required_error_body.py,sha256=ODQ2fA8EF1Y_pfZocseOg1Ryyj9WfgjS5QeSC7WTIbc,590
|
|
409
|
+
letta_client/types/pip_requirement.py,sha256=A9mFgoz-yAlVHsy8vljtYdtJInfN7qL1JePPaPuTr2Y,774
|
|
410
|
+
letta_client/types/provider.py,sha256=FKHoorSxHMht9xor4TAG7OOhcxZyOHDLa2GN70m2P4U,1753
|
|
411
|
+
letta_client/types/provider_category.py,sha256=St4tSc_Wc5huF79kb088-L-tRz9Cj2_b5DqEoU4eDIs,156
|
|
412
|
+
letta_client/types/provider_check.py,sha256=X-bzgshg7wfr8SmmPVt-GtPKXUfIJVpi8icSonYysxA,1058
|
|
413
|
+
letta_client/types/provider_trace.py,sha256=d7_IpoEgLeqnPaElWjOp6iAL8SbeI4DZsBaaaFtkorM,2201
|
|
414
|
+
letta_client/types/provider_type.py,sha256=GChNOHlZBAq3J0H4gv_1Hmg3Ju678iffL5HU6mGdKQE,481
|
|
415
|
+
letta_client/types/reasoning_content.py,sha256=YPmNwwSH_toPAThpE5gq7gaxBlvvjh33csKBRdFI_iY,996
|
|
416
|
+
letta_client/types/reasoning_message.py,sha256=MrEaT1NT2RB-G0FAjHGaqbGHILrmne_MnHpeCUKuqXc,1648
|
|
417
|
+
letta_client/types/reasoning_message_source.py,sha256=GYOWGm2mje1yYbR8E2kbAeQS--VDrGlpsobEBQHE2cU,186
|
|
418
|
+
letta_client/types/redacted_reasoning_content.py,sha256=d3L2OoswodrCBaeCsP9VSDd7VUmVFEMN9ORPCUGsz6c,736
|
|
419
|
+
letta_client/types/required_before_exit_tool_rule.py,sha256=QAoqKyCXkGyIRuHeIE3WW86XQYAn1U6_5QMcUiCCrZY,1058
|
|
420
|
+
letta_client/types/response_format_json_object.py,sha256=84tj2_clAPEqC4vrFJoGlh1EqodNMiLckPeXGKPWnww,612
|
|
421
|
+
letta_client/types/response_format_json_schema.py,sha256=Yxz8QL1_s7vIAuzap82IPfylT0cTrR3BLrpp7Wn8VVc,676
|
|
422
|
+
letta_client/types/response_format_text.py,sha256=q9U4VDi57FPpqCVVPk-_21e0fbIohBPLDqWR-tAV2ls,592
|
|
423
|
+
letta_client/types/round_robin_manager.py,sha256=cGnv5WFZowjguzNLX9Nv3DDfdgzDolN3onSkLLjAl6Y,701
|
|
424
|
+
letta_client/types/round_robin_manager_update.py,sha256=0auliO4ChHHCexaiEfXKmERz_4IWz5YvjRsQHbUqVCI,707
|
|
425
|
+
letta_client/types/run.py,sha256=77VIyOxIbooWPE2VPVwTjUrhtMJ978j8Hd-RjX7SLJI,3111
|
|
426
|
+
letta_client/types/sandbox_config.py,sha256=YWQpDOHkiqEtp-xa4jjQA3QyGq4ZXNU8UDardnAvxhw,1551
|
|
427
|
+
letta_client/types/sandbox_config_create.py,sha256=fGMGiKbuf5ii1o-tHRHAjnAu0FB4JktMjlvu6uBRAsY,731
|
|
428
|
+
letta_client/types/sandbox_config_create_config.py,sha256=0jPsYtxeoRXMLppFjWZCCjyobuBvlkf-GhAOdH8bmt4,337
|
|
429
|
+
letta_client/types/sandbox_config_update.py,sha256=EXoxQGdHezHjzX0B3h-LVVAJgwHLVPdX0jpl1orP6jM,841
|
|
430
|
+
letta_client/types/sandbox_config_update_config.py,sha256=xDLDR1l8Z12aB66w1fC-CoK9l5hFuWl_21oswcEsvw0,337
|
|
431
|
+
letta_client/types/sandbox_environment_variable.py,sha256=BF6Y3eM3t6pR-8KKJ0ayqTzY1gaTH0FNz6FdnCVxYd0,1721
|
|
432
|
+
letta_client/types/sandbox_environment_variable_create.py,sha256=d67wWB1b0UKnthFjD_TuRM_CUoGyZJE3p2y2z4BkWsM,891
|
|
433
|
+
letta_client/types/sandbox_environment_variable_update.py,sha256=zsvqBW_oDBOcc7llvwAO9bMT08LR3iDamB36-fV1t5o,949
|
|
434
|
+
letta_client/types/sandbox_type.py,sha256=ZaZNcRf9l39PZQTGjRucRFJFpkxOrrBBcwhiT2bSIiE,160
|
|
435
|
+
letta_client/types/sleeptime_manager.py,sha256=xshSkoZr7KPdDAyhhAZChaADyvkcRrRaOnZnzz8_hs8,779
|
|
436
|
+
letta_client/types/sleeptime_manager_update.py,sha256=gnYB3l6jQQcdsHY33B7fHqPfCiJZI9BwRifvvXdAXjk,814
|
|
437
|
+
letta_client/types/source.py,sha256=W2al1h6NjDKEVpG035EDJ8uavGR8FTDEuwm9tY7WNPE,2371
|
|
438
|
+
letta_client/types/source_create.py,sha256=V_Anas_o4cVNzwyN0C02V3LP3dWaGkduqYeUD-xTPg0,1580
|
|
439
|
+
letta_client/types/source_stats.py,sha256=XtxJSOE6fSymNjcvdlhBFQjKjGbPHK57Tb5nTQmTrZ4,1169
|
|
440
|
+
letta_client/types/source_update.py,sha256=VffzGOfHTFncuGOhb4yvLebdXD6mTTD5SfqhlYBnWzo,1330
|
|
441
|
+
letta_client/types/sse_server_config.py,sha256=UbSmODGr5nxVMqTGtSvEbZyN2V8P_T0cOEh2ffc0-uM,1739
|
|
442
|
+
letta_client/types/stdio_server_config.py,sha256=kuPmwj9lDTz7jBY1jh5VH-ns3ffctWwatT_emXyyTFE,1092
|
|
443
|
+
letta_client/types/step.py,sha256=XxwuAByOCIWpbmNsxMwztQ_NrOl8Vr9-znmTbnzU5Hc,3692
|
|
444
|
+
letta_client/types/step_feedback.py,sha256=JXUkclvJ6C-6ZTgd2lteOxqEyO5KRDNQ8ronBPYMdbo,160
|
|
445
|
+
letta_client/types/stop_reason_type.py,sha256=BgrPBP-v9YBOpGmpusQvVQqCLPNOQFl57kVrEpPMRKU,246
|
|
446
|
+
letta_client/types/streamable_http_server_config.py,sha256=GNbt2KO9VepHUtiMoK6htJLpFHcGoFJaoH1Az6zkt-Q,1776
|
|
447
|
+
letta_client/types/supervisor_manager.py,sha256=tq3WDIxiyJJe4zf1Pf7UkMqTXcMF7NETLgFr-DCTNIc,677
|
|
448
|
+
letta_client/types/supervisor_manager_update.py,sha256=srC_cYti3h_DdWRmcrLMgWnMS07Rpwo_U0tjCD19cb0,712
|
|
449
|
+
letta_client/types/system_message.py,sha256=1uYnwNWPap9e6BG61icfKgaOSwkvFcqDFuqH_2g9G4I,1344
|
|
450
|
+
letta_client/types/tag_schema.py,sha256=TtqUHpKMxiMD-k-4vQgCOxiwzKRFBjEGhaq8cd0hhtQ,554
|
|
451
|
+
letta_client/types/terminal_tool_rule.py,sha256=WgJQdVd6sTGqcWBDL3Dow09CsjohhM96gO6m3bv6p6A,1032
|
|
452
|
+
letta_client/types/text_content.py,sha256=ivADxvqhZUBBr8XGv3ODB1Ll8GYdQ74c0wlIp31xQHk,671
|
|
453
|
+
letta_client/types/text_response_format.py,sha256=MQ2iTTuJCzvk9qc4BEp6j9JvdZ_c7kiO_CnIqe6r_GU,655
|
|
454
|
+
letta_client/types/tool.py,sha256=8IrB1WFFv5ZHrWfHQIYHw8SPmeiNYk0karwnq5fot5o,3055
|
|
455
|
+
letta_client/types/tool_annotations.py,sha256=gOUNd0gxzHvSz57G5c8gxK45VTxzk2yoB1PBfJoQlvU,1505
|
|
456
|
+
letta_client/types/tool_call.py,sha256=nIC6Tew85oekAwM7TWuD1nh-wMMSbwnHkDRIPh9znDk,595
|
|
457
|
+
letta_client/types/tool_call_content.py,sha256=ahSG2qf-hy3kM0L0OC5Yz9Xco_2B5fnPA6Wrb1FD9hw,996
|
|
458
|
+
letta_client/types/tool_call_delta.py,sha256=BDXIgt8R_kNy6A2j-O5e-6LUD1CoRVQ78xZpdfy9G_I,672
|
|
459
|
+
letta_client/types/tool_call_message.py,sha256=WakkEn2cDEi97onkTdXgaJebLYUCttnNzuFt-LeFGyI,1360
|
|
460
|
+
letta_client/types/tool_call_message_tool_call.py,sha256=d9RPFSB8CXdANdNi7EoHYvRYpK-ETkTUSI5EWm71UlQ,220
|
|
461
|
+
letta_client/types/tool_create.py,sha256=lNRcEuHmIr1tnWVAqQ6RIgVHhJIb9ffiipxXIrAsgDU,1739
|
|
462
|
+
letta_client/types/tool_env_var_schema.py,sha256=0LXRU-zRlBvMq9OZBnRHeZZvre3U3u3OF0zlBfgEXTo,661
|
|
463
|
+
letta_client/types/tool_json_schema.py,sha256=HFQvRiMLY1wWtAnnxgWA0hLKntgfPr-JLUdHoeKarj0,755
|
|
464
|
+
letta_client/types/tool_return.py,sha256=P0hvUOPtIYs0y6yzDRPtY86JOZn-W75Hi4efUyc7CDI,985
|
|
465
|
+
letta_client/types/tool_return_content.py,sha256=Z18tVJa_FZoDHw2UL04XbTz3eEeUR-Qs0iydBFv3dog,957
|
|
466
|
+
letta_client/types/tool_return_message.py,sha256=OUv0DALpyj3GyFGBWYX-w-EWZMwEJeaOWf5J9oV3kfM,1855
|
|
467
|
+
letta_client/types/tool_return_message_status.py,sha256=FvFOMaG9mnmgnHi2UBQVQQMtHFabbWnQnHTxGUDgVl0,167
|
|
468
|
+
letta_client/types/tool_return_status.py,sha256=TQjwYprn5F_jU9kIbrtiyk7Gw2SjcmFFZLjFbGDpBM0,160
|
|
469
|
+
letta_client/types/tool_schema.py,sha256=mAhiX0aTTttYsT_SjJVr4TctBlJ2hsyNmxIwAq_PKmo,1123
|
|
470
|
+
letta_client/types/tool_type.py,sha256=7-NJ8qxobvVnM9Rqr08i-klynRS5ha-HoVevXUS8aUs,429
|
|
471
|
+
letta_client/types/update_assistant_message.py,sha256=M8Ltqt8YdOFdge7ahLm-7bPeccXwyq_sHI-WgY1IcyA,879
|
|
472
|
+
letta_client/types/update_assistant_message_content.py,sha256=kAStjnVa0o4YeuDgqMnAd5Jcq1Yhnxhlk7gplV0JohQ,248
|
|
473
|
+
letta_client/types/update_reasoning_message.py,sha256=shpVxOnD7jbOYrwTm68vUw1ieEi7RcIuJeTseY9v8WE,651
|
|
474
|
+
letta_client/types/update_ssemcp_server.py,sha256=Rjg8C2jzVE1NmN0YqIEPqInER8dnBiuSON8d3CYmt-M,1199
|
|
475
|
+
letta_client/types/update_stdio_mcp_server.py,sha256=nBBpSySnSUq97KbpPM6pKS00n86hqEGtMhoE3CEz878,943
|
|
476
|
+
letta_client/types/update_streamable_httpmcp_server.py,sha256=QWddW9ebshVBLhOknkoSR5POWE86vAy62hXFMcSugIo,1345
|
|
477
|
+
letta_client/types/update_system_message.py,sha256=7FQ3pzVI_wj0fpYMbe7QhUkK68_6IFWL3L4gmfJIxlw,780
|
|
478
|
+
letta_client/types/update_user_message.py,sha256=wwxhB7JBcMqJGN4bFzaJN41Rs1REvizp2caosb9yBdw,861
|
|
479
|
+
letta_client/types/update_user_message_content.py,sha256=yrx0by_JqHgOoGk4PVrq6hcu8Jjz8e7z4TheCDGpp7U,244
|
|
480
|
+
letta_client/types/url_image.py,sha256=0gmNN71-gShfajiZvS3Pl39gwTTi6vfVMMhAoZ5UsAg,654
|
|
481
|
+
letta_client/types/usage_statistics.py,sha256=UdcPljg7iOlaTmBn2AOSQADF_0oDliAYKkBC_txQLMo,1047
|
|
482
|
+
letta_client/types/usage_statistics_completion_token_details.py,sha256=LSyXm35vq-H8zltHRA3_EDQM4Aqeqizmux88n-_yApM,619
|
|
483
|
+
letta_client/types/usage_statistics_prompt_token_details.py,sha256=Nevoj7tMsA6N8IkEykyk3RSDocbcXb3ILdqcaJAs3b0,612
|
|
484
|
+
letta_client/types/user.py,sha256=jWL92p1yE91PpAmr8GSYpC9RECBq8pfJNOelCgEQm74,1350
|
|
485
|
+
letta_client/types/user_create.py,sha256=f0Tpag3Hhopr4UC0G0tvhkD-2fCkG-Cojf-3IZ8MKmA,617
|
|
486
|
+
letta_client/types/user_message.py,sha256=oxZDWIM2pVmvJV5MXQCdQG_JvB9aHmrL6034bVkfn9U,1556
|
|
487
|
+
letta_client/types/user_message_content.py,sha256=2sDDlXGGOrwJEFDmU0CziH8SE4JG9z-wV24PEDYlC4s,238
|
|
488
|
+
letta_client/types/user_update.py,sha256=s3QyERsCqx8QlcimGuoBJWIKH5b7AZ1-35btlSQqxr8,732
|
|
489
|
+
letta_client/types/validation_error.py,sha256=jftGp9JtEt1bO2z9pFqhfq02Vu-0gGX9vz4AGM_pabg,681
|
|
490
|
+
letta_client/types/validation_error_loc_item.py,sha256=LAtjCHIllWRBFXvAZ5QZpp7CPXjdtN9EB7HrLVo6EP0,128
|
|
491
|
+
letta_client/types/voice_sleeptime_manager.py,sha256=Khknp54o_fOmYWiG4fco7mjCTzEdq1RkVa0chwGbTIM,1225
|
|
492
|
+
letta_client/types/voice_sleeptime_manager_update.py,sha256=L3AfdarfXWWOcWIQivUKP2w0nQGIjcYMKspyqSyAHHU,1260
|
|
493
|
+
letta_client/types/web_search_options.py,sha256=rvZ4nfgIfGas93pAkAx8D-hk4mREgRgUTyAgY_dORiQ,864
|
|
494
|
+
letta_client/types/web_search_options_search_context_size.py,sha256=RgJGV4rkuaCTcaS4zsw_MWzRlTYpyNT9QqzNvpd1Gno,182
|
|
495
|
+
letta_client/types/web_search_options_user_location.py,sha256=r3ldaC5Nq0PRXFJdoMqTLQ2MPCq213_1J2SWzPRoMt0,771
|
|
496
|
+
letta_client/types/web_search_options_user_location_approximate.py,sha256=h07KHoBXDI79jY2GvdthfljEhw5BEr46srvm3BSzl_Q,732
|
|
497
|
+
letta_client/version.py,sha256=bttKLbIhO3UonCYQlqs600zzbQgfhCCMjeXR9WRzid4,79
|
|
498
|
+
letta_client/voice/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
499
|
+
letta_client/voice/client.py,sha256=EbIVOQh4HXqU9McATxwga08STk-HUwPEAUr_UHqyKHg,3748
|
|
500
|
+
letta_client/voice/raw_client.py,sha256=KvM_3GXuSf51bubM0RVBnxvlf20qZTFMnaA_BzhXzjQ,5938
|
|
501
|
+
letta_client-0.1.234.dist-info/METADATA,sha256=GNoV1qKTF4ug0ZyfMclvjBkE7CGaRraU_cfAaJsdliM,5781
|
|
502
|
+
letta_client-0.1.234.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
503
|
+
letta_client-0.1.234.dist-info/RECORD,,
|