letta-client 0.1.22__py3-none-any.whl → 0.1.24__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of letta-client might be problematic. Click here for more details.
- letta_client/__init__.py +443 -9
- letta_client/agents/__init__.py +1 -2
- letta_client/agents/messages/__init__.py +2 -2
- letta_client/agents/messages/client.py +114 -63
- letta_client/agents/messages/types/__init__.py +1 -2
- letta_client/agents/types/create_agent_request_tool_rules_item.py +3 -3
- letta_client/agents/types/update_agent_tool_rules_item.py +3 -3
- letta_client/base_client.py +8 -0
- letta_client/core/client_wrapper.py +1 -1
- letta_client/steps/__init__.py +2 -0
- letta_client/steps/client.py +339 -0
- letta_client/templates/__init__.py +311 -0
- letta_client/templates/client.py +188 -0
- letta_client/templates/types/__init__.py +611 -0
- letta_client/templates/types/templates_create_agents_from_template_response.py +22 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item.py +88 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_agent_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_at.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_at_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_by_id.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_by_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_description.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_description_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config.py +58 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_deployment.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_deployment_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_endpoint.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_endpoint_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_version.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_version_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_chunk_size.py +15 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_chunk_size_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint.py +15 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint_type.py +27 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_handle.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_handle_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_last_updated_by_id.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_last_updated_by_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config.py +46 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_handle.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_handle_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint_type.py +27 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_wrapper.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_wrapper_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_put_inner_thoughts_in_kwargs.py +15 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_put_inner_thoughts_in_kwargs_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_temperature.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory.py +26 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item.py +65 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_created_by_id.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_created_by_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_description.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_description_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_id.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_is_template.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_label.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_label_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_last_updated_by_id.py +15 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_last_updated_by_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_limit.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_metadata.py +12 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_metadata_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_name.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_name_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_organization_id.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_organization_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_prompt_template.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_message_ids.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_message_ids_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_metadata.py +12 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_metadata_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_organization_id.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_organization_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item.py +59 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_by_id.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_by_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_description.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_description_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config.py +60 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_deployment.py +17 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_deployment_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_endpoint.py +15 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_endpoint_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_version.py +15 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_version_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_chunk_size.py +17 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_chunk_size_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint.py +17 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint_type.py +27 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_handle.py +15 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_handle_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_id.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_last_updated_by_id.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_last_updated_by_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_metadata.py +12 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_metadata_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_organization_id.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_organization_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables.py +11 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item.py +61 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at.py +17 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_by_id.py +17 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_by_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_description.py +17 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_description_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_id.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id.py +17 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_organization_id.py +17 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_organization_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_updated_at.py +17 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_updated_at_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item.py +10 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping.py +36 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child.py +17 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_require_output_mapping.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_children.py +24 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_children_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item.py +22 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping.py +38 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py +17 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_require_output_mapping.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_children.py +24 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_children_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one.py +23 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two.py +23 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one.py +23 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two.py +23 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item.py +59 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id.py +12 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_description.py +12 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_description_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_json_schema.py +12 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_json_schema_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_last_updated_by_id.py +12 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_last_updated_by_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_name.py +12 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_name_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_organization_id.py +12 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_organization_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_code.py +12 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_code_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type.py +12 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_tool_type.py +8 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_updated_at.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_updated_at_item.py +5 -0
- letta_client/tools/client.py +8 -0
- letta_client/types/__init__.py +140 -8
- letta_client/types/action_model.py +6 -4
- letta_client/types/agent_state_tool_rules_item.py +3 -3
- letta_client/types/audio.py +19 -0
- letta_client/types/chat_completion_assistant_message_param.py +29 -0
- letta_client/types/chat_completion_assistant_message_param_content.py +8 -0
- letta_client/types/chat_completion_assistant_message_param_content_item.py +9 -0
- letta_client/types/chat_completion_audio_param.py +22 -0
- letta_client/types/chat_completion_audio_param_format.py +5 -0
- letta_client/types/chat_completion_audio_param_voice.py +7 -0
- letta_client/types/chat_completion_content_part_image_param.py +21 -0
- letta_client/types/chat_completion_content_part_input_audio_param.py +21 -0
- letta_client/types/chat_completion_content_part_refusal_param.py +20 -0
- letta_client/types/chat_completion_content_part_text_param.py +20 -0
- letta_client/types/chat_completion_developer_message_param.py +22 -0
- letta_client/types/chat_completion_developer_message_param_content.py +6 -0
- letta_client/types/chat_completion_function_call_option_param.py +19 -0
- letta_client/types/chat_completion_function_message_param.py +21 -0
- letta_client/types/chat_completion_message_tool_call_input.py +24 -0
- letta_client/types/{chat_completion_message_tool_call.py → chat_completion_message_tool_call_output.py} +3 -3
- letta_client/types/chat_completion_message_tool_call_param.py +24 -0
- letta_client/types/chat_completion_named_tool_choice_param.py +23 -0
- letta_client/types/chat_completion_prediction_content_param.py +21 -0
- letta_client/types/chat_completion_prediction_content_param_content.py +6 -0
- letta_client/types/chat_completion_stream_options_param.py +19 -0
- letta_client/types/chat_completion_system_message_param.py +22 -0
- letta_client/types/chat_completion_system_message_param_content.py +6 -0
- letta_client/types/chat_completion_tool_message_param.py +22 -0
- letta_client/types/chat_completion_tool_message_param_content.py +6 -0
- letta_client/types/chat_completion_tool_param.py +21 -0
- letta_client/types/chat_completion_user_message_param.py +22 -0
- letta_client/types/chat_completion_user_message_param_content.py +6 -0
- letta_client/types/chat_completion_user_message_param_content_item.py +10 -0
- letta_client/types/child_tool_rule.py +1 -2
- letta_client/types/completion_create_params_non_streaming.py +62 -0
- letta_client/types/completion_create_params_non_streaming_function_call.py +8 -0
- letta_client/types/completion_create_params_non_streaming_messages_item.py +18 -0
- letta_client/types/completion_create_params_non_streaming_modalities_item.py +5 -0
- letta_client/types/completion_create_params_non_streaming_model.py +44 -0
- letta_client/types/completion_create_params_non_streaming_reasoning_effort.py +5 -0
- letta_client/types/completion_create_params_non_streaming_response_format.py +10 -0
- letta_client/types/completion_create_params_non_streaming_service_tier.py +5 -0
- letta_client/types/completion_create_params_non_streaming_stop.py +5 -0
- letta_client/types/completion_create_params_non_streaming_tool_choice.py +8 -0
- letta_client/types/completion_create_params_streaming.py +62 -0
- letta_client/types/completion_create_params_streaming_function_call.py +8 -0
- letta_client/types/completion_create_params_streaming_messages_item.py +18 -0
- letta_client/types/completion_create_params_streaming_modalities_item.py +5 -0
- letta_client/types/completion_create_params_streaming_model.py +44 -0
- letta_client/types/completion_create_params_streaming_reasoning_effort.py +5 -0
- letta_client/types/completion_create_params_streaming_response_format.py +10 -0
- letta_client/types/completion_create_params_streaming_service_tier.py +5 -0
- letta_client/types/completion_create_params_streaming_stop.py +5 -0
- letta_client/types/completion_create_params_streaming_tool_choice.py +8 -0
- letta_client/types/conditional_tool_rule.py +1 -2
- letta_client/types/{function.py → function_call.py} +1 -1
- letta_client/types/{function_definition.py → function_definition_input.py} +1 -1
- letta_client/types/function_definition_output.py +22 -0
- letta_client/types/function_output.py +20 -0
- letta_client/types/function_tool.py +2 -2
- letta_client/types/image_url.py +21 -0
- letta_client/types/image_url_detail.py +5 -0
- letta_client/types/init_tool_rule.py +1 -2
- letta_client/types/input_audio.py +21 -0
- letta_client/types/input_audio_format.py +5 -0
- letta_client/types/json_schema.py +26 -0
- letta_client/types/letta_request.py +12 -3
- letta_client/types/message.py +2 -2
- letta_client/types/openai_types_chat_chat_completion_message_tool_call_function.py +20 -0
- letta_client/types/openai_types_chat_chat_completion_message_tool_call_param_function.py +20 -0
- letta_client/types/openai_types_chat_chat_completion_named_tool_choice_param_function.py +19 -0
- letta_client/types/openai_types_chat_completion_create_params_function.py +21 -0
- letta_client/types/response_format_json_object.py +19 -0
- letta_client/types/response_format_json_schema.py +21 -0
- letta_client/types/response_format_text.py +19 -0
- letta_client/types/step.py +90 -0
- letta_client/types/terminal_tool_rule.py +1 -2
- {letta_client-0.1.22.dist-info → letta_client-0.1.24.dist-info}/METADATA +1 -1
- letta_client-0.1.24.dist-info/RECORD +398 -0
- letta_client/agents/messages/types/messages_list_response.py +0 -7
- letta_client/types/tool_rule_type.py +0 -10
- letta_client-0.1.22.dist-info/RECORD +0 -179
- {letta_client-0.1.22.dist-info → letta_client-0.1.24.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,398 @@
|
|
|
1
|
+
letta_client/__init__.py,sha256=b4gG0GwcoeyFGTc8pZkg-ytO7Pbw-mUIlWQwqPa4cJg,36775
|
|
2
|
+
letta_client/agents/__init__.py,sha256=I9DFTI2KpMg8sEGF1oCYefDS8tykQ2nRKi_axy8uMhI,1560
|
|
3
|
+
letta_client/agents/archival_memory/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
4
|
+
letta_client/agents/archival_memory/client.py,sha256=VTlL-cGmYBYdVI5owY8Gbbj4dscUCtSzL34Gm_5Nvk4,14872
|
|
5
|
+
letta_client/agents/client.py,sha256=xr96uk3Jyw2maR2vVPKDfKhYncv6zmulqwP5i2kZm6E,54880
|
|
6
|
+
letta_client/agents/context/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
7
|
+
letta_client/agents/context/client.py,sha256=GKKvoG4N_K8Biz9yDjeIHpFG0C8Cwc7tHmEX3pTL_9U,4815
|
|
8
|
+
letta_client/agents/core_memory/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
9
|
+
letta_client/agents/core_memory/client.py,sha256=iuqNRihbXDZ67C27CHfVQwJCsWXsQBYxCirKTgV1Rc4,27973
|
|
10
|
+
letta_client/agents/memory_variables/__init__.py,sha256=goz3kTaLM-v8g-hYEhzyqBYzIc3Vu6gDD_7RtkIrM50,155
|
|
11
|
+
letta_client/agents/memory_variables/client.py,sha256=6qFVbR_tdfqj4HQ1h1HXR8DZCVzzJ8I82R92i35iadY,4965
|
|
12
|
+
letta_client/agents/memory_variables/types/__init__.py,sha256=EoznK0WvhCyFYd4KDdU-cGDQWpSXmq79BSkqVHN-j7A,180
|
|
13
|
+
letta_client/agents/memory_variables/types/memory_variables_list_response.py,sha256=bsF__n_B4ZXEHzg--OVD6tHHXt_aM-FjHm2x1ZXPnL0,599
|
|
14
|
+
letta_client/agents/messages/__init__.py,sha256=9Zt72Nze7wBtH8j-voStnfYrLrIdOuDiB9n_Utg2x8A,191
|
|
15
|
+
letta_client/agents/messages/client.py,sha256=kf_ALPe08BfBIqqWdVkUic4vZilMENpBGrjQ46doQP4,38225
|
|
16
|
+
letta_client/agents/messages/types/__init__.py,sha256=P-MDXIPbY_Iipi8hS4iGzbeCOzTw4E5cySwMgcyICWI,245
|
|
17
|
+
letta_client/agents/messages/types/letta_streaming_response.py,sha256=MdE2PxQ1x1AviakHXsWVcFv97a3RchzzzIiD77w4EC8,665
|
|
18
|
+
letta_client/agents/messages/types/message_update_content.py,sha256=LjGu6xzHC1kRKNHWg203jzz9GF8jPeNMPS36bEfqS7I,194
|
|
19
|
+
letta_client/agents/sources/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
20
|
+
letta_client/agents/sources/client.py,sha256=VjmiI0L2RyT3AhqstHunapdbzygTBcNGoT1DiFGRg44,12799
|
|
21
|
+
letta_client/agents/templates/__init__.py,sha256=fTLYBFybZ1xFP8phgz2b7Nlygau7OHa3CUqtZjG2JRI,149
|
|
22
|
+
letta_client/agents/templates/client.py,sha256=iFDP8OiGY78dMt8-sLhi3Qdb0ciKYPTpbBk3S_0ScxE,18873
|
|
23
|
+
letta_client/agents/templates/types/__init__.py,sha256=n6TG69a7_CByZmnRbsApvXiH9PG5SsDw7TcUEp99ETw,170
|
|
24
|
+
letta_client/agents/templates/types/templates_migrate_response.py,sha256=7N4JtAaiao-LrNdi72K7XB01uXJVkczaKYIJIMf0QYs,577
|
|
25
|
+
letta_client/agents/tools/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
26
|
+
letta_client/agents/tools/client.py,sha256=xZMRZhG8mI_h8_QqgI4lXh3FieRCLeoPwdtB56GB-XU,12685
|
|
27
|
+
letta_client/agents/types/__init__.py,sha256=N3Lf7H39t4j0uuE-_yysqw4LIT6hIRMBSZVp7k6aMTs,1521
|
|
28
|
+
letta_client/agents/types/agents_search_request_combinator.py,sha256=7ZvVX3QILYpXAsKw3l7rQxwwleNekGP73GbNVboCaCA,166
|
|
29
|
+
letta_client/agents/types/agents_search_request_search_item.py,sha256=3rbwbHr0UfLWmF5zRUDvEwJCDzwYPjuMkkARjrCXm78,637
|
|
30
|
+
letta_client/agents/types/agents_search_request_search_item_direction.py,sha256=dms9ylGMxhHxNVer8z-XkfIRGjvzHAhUuubftD_CM30,962
|
|
31
|
+
letta_client/agents/types/agents_search_request_search_item_direction_direction.py,sha256=IkVJfmnRPJ9zcjvQ0mq8wlfUvAVPxITcr_w4Qfm3RTI,186
|
|
32
|
+
letta_client/agents/types/agents_search_request_search_item_direction_value.py,sha256=t0mP7y2xMhfVp9KGKiDlQDO0an3cbYk_7G5gdFmWSlw,195
|
|
33
|
+
letta_client/agents/types/agents_search_request_search_item_one.py,sha256=ECWv-hDZen6AomM01zmRsOz0PlXVEwIwLHjid9yko9o,779
|
|
34
|
+
letta_client/agents/types/agents_search_request_search_item_one_operator.py,sha256=76AUQ67bAv7gm5i4OhOTzJ5DA8LbFJYD57vhzM6qNHI,189
|
|
35
|
+
letta_client/agents/types/agents_search_request_search_item_two.py,sha256=YBC-rhz_ToN948VyRy5VB1yT4JqtYcLD_V9hNrkgnfQ,690
|
|
36
|
+
letta_client/agents/types/agents_search_request_search_item_zero.py,sha256=tGjwnFqSofFMBSAogmPLEflDQZ2rMqoMfFUtaIpND18,630
|
|
37
|
+
letta_client/agents/types/create_agent_request_tool_rules_item.py,sha256=vzOFgtUuui1HVtgMOPegJytxVKMOpKKc5l9WxxzO0aY,415
|
|
38
|
+
letta_client/agents/types/update_agent_tool_rules_item.py,sha256=P43l3kJNrqPVbNpWbEfEA7likZCGKtFYWQ2EofUCrnU,408
|
|
39
|
+
letta_client/base_client.py,sha256=upbBHirE_S7W6FSnWIA7tXc6v3w_AwGsqnrbj37LrNQ,7903
|
|
40
|
+
letta_client/blocks/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
41
|
+
letta_client/blocks/client.py,sha256=AeQQ-IdYhV-zqLTt3PTrJOtJ6XtBZcXNC108Y5EogVU,29178
|
|
42
|
+
letta_client/client.py,sha256=y2cXN0ApFul2Lz-fVh5TbeYbQ8oUjnXcwJ6wUczEf2c,2457
|
|
43
|
+
letta_client/core/__init__.py,sha256=OKbX2aCZXgHCDUsCouqv-OiX32xA6eFFCKIUH9M5Vzk,1591
|
|
44
|
+
letta_client/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
|
45
|
+
letta_client/core/client_wrapper.py,sha256=NuImZrRhwtv2gwZYkL6fMZoO1cNZ966wrQJYU1y_gZA,1997
|
|
46
|
+
letta_client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
|
47
|
+
letta_client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
|
48
|
+
letta_client/core/http_client.py,sha256=siUQ6UV0ARZALlxubqWSSAAPC9B4VW8y6MGlHStfaeo,19552
|
|
49
|
+
letta_client/core/jsonable_encoder.py,sha256=qaF1gtgH-kQZb4kJskETwcCsOPUof-NnYVdszHkb-dM,3656
|
|
50
|
+
letta_client/core/pydantic_utilities.py,sha256=Pj_AIcjRR-xc28URvV4t2XssDPjLvpN6HAcsY3MVLRM,11973
|
|
51
|
+
letta_client/core/query_encoder.py,sha256=ekulqNd0j8TgD7ox-Qbz7liqX8-KP9blvT9DsRCenYM,2144
|
|
52
|
+
letta_client/core/remove_none_from_dict.py,sha256=EU9SGgYidWq7SexuJbNs4-PZ-5Bl3Vppd864mS6vQZw,342
|
|
53
|
+
letta_client/core/request_options.py,sha256=h0QUNCFVdCW_7GclVySCAY2w4NhtXVBUCmHgmzaxpcg,1681
|
|
54
|
+
letta_client/core/serialization.py,sha256=D9h_t-RQON3-CHWs1C4ESY9B-Yd5d-l5lnTLb_X896g,9601
|
|
55
|
+
letta_client/core/unchecked_base_model.py,sha256=zliEPgLnK9yQ1dZ0mHP6agQ7H0bTZk8AvX6VC1r9oPQ,10754
|
|
56
|
+
letta_client/environment.py,sha256=7ou6ZwDZLBOdYQrHv-1lUk5a1q-HgEwzGlFITiRZ0XU,198
|
|
57
|
+
letta_client/errors/__init__.py,sha256=wqo3GnyT9iRy7zuPMs6TXOg9GMNfDp4fxq7M8lFFgK8,367
|
|
58
|
+
letta_client/errors/conflict_error.py,sha256=INHRMcX6i0ywcbZfw-vn3aBoVi06bDjev3p_O8U8IA4,296
|
|
59
|
+
letta_client/errors/internal_server_error.py,sha256=8USCagXyJJ1MOm9snpcXIUt6eNXvrd_aq7Gfcu1vlOI,268
|
|
60
|
+
letta_client/errors/not_found_error.py,sha256=tBVCeBC8n3C811WHRj_n-hs3h8MqwR5gp0vLiobk7W8,262
|
|
61
|
+
letta_client/errors/unprocessable_entity_error.py,sha256=FvR7XPlV3Xx5nu8HNlmLhBRdk4so_gCHjYT5PyZe6sM,313
|
|
62
|
+
letta_client/health/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
63
|
+
letta_client/health/client.py,sha256=6BjXH83ZhsLt_MD4QA2hiTsvgfeIgxMT1KSN0Oj6e1I,3242
|
|
64
|
+
letta_client/jobs/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
65
|
+
letta_client/jobs/client.py,sha256=z1Zq6dGs2xbf3EAFuD3-m-qbpbUeqpCBYqtIFKkGoMk,15622
|
|
66
|
+
letta_client/models/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
67
|
+
letta_client/models/client.py,sha256=Rd9IHjSdXRzzZyabpq8pDTc9XDnwLPnmm5by335g1D0,6306
|
|
68
|
+
letta_client/providers/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
69
|
+
letta_client/providers/client.py,sha256=RLpTHd9iQ5wlZqYEG4cF8YsDCdaQZ0odCFprukauCuc,18228
|
|
70
|
+
letta_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
71
|
+
letta_client/runs/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
72
|
+
letta_client/runs/client.py,sha256=F4yTdhwAA20Ftjr9UZ9tU7wc209n1RNVdJkw42eiBqY,27330
|
|
73
|
+
letta_client/sources/__init__.py,sha256=kswgCv4UdkSVk1Y4tsMM1HadOwvhh_Fr96VTSMV4Umc,128
|
|
74
|
+
letta_client/sources/client.py,sha256=GbMg3ZR0JufGPOfYiptr9yDWKJ0FgT6zLD_k6fET0zs,28223
|
|
75
|
+
letta_client/sources/files/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
76
|
+
letta_client/sources/files/client.py,sha256=R-9zHK_wWtvW-2K7erQVVh9rR7a5JC4zxmTK3rrWJoU,13289
|
|
77
|
+
letta_client/sources/passages/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
78
|
+
letta_client/sources/passages/client.py,sha256=n0QVtLC0W1X6_SjhiEGSl9oZexocnsLZYeYRAqV2BCk,4767
|
|
79
|
+
letta_client/steps/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
80
|
+
letta_client/steps/client.py,sha256=nHd4ZxYeaVgYf9ZewBCLc58DZ38LoW97W-xbc2oOL_0,10900
|
|
81
|
+
letta_client/tag/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
82
|
+
letta_client/tag/client.py,sha256=TBAotdb0e2_x2pANF4dOE1qmWY3GIgb7nOhvN7iZ3_4,5183
|
|
83
|
+
letta_client/templates/__init__.py,sha256=b8JVTHRji4dqncse_5i-crLgGwAPONLFoE-J1NJEHXI,25827
|
|
84
|
+
letta_client/templates/client.py,sha256=QnDjZGddgxDUfvEPybgEW3qE29n43JVE1tn6-FCZ990,6482
|
|
85
|
+
letta_client/templates/types/__init__.py,sha256=945pHwEtejHRsrwh-TzjmahSRfVY5TYJLEPZ9dLunZ0,42141
|
|
86
|
+
letta_client/templates/types/templates_create_agents_from_template_response.py,sha256=7rV8AJ6_35MTo2bsgVVvdEzn5LHKdoaNhuHFy5ABsIc,784
|
|
87
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item.py,sha256=jYKbrk2KuYIQMBQSD4Jy-ztoY1iQVTktbQFI1rQN3yI,4763
|
|
88
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_agent_type.py,sha256=1YGJe4QqKmUsJRXlvhXH8xl7PhpCgTQip-aT1Zd3h0c,271
|
|
89
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_at.py,sha256=nmQ5bS6aOvRBSfrIKcH93EaUNNqiFPqETj4tyqIVUPo,489
|
|
90
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_at_item.py,sha256=fu5mYHTTKK_olak7X1qXfxEZBIF527IWw-i0nmRsGdQ,187
|
|
91
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_by_id.py,sha256=7Ju4YT1FuM3hmU9xtut54eTaWSQxIr-KhGipZCVingE,498
|
|
92
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_by_id_item.py,sha256=KLkDuMhzgfj9rrj8lsH_XBXvuUqe6d_2t0aP_vaTHB0,189
|
|
93
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_description.py,sha256=zFQ0mRj6yR7SH_kBOmt1WxOWuHvMrWdJVe1SOHOYwzE,496
|
|
94
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_description_item.py,sha256=346N_30PXK4CpOeVDek7mqjzJHXZBul1TTPh_73ndgY,189
|
|
95
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config.py,sha256=ylvhg5Lt8MRVaVpUzCpK9Z11qUexlN1lFIhreSXwiWE,2964
|
|
96
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_deployment.py,sha256=tgpY-O1MQg2T-H-a6P9NN2Y9EhTSWVyi15O7l2srmHo,575
|
|
97
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_deployment_item.py,sha256=ez6oL5tBHXjgxFNQ_xDRluuIhlhUx5kklbn3u5Nbnds,214
|
|
98
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_endpoint.py,sha256=ze6gT3Zk4ocVC66oUnJ47JfBLgoUNjmaiwSnUBaJf2g,567
|
|
99
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_endpoint_item.py,sha256=FO-HHNxTw7GWEIN3E1tfD0qN0jlmO9k7ULnf8MGj9M4,212
|
|
100
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_version.py,sha256=5aH8_pJnIx18RvDhp1feU6AFCfzzSvNFnYlw-b8Pw0A,563
|
|
101
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_version_item.py,sha256=lJZGV3msVcj1EgOQPVHbxsOGdifzff0qBu3NrrNUMBY,211
|
|
102
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_chunk_size.py,sha256=aRzIaHYRTMdlaZpXxSQGO_WCH8K4GT0KFQnvHS-CDUc,604
|
|
103
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_chunk_size_item.py,sha256=uuclIxDK1yuRg8JvuRcOTk72dO28syPtbTc58z3Eijk,219
|
|
104
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint.py,sha256=MiOwfXyYk8YP4IOS2OIJcE6UDni7PYnWmveroHbFn1c,597
|
|
105
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint_item.py,sha256=tfgGYx62ZFhivKPgqahB-VWy8-IRTP0NjFRa14cSQig,216
|
|
106
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint_type.py,sha256=E0tzOiy_t8-Z_E_K_8JNs_9MdyO7ALF6D-n25YJivT0,585
|
|
107
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_handle.py,sha256=MHtWOfUZ2ZjvmwmME1zMU8YhtNTfQ5IE3GC2BAxOqos,538
|
|
108
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_handle_item.py,sha256=xXrEFoy9YjubSKglsWegXm73iAXbe1e8pmi-ZMB5bR8,199
|
|
109
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_last_updated_by_id.py,sha256=YcnUUXOwFu6WFkOIiOmsnWgZ3aq8rIHsBiBiwKOrY0M,515
|
|
110
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_last_updated_by_id_item.py,sha256=uwyL9iG8JbHsNyYezk2IRlA0tjWWA7AaVAgqHhq-C7w,193
|
|
111
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config.py,sha256=N8WoJ3n6qZV1rdIRUcUxYCCPxG1k_gmgWSn7yrwt0Gc,2442
|
|
112
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_handle.py,sha256=E2V4vLylst75Gnq0WhdhMWV0l7ajEN8Y2BQSRU3-SZA,514
|
|
113
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_handle_item.py,sha256=HdINPvxDwWpyDMjtf6dL36PZLaBavEPVxoN_hazk6KM,193
|
|
114
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint.py,sha256=umB1zf1Kusaus7Yem_G8Q_rrczXZGMQUc6b1DYpuHkk,543
|
|
115
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint_item.py,sha256=Mawjtn_pEgBRzvTYIBYtOA6r4l15-r2xUEWUNxZwh-M,200
|
|
116
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint_type.py,sha256=nW1iWXOmGoKh1olh_br0E0EdA9cyCX_Wg3VsCLXCNYc,575
|
|
117
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_wrapper.py,sha256=55T0TI5h0L1-MdVggoiGqR-jTkeWEvln-81y8SS91Gg,539
|
|
118
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_wrapper_item.py,sha256=aZ8G3AMdRpsVNLMA8fsdciID_47CHjU0UJkiYgJOYKA,199
|
|
119
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_put_inner_thoughts_in_kwargs.py,sha256=xQY3r3sbfwI71E1CICO-if1mjS3gcnCby0It4ow9ZzU,605
|
|
120
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_put_inner_thoughts_in_kwargs_item.py,sha256=RIS8V3i0Mr92yAfP_hPD8mdYITciOteFBD-tVfsfA1Q,218
|
|
121
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_temperature.py,sha256=9KoQ3kLqsyHHV6J-JOLEwKas5FojWxJ2RlUK7FWrwMQ,209
|
|
122
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory.py,sha256=JMMQ2KMboDBjS1ko91E_6siF-xeEFiNOP0g1aoZdx0M,1144
|
|
123
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item.py,sha256=aceZ68bAFpAhaEJiQD_jSphxB87_AWNs_66f6-MGlxo,3683
|
|
124
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_created_by_id.py,sha256=DZgtHgwbweQGWhFP9ZBoBIE5luGar50Gzk4MZG1EkR0,565
|
|
125
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_created_by_id_item.py,sha256=crqVTWhJaWoBHivTv86cmWSGkEyd9_WOUJ8N4if5abI,211
|
|
126
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_description.py,sha256=H_I5DgOppxP6mT8GRmTB6cDgESBUP6ATf3PuvjPENMQ,563
|
|
127
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_description_item.py,sha256=lykdzng1W7K5h7LUMTq-lwJbm6jwzhduDaMpELCJ8_I,211
|
|
128
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_id.py,sha256=YHDscQiNy-jv5W3pHeCauKNPuhvjTZ2FOmg-pf2opxo,199
|
|
129
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_is_template.py,sha256=Tld7HbYgQ7AkpND_J199mPjc8G-pAGVrq_lbKjPR9yM,214
|
|
130
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_label.py,sha256=5Z6n40eYqBqfeMrIUtIfPKz30OibfnoDRL7fBW1GSCQ,539
|
|
131
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_label_item.py,sha256=wBpJmWObkBxHR7ZvcryXZM0cSF1D5NbZFXrGT0SmNAQ,199
|
|
132
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_last_updated_by_id.py,sha256=qw9991WbOXQBAFBU1MRygic2fEXAkcYrv6c0WQnJTao,596
|
|
133
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_last_updated_by_id_item.py,sha256=l8LPmTG0oYITS6Zqoi-FVSQ7jb_TNN15ojo83XGXCoM,215
|
|
134
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_limit.py,sha256=V7yTWlbwiHLiwBHCL_Z4Y6kAq7PjbCHgfSo_4aQ6drQ,210
|
|
135
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_metadata.py,sha256=lwRP_HuX4cqQv0B8DrM4mxH70z0PRs6sEpdYUThuAy4,542
|
|
136
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_metadata_item.py,sha256=RpuCaDLB0zQCrlhuCJP_mKS0tSUn4Jg87aluCCTyDFo,232
|
|
137
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_name.py,sha256=8BPQDuzJjP_9fQ-tOXAGEV5ej_cgB4dCB7MktrdO630,535
|
|
138
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_name_item.py,sha256=gnbgSuWS2nhLXgz_xTqVDpnaED2plV9lXTWRcz18swk,198
|
|
139
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_organization_id.py,sha256=Rh3SOAT14YsPEW61R3gNqkozQd8b0oncOsZLFMqBzQ4,576
|
|
140
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_organization_id_item.py,sha256=WipenHvY69jnnrMrsj5YKiFjOasGUVDDlaFsMf1BG14,214
|
|
141
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_prompt_template.py,sha256=iDNmx7gjA3smqKLB-G2Iw7mU0E-UJQ9M1nMlY9AQ6tY,201
|
|
142
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_message_ids.py,sha256=5ZV9dJSSkDIt4spWobO0EJb9OYaHXAeMqDavg40R5fg,506
|
|
143
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_message_ids_item.py,sha256=y7oZJZBWa8bTkkyTrveo4kp3v8WBIkAWRU_orCnde3E,201
|
|
144
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_metadata.py,sha256=wBfD64BmkkqRtgiQZgF7bpQAca7sLatc-SZVtgFnGWE,475
|
|
145
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_metadata_item.py,sha256=43TRZ92wYQtVTHdN_2BP96r4dIh7IWRSDO0lVObV4r4,216
|
|
146
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_organization_id.py,sha256=hAz3o3_WfFqdJmsYdju6pXj-4ChbkYB8Cp1hDtVDLVs,509
|
|
147
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_organization_id_item.py,sha256=O7hNKYQFed7cnq7j0IuTHxiXxjEnx9NSfO-DUq-KIXo,192
|
|
148
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item.py,sha256=ypjpwE3_to9Zw4fFXyE-dFIQx2fT3JckFTFDdZl01RA,3268
|
|
149
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at.py,sha256=isIG1hHcQBquFAVqGDvJ30Vc4bfm5bTUnTTwtbP0rXE,535
|
|
150
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at_item.py,sha256=-8S1sSNv9Flh4zxdEiScxUHlHShqRK0xpyLDRHzcwL0,198
|
|
151
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_by_id.py,sha256=oZ3TFIZSBFn3N1TTxpB0iu3Ik7AHHLQ2AsCzOYimFok,544
|
|
152
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_by_id_item.py,sha256=iwqKaWZJSdSnKv4dR2mEKZbspYZPbsPQrL_csUz0jro,200
|
|
153
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_description.py,sha256=5cdq_FJm54QqgTU15-1twkCVjEf2cL-ZTvEGfN7J_3M,542
|
|
154
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_description_item.py,sha256=S2Iqr69qQ1mKflB5a8NmAOo0-j6oIGrzXlvrh0gXt5E,200
|
|
155
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config.py,sha256=HShDv_rzHIA3qsQw_NyoHL9qsU0scY7S5-iGzhpt4yE,3232
|
|
156
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_deployment.py,sha256=Zf-yMamar2RESzq_q6IWc3vKtambrdzuBeM4Jonu-B4,657
|
|
157
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_deployment_item.py,sha256=OBSmuBSobPxFbB_kwjUIYY3hyMsRKEG0g09ofWY9P8c,225
|
|
158
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_endpoint.py,sha256=BcDCJpLNYVv40N5rcslhZdObgUUwmr7_UHjLOwX_iYI,627
|
|
159
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_endpoint_item.py,sha256=bXFbgN7jeGGgkjIyuYuX0YaVX4JJVfOQi8OjaC_qIms,223
|
|
160
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_version.py,sha256=XzzEocMqx2o55_kKbV-Ynr52-suWBXjLz27yK638ib0,623
|
|
161
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_version_item.py,sha256=9pPSwmX8ByxXAFMnJzz-M35kVro1s5sKobxfRUUv-88,222
|
|
162
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_chunk_size.py,sha256=1CPR3OF22oHtFEBkaFTmsBHr9wr3_f3kuhNpmZZjsCM,672
|
|
163
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_chunk_size_item.py,sha256=GzMqBWweFOszM5wst3xM92pC-_DyeEBPwJ-10mFrLLc,230
|
|
164
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint.py,sha256=Wghj9E27uEiRMCk86JAuVhQQWaoQHtR9WLeXw-hYXE8,665
|
|
165
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint_item.py,sha256=-PFiuA4r6rvGbmy0LCALIhFq_FlCl3gz4zhwAh-eiro,227
|
|
166
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint_type.py,sha256=koqP3EcbQsFNRq3VoYa2SzMweTCLFPIg9TBreVAod9w,596
|
|
167
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_handle.py,sha256=UPKVNASH4CsFoGx6Ks6XjEfj_dfZUVUnJGcAS--zTEM,598
|
|
168
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_handle_item.py,sha256=NAkS-YgmIgcFXNmIHs8vV2SIrbYv-SdgYgn95nmv2tQ,216
|
|
169
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_id.py,sha256=ITDnSbAp69TGpX8SLU4ftVKBlqOAZZTxhwmx5s8mLTc,194
|
|
170
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_last_updated_by_id.py,sha256=bL02bQzx3F6kThoXKjf5GWCw15fwg-TU2oVghRa4Btw,561
|
|
171
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_last_updated_by_id_item.py,sha256=CXbardF9JwTpQoGt1OIx65fRpLUjyeIjgkhytLJJ9d8,210
|
|
172
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_metadata.py,sha256=xeJLD8c7PU3rl7pcGoQtD2985t0VytVuaXFo41yCa10,521
|
|
173
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_metadata_item.py,sha256=eoRxX47uP1pR7fdjZQLeo7PaOJmsaWJqTr_av2r-VJs,227
|
|
174
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_organization_id.py,sha256=qjx3WikzM-o85-ah3H9p-nTqi8J5IGUH9BCtZ5b1vwY,555
|
|
175
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_organization_id_item.py,sha256=PlXaVHVu_sKUz5QIkwLJPrwF5On4pzRxZ7Y4dzprk60,209
|
|
176
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at.py,sha256=YAP6vPnr4_Tn4R4K_jiO9cezDQZ_TFiPcvXxhNMnrN4,535
|
|
177
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at_item.py,sha256=hhv_Dk-0wRe02P7mQ7Yc_1I0Rgiafhni0AV10JR263s,198
|
|
178
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables.py,sha256=riTRpywTyCIkdnYIdNuwsgH0djQ6xj-jAD9o0jiecFI,515
|
|
179
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item.py,sha256=vOI2LMQrccr3BJIdmtNbHrmmfUY69YFnKJDOD-ru7do,3265
|
|
180
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at.py,sha256=4ftavcRO_beRQ8RZVb-TFPKu7_liR8Aj642LPdfsXr0,658
|
|
181
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at_item.py,sha256=-QYZjeKmvZL-5qFmfJD-FaL4R3idd2sKIFKsyHtmfig,225
|
|
182
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_by_id.py,sha256=skU2P6N8ZMqFzw23XPZzuqVwEtfWXYUb7SDxctqsocM,667
|
|
183
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_by_id_item.py,sha256=lAR3K-ufn8UHUO3eib4GCqUVNA7ttm-34LxKhD0ZEh0,227
|
|
184
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_description.py,sha256=MRGOO_RAFC3F0VnLc6ZFdBC5lLDDBU7FItMvtT10jc0,665
|
|
185
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_description_item.py,sha256=NDD-KggCfW-0wVIsjb_oWFE2aL99xbr_z9QYydji1yM,227
|
|
186
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_id.py,sha256=nxpHHNh7lUZ79zx5b61VeLqN1fuvM71z5ZNI00PqFQw,221
|
|
187
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id.py,sha256=GPRm8Q52TyjanaXC-Qy36ylwHiJXQ3eG9rQkN8XXd0c,684
|
|
188
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id_item.py,sha256=PToh5DT1S0IK-7pyF-MPIw6mRZVKVOZeZfoypBPIYOk,231
|
|
189
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_organization_id.py,sha256=Gr16F_4joG0SGAys8oMZ2GT77w0BtSPiphrWarWw8Og,678
|
|
190
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_organization_id_item.py,sha256=xcom8ItM5WERQzfa86Ac5G3beSBAqqKd5h9TR1uLlTI,230
|
|
191
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_updated_at.py,sha256=peAsfxaOQouCiKnyquVGL-VODTdmfBLFGX3Y9fOTAFc,658
|
|
192
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_updated_at_item.py,sha256=2QkHoRy6NucbY1VGkHUFcwQNHY5oATdddxKeftyWWfw,225
|
|
193
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules.py,sha256=WhhRiOxM7JuJ6Bzl4SHQTFX68VD6-US-FrDm5TIf1SA,563
|
|
194
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item.py,sha256=GeNIjzmgoZtp-fj_mD_Khu4_vmjEcqHDZF4TUZCpVfI,442
|
|
195
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping.py,sha256=AhyC3qfHl4jHld3cfavQybeJpWIkwx_mbfwNMiZmAJ4,1835
|
|
196
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child.py,sha256=Cb7QaSK1SimaYIV_dzfiPPwuia2P7mwhhdyL_6BsFhI,667
|
|
197
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child_item.py,sha256=ACRR5EZsouAMGP_VxRLPSpti72AA4N3MlpTNipjuKxY,227
|
|
198
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_require_output_mapping.py,sha256=SKltxxZt1X7BDRm8IoeCT3qT7Z80kXNlAurTfnbQnbo,239
|
|
199
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_type.py,sha256=C7poF9o_CQVTukhG4u5Rf9OEQagJVt6q95UF_2ih3is,248
|
|
200
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_children.py,sha256=tKe9706ywQbrQce2yU8lAAc4dtQh8kzJA8rj4pofdCM,954
|
|
201
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_children_type.py,sha256=lnbNaW2bzqgmImHUjasPWRZmZtuT22oimDHUsCrEja8,248
|
|
202
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item.py,sha256=WkdWO1_QU74p8wJXQpf5Ca4v7p4lmi8p7h6JJgCOa04,1249
|
|
203
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping.py,sha256=oiTpc21ZIt4r9szC8w7lLLIvGzoJ-4VWBZWIlohP5zM,1892
|
|
204
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py,sha256=YOF2s57P-4x7F4rcapeQyhgZXDY_KJx7_dgIGuPuoeI,684
|
|
205
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child_item.py,sha256=ZyD-gQriEadOHebmYdbC6OJh9Pl970529WsqAY0dRlc,231
|
|
206
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_require_output_mapping.py,sha256=JawaYyhZyyJFZsSd7Dt6ETpMwgyiZghU_NrIRl4GDQM,245
|
|
207
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_type.py,sha256=xbmqx0JqMLanjX4pLAXZQQWfxQRJbOO4iCSAKV33_nU,252
|
|
208
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_children.py,sha256=K9-vWyh6C8XUzIHW_gQxGE1Gl0WBaZjSrEy7slregV4,971
|
|
209
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_children_type.py,sha256=wAhMxiDBjJPGiUSWyjTYicb53lBhnSAX2OzpIWSmiEc,252
|
|
210
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one.py,sha256=3J3yFAw8LNo6x32-wUYUibOvl839LX9sh97IHFZEiBI,920
|
|
211
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one_type.py,sha256=XaCS8zb6aNKunFSDj8iwFs0R_O-4thoN0sRPyh2Rihw,235
|
|
212
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two.py,sha256=JG8JmXotmkhQRrxguIi0MClZsiOPkg8vzjOL3EXsSlQ,920
|
|
213
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two_type.py,sha256=sCiJpBAJmSRvJYH6XtwoVGcJ47cBgEhyYZ_mOTOsMoc,235
|
|
214
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one.py,sha256=9AGZucHtFRcxdRPrOxzzImuFF3M9RmCP20i3wZOBAJM,903
|
|
215
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one_type.py,sha256=rZ_DVimSTKrxB9XTjI4CVVGYo1NhUvQId6PSpr7u6tc,231
|
|
216
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two.py,sha256=TW-FMn9iUQ-r6u2wSExPpPLuLKMsWNSRWEDgGGmEbdk,903
|
|
217
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two_type.py,sha256=V1wCJtJrXQpoT4PMSLoQfwDNu5IaJmAOWrxGSy9FllI,231
|
|
218
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item.py,sha256=LtORi5U7UvY7AQmw6bxP1mP3F40f_dhpOb4g5NQ3TiA,3346
|
|
219
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id.py,sha256=kjnDrRhrS7k-OI4uGqN5Rl1e0poPQtXvF8cIAPFuCdA,503
|
|
220
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id_item.py,sha256=0pvRaJ0baUhvPaymTuxZiVo6UjJ6rb4WwRXAhtB-Pk4,198
|
|
221
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_description.py,sha256=ep7eH9h8p6NOhB88IzyWC77eHHkElJSxODy_67ZZNQs,501
|
|
222
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_description_item.py,sha256=9CEHSEusdg38Gn9R_sw8_n2K_AOLdeXBD0hHw3QApa0,198
|
|
223
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_json_schema.py,sha256=GEQX7bapubHgnHLFX_MmXUC0R47k3H0vakCGqsQwuY8,522
|
|
224
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_json_schema_item.py,sha256=9LC9e8nFOnk2MlEQIleNaoAt_dpdWhQRnXUHyT_7AZc,227
|
|
225
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_last_updated_by_id.py,sha256=EH9BlAazx2wAwzUmD6DXRsHM28fxi8eTkgaDEVKQXoQ,520
|
|
226
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_last_updated_by_id_item.py,sha256=GB1-ZuY_GlhJwjU2BWcgqgWRnujW0t4vLnOIpNqSnzE,208
|
|
227
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_name.py,sha256=iBQybXPFGP5h9UnyUpAYoPojxaoGVdaptYvigu4bv6A,473
|
|
228
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_name_item.py,sha256=BnC-X0H9y3SOdcbt4gm4x1P6-hFE_g8kX4VedK88iXc,191
|
|
229
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_organization_id.py,sha256=GR1KjFCYTZdnv1_WWkz1osm2dVuP3JmbBdc_riEeBoY,514
|
|
230
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_organization_id_item.py,sha256=LU_q2S1thdN00kx3BpgqtTyWfDozDiDiawTUjZBPrYE,201
|
|
231
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_code.py,sha256=el7AcWy2xb-QM9-f5QdUUW8kPga2-q9VWiieoJ-2tKM,498
|
|
232
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_code_item.py,sha256=C4BCxqXMLu8iFiSYcUe9OXNMvie9tsOngtim-1lM3x8,197
|
|
233
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type.py,sha256=5htgo4AsPp2CCyTZXBIoiCREv_8Tr5tFp3vx25QWl1M,498
|
|
234
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type_item.py,sha256=B5EL59bffAOWVRmxo51Hah0iLQZCtllVW3tS_znwsgY,197
|
|
235
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_tool_type.py,sha256=AzzzHkWayPjZTdQeX-NbslKlQCzxl880O1A3DiLN5_c,295
|
|
236
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_updated_at.py,sha256=p8tLhJJIJTSW0JfQKEPbuhjuRcBbALfqgxrJ79tbNYQ,489
|
|
237
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_updated_at_item.py,sha256=uXkJJCwx44tIcYHCkXzAqvIvhtQDN9mYZanKbLBJNyI,187
|
|
238
|
+
letta_client/tools/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
239
|
+
letta_client/tools/client.py,sha256=nv4PKwwlBsyGYm9B_3okgaiNFbbMYfZ53bzeoaAhVfU,53219
|
|
240
|
+
letta_client/types/__init__.py,sha256=ooInVlUcxb67ZHdEQUgzB9enLD3DbMdAzdFiRF_AcL8,14838
|
|
241
|
+
letta_client/types/action_model.py,sha256=y1e2XMv3skFaNJIBdYoBKgiORzGh05aOVvu-qVR9uHg,1240
|
|
242
|
+
letta_client/types/action_parameters_model.py,sha256=zKzJkjtu1pt4BEA2GHlg9rMWja5a0uZygOpOx3FbgIM,749
|
|
243
|
+
letta_client/types/action_response_model.py,sha256=5OuImT0EQFkAnc81F6tZsVEwYG8rKbIrx_ydGiKqwog,745
|
|
244
|
+
letta_client/types/agent_environment_variable.py,sha256=vutZLcR0yETltgOZ7E_o9kR4vOdBxybVL9lzXSux75w,1698
|
|
245
|
+
letta_client/types/agent_state.py,sha256=ZRgtDN_iiDKKDKPbaTfx8PrONbL8E3MSjGqP9ysHXoU,4157
|
|
246
|
+
letta_client/types/agent_state_tool_rules_item.py,sha256=-1gMhEZOThSYXXTWxZXtSNpkANOTws0bZcEXf-PQCJA,375
|
|
247
|
+
letta_client/types/agent_type.py,sha256=iZ3Wa4BUddDeFSgcK3Z0WUKCQYDRCEo0aJICKsc3HL0,220
|
|
248
|
+
letta_client/types/app_auth_scheme.py,sha256=_6FLlw3drQ3HDSP9SecStBwQyE0DgL6UvKFArCC4yp8,1242
|
|
249
|
+
letta_client/types/app_auth_scheme_auth_mode.py,sha256=Zafrac9piNVjCVppCv0CS34Yx4rFaFPieeNCrtaPSwk,225
|
|
250
|
+
letta_client/types/app_model.py,sha256=cypZdZ12NW9pbG23XW9qTtGnZNwNlJxoxBERaFcLmso,1519
|
|
251
|
+
letta_client/types/assistant_message.py,sha256=OWJz-tAsuiA1bZguDbvIBJezzjYiQWt8kWCxwxK-zN4,779
|
|
252
|
+
letta_client/types/assistant_message_content.py,sha256=2XtIgU1tzCHgp-NwWIkUFohOd1GClieiRk9OATTEcew,188
|
|
253
|
+
letta_client/types/audio.py,sha256=aCgzL9SmkmM4yU7hy2IWwPrC-wtllplo3dQF9mjk7Fg,548
|
|
254
|
+
letta_client/types/auth_request.py,sha256=q63VMj39aCmljDuzUeAClXEqyaoa_HKv5IraSv8ry9M,683
|
|
255
|
+
letta_client/types/auth_response.py,sha256=jtG9Nn0voJcOWkBtvnuGGwhpUhYz9A8O7soOJZo_E_E,861
|
|
256
|
+
letta_client/types/auth_scheme_field.py,sha256=W4-qgKtKUSpBHaSvjLyzLybOIsGo7Ggk4VECpsoPnqQ,881
|
|
257
|
+
letta_client/types/block.py,sha256=J8McqSpellhd-KsPYontU8DYg3YV41_fQW5rR-85qMk,2900
|
|
258
|
+
letta_client/types/block_update.py,sha256=oIgxvSnav5vxztBdslRMiWOgRaAp3dh43pinZpoLzxk,1496
|
|
259
|
+
letta_client/types/chat_completion_assistant_message_param.py,sha256=QwxAJ9RQqxtZKnt6g6RfDppuMIt-1RAIlpnfSrVdHgg,1219
|
|
260
|
+
letta_client/types/chat_completion_assistant_message_param_content.py,sha256=CJ7Z_Jik2fzBYGy0UuvgDk0aLt3-Xpj3qswBLmWM0Sg,323
|
|
261
|
+
letta_client/types/chat_completion_assistant_message_param_content_item.py,sha256=tF-E0jNH0ilRJgm4vPTqHguCb-TZZ0LJfTXxOnon23w,405
|
|
262
|
+
letta_client/types/chat_completion_audio_param.py,sha256=l3hMhCWVDglmqmVezfuemQZoEevpndfyKJBDLu0_t-U,795
|
|
263
|
+
letta_client/types/chat_completion_audio_param_format.py,sha256=fuHPqWZGDIOwa4jnVY1hpU4Hx0sLs6qTjnss4PZMqSQ,193
|
|
264
|
+
letta_client/types/chat_completion_audio_param_voice.py,sha256=MrGHFnVFgmP-ULTvi4CYpT59_nrILVxAfaYyx3076AU,230
|
|
265
|
+
letta_client/types/chat_completion_content_part_image_param.py,sha256=dUQIFiDbyebgPEpVJJlDvZ5pcoly3LuGq-4fxojDbBc,674
|
|
266
|
+
letta_client/types/chat_completion_content_part_input_audio_param.py,sha256=-RGWHcpNdJQg82E8QhRve2QJQehma91k8eqGqeH29hc,691
|
|
267
|
+
letta_client/types/chat_completion_content_part_refusal_param.py,sha256=krYl75gasdI3f11V7fxkjWaf0_eyUoAjVZdMr91_BJg,633
|
|
268
|
+
letta_client/types/chat_completion_content_part_text_param.py,sha256=k2vla0kto1AGJqTW5_mKu0lXaxp290MyXNZc-yAKCXk,621
|
|
269
|
+
letta_client/types/chat_completion_developer_message_param.py,sha256=co0ZSmW8yedGjj-7alJCL5Hz6quTfsAAdle2o3CwzJI,816
|
|
270
|
+
letta_client/types/chat_completion_developer_message_param_content.py,sha256=ki8osLfDmRKfam7122BOrhkQq0KtiiTEYdaqe097rBk,280
|
|
271
|
+
letta_client/types/chat_completion_function_call_option_param.py,sha256=xI734_RNiFTG_TGQt5I-g6gcB7RWQIPnfhm-NelqclI,582
|
|
272
|
+
letta_client/types/chat_completion_function_message_param.py,sha256=P9egbiOtT2-9RWidM42mYfN8TR99JcyNguKe13IjUVI,670
|
|
273
|
+
letta_client/types/chat_completion_message_tool_call_input.py,sha256=w7kJJ8O-_O-aQPW109g7zDzjKEP2A9OMeIwFlbDar7c,830
|
|
274
|
+
letta_client/types/chat_completion_message_tool_call_output.py,sha256=OPQFNZJzHjBC69X22Lia1oGQRt3qsby3OVZcfrnO2Sw,701
|
|
275
|
+
letta_client/types/chat_completion_message_tool_call_param.py,sha256=UO5VuQMursyD3z5cpK2XElqKIJvN8Vln7U9ynyydUMc,846
|
|
276
|
+
letta_client/types/chat_completion_named_tool_choice_param.py,sha256=nTghUPEh6DlweUDhUaMyK5o92_FRe1gslK0zHfnGEDk,834
|
|
277
|
+
letta_client/types/chat_completion_prediction_content_param.py,sha256=lpK7Pe8iDcTx3QvgFnkyc0u9ntBGztWBFdGbgZLK0-4,778
|
|
278
|
+
letta_client/types/chat_completion_prediction_content_param_content.py,sha256=TcQIZ4LJkZ9bEuBHGU_FHvx93ej0llDWxjtraH4AstU,281
|
|
279
|
+
letta_client/types/chat_completion_stream_options_param.py,sha256=XgvzpRah0S6t_HKoULfF2s003a-ihvvzdGEllZLV6tc,611
|
|
280
|
+
letta_client/types/chat_completion_system_message_param.py,sha256=NI6bc43HgJ_5oIdN-_BIV_nOlHrtwpHWL7Nolaeih0E,798
|
|
281
|
+
letta_client/types/chat_completion_system_message_param_content.py,sha256=cL0TW9vbYxnuDJwVmDSeTseMqWa9X4rFFSLOyRRNUdw,277
|
|
282
|
+
letta_client/types/chat_completion_tool_message_param.py,sha256=hXaPdqxp-ANrLynZ6tcNJKHSb2nM4omy5EU76i0QUa4,770
|
|
283
|
+
letta_client/types/chat_completion_tool_message_param_content.py,sha256=PAHog1bPeQao6pAlKkiqFZ7ZshrXLDLuk7qXedK6vS0,275
|
|
284
|
+
letta_client/types/chat_completion_tool_param.py,sha256=jwgKq_3AW8ybc9xVr9JyNSFqTs5mTeNffBQimBRAWPk,705
|
|
285
|
+
letta_client/types/chat_completion_user_message_param.py,sha256=EWz44TKVGV7B2BcPSJ8Qr8R8unJXzsN4R9ziixZvrZs,786
|
|
286
|
+
letta_client/types/chat_completion_user_message_param_content.py,sha256=XNFFnok5yM6oBXB6aiUo0aFw53jT8BUjt88HFjJUiU8,297
|
|
287
|
+
letta_client/types/chat_completion_user_message_param_content_item.py,sha256=pWDgBhNJbzsSBQDxSGNojrgOxZUFFFdRppPNWZD3IgY,537
|
|
288
|
+
letta_client/types/child_tool_rule.py,sha256=7mJ9h_V75JE0RmGWpZfHuavzVt7ctz77GZvg6OH-xNM,951
|
|
289
|
+
letta_client/types/completion_create_params_non_streaming.py,sha256=LxdYCY3Do6YGsAJ2tcMycKptNcMdM6BwPX855u2HwkU,3894
|
|
290
|
+
letta_client/types/completion_create_params_non_streaming_function_call.py,sha256=6iCjgXwsXnflllhfDDKtHRyxzKqtLcX6-HVr7AXlyUM,329
|
|
291
|
+
letta_client/types/completion_create_params_non_streaming_messages_item.py,sha256=pKMxLh1XFgMl7LqcjKJmdeKYTCwlr3FLFPTuvaLf3D0,883
|
|
292
|
+
letta_client/types/completion_create_params_non_streaming_modalities_item.py,sha256=BuyCf2nTCWVhishXFk3CsQphnPwNXj-kBdPMjkb8X10,189
|
|
293
|
+
letta_client/types/completion_create_params_non_streaming_model.py,sha256=8AlRznPxUu0TuHM8xR_cozaykOMh62D5YsAWFOOUXb4,1650
|
|
294
|
+
letta_client/types/completion_create_params_non_streaming_reasoning_effort.py,sha256=f1hBX3qksGoGC6O2W5qHblCQXtoZiEhiN8LUy1Rv9Ig,198
|
|
295
|
+
letta_client/types/completion_create_params_non_streaming_response_format.py,sha256=SLx41c9nW0xPHx5nRacWvFZ9IkkJOGwVvKUqIPRh0Pk,407
|
|
296
|
+
letta_client/types/completion_create_params_non_streaming_service_tier.py,sha256=Tfw62WLF3WSHWZy8VOVXal1INDQNtZhoB8DSA0btJ0g,188
|
|
297
|
+
letta_client/types/completion_create_params_non_streaming_stop.py,sha256=5vPdgab7iH6eDizESU2_CMieWN5CN3pF8TZs-Zb7rMw,157
|
|
298
|
+
letta_client/types/completion_create_params_non_streaming_tool_choice.py,sha256=jP4qKEF5-TOkBHebni-L9eNpbPnIEpv7fa6v4K_L5U8,346
|
|
299
|
+
letta_client/types/completion_create_params_streaming.py,sha256=QquZF4KsKjhTsRM8qyx8L_33KAiVhnFyHCqZaoCTnwY,3777
|
|
300
|
+
letta_client/types/completion_create_params_streaming_function_call.py,sha256=cxsVe0wAIKPAsndL5vB_BCTy6oSxFph7qB1c1LWmeDw,326
|
|
301
|
+
letta_client/types/completion_create_params_streaming_messages_item.py,sha256=S4E0fe3LgVyetb2PEqhGNxqMj5kgQx4q6Qk2bvvu2Ok,880
|
|
302
|
+
letta_client/types/completion_create_params_streaming_modalities_item.py,sha256=o9ZU7r22WrE6z-BSJ72LJXHtVRIpK499WArVgY-ODgI,186
|
|
303
|
+
letta_client/types/completion_create_params_streaming_model.py,sha256=b4d4a8ArOiUwk0Cq6ZWLsW1ZiavJqNZBcJt_7Ob8zpc,1647
|
|
304
|
+
letta_client/types/completion_create_params_streaming_reasoning_effort.py,sha256=4-JFyaD92zia-kN7bPyCWwf_AMDnG2xUXWx8GQU1EFE,195
|
|
305
|
+
letta_client/types/completion_create_params_streaming_response_format.py,sha256=ES9DPjMIOAhVUK1V5wlZ4lrtBdDhDjD3de5BKQ7Nkss,404
|
|
306
|
+
letta_client/types/completion_create_params_streaming_service_tier.py,sha256=chHakgbKOYCMtxdtGmP85rcjGkyOqt2S_JJ9SabSd-o,185
|
|
307
|
+
letta_client/types/completion_create_params_streaming_stop.py,sha256=dSyQDu851QyeoRjpoE2JBIyKIYGO5jVx6UIH-bLiQwo,154
|
|
308
|
+
letta_client/types/completion_create_params_streaming_tool_choice.py,sha256=w_JLYtdz8eHzF2lwlMaMGpnOl8_4mjGbsDOSpMyM5cg,343
|
|
309
|
+
letta_client/types/conditional_tool_rule.py,sha256=R0nzgjpqedSPUWdBQuv-doiIgYTAZd_QNfPNriWEAKk,1294
|
|
310
|
+
letta_client/types/conflict_error_body.py,sha256=Mena-q1jti6nv_7-xrp6sDb_5MXNKPGobHrhpnz9kpY,787
|
|
311
|
+
letta_client/types/context_window_overview.py,sha256=9pwiObSxu-SFyQ1pxSTlQiRatVAyFgqa6t0_qrrsGfU,2815
|
|
312
|
+
letta_client/types/create_block.py,sha256=V57mbqUkh5c-HcDxmIiFVr3tNfoqx-WJ1GRQZPobbxI,1277
|
|
313
|
+
letta_client/types/e_2_b_sandbox_config.py,sha256=w3R4QpPjeie5aKw8sb_eKhl78J0k5vLCcATNS3Qaeyw,957
|
|
314
|
+
letta_client/types/embedding_config.py,sha256=ubGDLn8_H1qOoZUUj6de0MVrQnM2umVR2vdnOolPyr4,2539
|
|
315
|
+
letta_client/types/embedding_config_embedding_endpoint_type.py,sha256=1_ytkZZHdP7vBoaQ3oSf_fSLmPa_C9P4mEeUBzTB700,534
|
|
316
|
+
letta_client/types/file_metadata.py,sha256=vORZH5WZO8AwAuKq0h0W9TTuydjmDlkZC6YyZMy2jbc,1973
|
|
317
|
+
letta_client/types/function_call.py,sha256=eE6VYWK3A-2xRrIV-QKqrofvaVFcPNqSzl6lrWnopZA,576
|
|
318
|
+
letta_client/types/function_definition_input.py,sha256=UpoD7ftRpHquJ5zhy28TjXPBVzxj7rOHKv3gX84Nfj8,740
|
|
319
|
+
letta_client/types/function_definition_output.py,sha256=Id0SzyiMHF5l25iKQhCN4sWJwBJ7AkYK-I5RDZy3_rc,741
|
|
320
|
+
letta_client/types/function_output.py,sha256=7b8550BllXxtZQ3T3jfvZjcCU_ZGWNBvjlrMB8S2xas,578
|
|
321
|
+
letta_client/types/function_tool.py,sha256=TOETpZdqgPIgd4g9JFo3yvDBpTx4lDFzJNZH8PxAjpI,697
|
|
322
|
+
letta_client/types/health.py,sha256=nQwx5ysn_cJMKUoqsfaPcGNSRSjfwX5S272UiSQJ03w,618
|
|
323
|
+
letta_client/types/http_validation_error.py,sha256=yHa4_NHIMB-VKNZpk7agjLTwWIg7mv7ml3d7I-Bqiog,661
|
|
324
|
+
letta_client/types/image_url.py,sha256=re4N2AsAvOFl2nS6v8jOi3jVFppBs-3zhwpBKHSuCLs,648
|
|
325
|
+
letta_client/types/image_url_detail.py,sha256=YFT9wyf8hqeKhQjRWMv97y-fbU2DB-oCbU5BpUcHWVU,161
|
|
326
|
+
letta_client/types/init_tool_rule.py,sha256=fPQqBigbqZfJXPoXdpBCFlilVYf5p4-t0touyFm_gqE,801
|
|
327
|
+
letta_client/types/input_audio.py,sha256=fxFmzR3I2ZyxpCc1cuVwKQClgnKGBuY8yZYhYC5SqtU,633
|
|
328
|
+
letta_client/types/input_audio_format.py,sha256=QQFfndI9w66wIbGyHwfmJnk2bEJDPmEs9GybkaNL6AI,154
|
|
329
|
+
letta_client/types/internal_server_error_body.py,sha256=xR9n1zptgmImbH6apQAuwBblYOWAYNLFzY8s0SUcEug,653
|
|
330
|
+
letta_client/types/job.py,sha256=VJBdFIY0rwqh4hObTchlU2jrloTjZwUEA44pNtY_JBg,2321
|
|
331
|
+
letta_client/types/job_status.py,sha256=0Gu5Tku79SDVzCxnjVXQyDPNCizGWUP1ppohAck6a2U,189
|
|
332
|
+
letta_client/types/job_type.py,sha256=Roa04Ry0I-8YMYcDHiHSQwqBavZyPonzkZtjf098e-Q,145
|
|
333
|
+
letta_client/types/json_schema.py,sha256=EHcLKBSGRsSzCKTpujKFHylcLJG6ODQIBrjQkU4lWDQ,870
|
|
334
|
+
letta_client/types/letta_message_union.py,sha256=FM4Zippr5fJ05AZ2aZRFlqp348xNgLbzVOcrnyNfytI,493
|
|
335
|
+
letta_client/types/letta_request.py,sha256=bCPDRJhSJSo5eILJp0mTw_k26O3dZL1vChfAcaZ0rE8,1240
|
|
336
|
+
letta_client/types/letta_request_config.py,sha256=b6K4QtDdHjcZKfBb1fugUuoPrT2N4d5TTB0PIRNI2SU,1085
|
|
337
|
+
letta_client/types/letta_response.py,sha256=i5gAUTgWzIst_RP8I_zSh0GSnLIS3z--1BmK6EF1mkQ,1315
|
|
338
|
+
letta_client/types/letta_usage_statistics.py,sha256=0BHM3ArfwH6WVJNHYja7LI2k3BZ3jt0o_COfgA4muWo,1537
|
|
339
|
+
letta_client/types/llm_config.py,sha256=8Phumb-vTzIED8vi2tFMGP8kCITCgEtl5vv99p6vot8,2796
|
|
340
|
+
letta_client/types/llm_config_model_endpoint_type.py,sha256=zz7qt0dCqX06vu8mTN1vIvO7iPl1CNbKTFHd-Qg6q6E,524
|
|
341
|
+
letta_client/types/local_sandbox_config.py,sha256=Q4riu4FS69VmC6WsJYcN5YzRCPJwn0hRHRV9bEI_vHY,1044
|
|
342
|
+
letta_client/types/memory.py,sha256=KD5MkDQB-vbRPT9f_-yFBWY1WUW_NWxYEI0IiflG6P8,1035
|
|
343
|
+
letta_client/types/message.py,sha256=Mg6oT5sP5NVqBXSz9lpWkRW-6Sq_YiOLX-fT3KrwoaY,3137
|
|
344
|
+
letta_client/types/message_create.py,sha256=x80xQYxC3IUHs7PKCqHfeJkHRh02dx0oOc0PoJO8krc,1011
|
|
345
|
+
letta_client/types/message_create_content.py,sha256=N3W7IzbUk2RqEbL88noLCu4Bmbli5-yq35d0nfscGl8,185
|
|
346
|
+
letta_client/types/message_create_role.py,sha256=atjQEZ8iT4gTAmrFTFnRaM66f0MGsgfGq6hpx1Q-i44,159
|
|
347
|
+
letta_client/types/message_role.py,sha256=HKatrA1jt02oTObExloTY3rW8Urzn37kBTg0Z6MbwkQ,186
|
|
348
|
+
letta_client/types/not_found_error_body.py,sha256=_1esSlUdkBx6CRs6aAIJrxzh3VZKEG0xzeLbxebBuy0,615
|
|
349
|
+
letta_client/types/not_found_error_body_message.py,sha256=Kc9xrVghgDATdPAGpTPnzyKe6ds5q8Vr6zcBU5lLcH4,309
|
|
350
|
+
letta_client/types/openai_types_chat_chat_completion_message_tool_call_function.py,sha256=HG7I1l5jl7eZRx3-Z8EfZdnKB4Oz5yUmRq9ej9OCQ28,616
|
|
351
|
+
letta_client/types/openai_types_chat_chat_completion_message_tool_call_param_function.py,sha256=glG5tG6g2uxP4R5jwsChkf3F0sb208uEbR-25dnrTiM,621
|
|
352
|
+
letta_client/types/openai_types_chat_chat_completion_named_tool_choice_param_function.py,sha256=20aPdyj3_-cD_p33yZ0ca3IbU9Apq1UrnxCSaU6OgYg,602
|
|
353
|
+
letta_client/types/openai_types_chat_completion_create_params_function.py,sha256=oTjYqRv8z6SMSdFgTl4W9oI-QUQxz8Unf4yn90sByss,721
|
|
354
|
+
letta_client/types/organization.py,sha256=vSXwqYTpxGZgpMTv8rw5jzklZnUYjS6yBTkEFNPNSrU,927
|
|
355
|
+
letta_client/types/organization_create.py,sha256=xlF1FgDRa7zpv49kVGWYchcSEUjPEsjF5_m2xHWb9VM,661
|
|
356
|
+
letta_client/types/passage.py,sha256=1OM19TyVCQEL1P3BC58hmzWfawZM4vejiKr0P11dOUk,3034
|
|
357
|
+
letta_client/types/provider.py,sha256=RvdE9dzGFJ4hcmyvk2xeO7RNpxQvXhB_S9DNy8t_z-E,1053
|
|
358
|
+
letta_client/types/reasoning_message.py,sha256=NmPZqN7hxYVkh7WKYxHTIfqTDqxVLbNZYB5G9TyQ5mc,958
|
|
359
|
+
letta_client/types/response_format_json_object.py,sha256=ZSWmwdN8itFr5q77mxuBhEWRBh2CubAonJUCi88UjbA,611
|
|
360
|
+
letta_client/types/response_format_json_schema.py,sha256=7CgBQ9Lmst2oz_NoGr-1Sk-7Yq33BBhkqpRoKXh-qPo,675
|
|
361
|
+
letta_client/types/response_format_text.py,sha256=5HhXaYWDR0zeFLhH5nIqIN3n192UXrMZeSyORjIWFKQ,591
|
|
362
|
+
letta_client/types/run.py,sha256=AgRWT05g4ar7Tid6TfjcfU6leLih8OXKU-mVm2VJV5c,2505
|
|
363
|
+
letta_client/types/sandbox_config.py,sha256=nvVdB0WnK_-bEHIehvBGiiD0hvujA93Ko4FuGMAJDdk,1550
|
|
364
|
+
letta_client/types/sandbox_config_create.py,sha256=eP3Bg9JsROEQEEXm9zo-AJb5QvinO1fQkbDhNcfAUt0,730
|
|
365
|
+
letta_client/types/sandbox_config_create_config.py,sha256=EsSeN81_yPkorfQgOJmumdCWiUt8hk9HawSsRcCc5Hs,263
|
|
366
|
+
letta_client/types/sandbox_config_update.py,sha256=aV_I4zd558W30BPz1HWJ2ub2HVdZwXTtICtEfAJdRXM,840
|
|
367
|
+
letta_client/types/sandbox_config_update_config.py,sha256=fGGmMuy43OnELj3qAj0rEcMro-cLD3ekeVpqJqqrs1M,263
|
|
368
|
+
letta_client/types/sandbox_environment_variable.py,sha256=wqOx9q9IeVTRvlz9UPa4DtbNgu7p7AauN1vp6KAC8kY,1720
|
|
369
|
+
letta_client/types/sandbox_environment_variable_create.py,sha256=AhGE8ITStXkPOfPXjpbiC1oaYC4PEKIklZIsYZ0topI,890
|
|
370
|
+
letta_client/types/sandbox_environment_variable_update.py,sha256=JMkX6nzvcBNEemjvBmyHDezci3Bn7epKhMnvFY_--EA,948
|
|
371
|
+
letta_client/types/sandbox_type.py,sha256=XSWmX3JIFFrDPQ4i89E8LauXY8kjmJEtaz6e_JheGm4,151
|
|
372
|
+
letta_client/types/source.py,sha256=7tLptZ4AZrvRPF6NqToM4Vf9i7TosS2_Ydks4zfvZx4,2239
|
|
373
|
+
letta_client/types/step.py,sha256=uEeKKftRruXEEddzOiatri1ruUcB4Pgz_xGZFozEmT8,2601
|
|
374
|
+
letta_client/types/system_message.py,sha256=DUIgPbL_ya49sGN15DIEGO2t8OQ4pseHvbMcayygV0c,1155
|
|
375
|
+
letta_client/types/system_message_content.py,sha256=9VvwCUKMkNidcMUaPmuj6-WhzeJoEZCNvyn3oH-LR70,185
|
|
376
|
+
letta_client/types/terminal_tool_rule.py,sha256=82a7AnohOqCFBSOt7OwsKeh7gHgq8KTlgojxlm3t76E,863
|
|
377
|
+
letta_client/types/text_content.py,sha256=Z8UL4Sqqq2qClKU_nCgR9XFCj3dwYyhZMmvnnz1F0AE,670
|
|
378
|
+
letta_client/types/tool.py,sha256=0D7w3mGizkqczT92dnueu_LGJg-9gDkO0PS5cnLnynQ,2335
|
|
379
|
+
letta_client/types/tool_call.py,sha256=EKGAFwzoa6zMTpOkG55hWzFn_AgPrbLXSOu5M84x8WU,594
|
|
380
|
+
letta_client/types/tool_call_delta.py,sha256=wGeZwJ9pwYHD5-f4Unf5-vJqefK40eHw9i0w3bCjRoE,671
|
|
381
|
+
letta_client/types/tool_call_message.py,sha256=PQEYtLzNMmqc86q7kqjEuALvJ4HdAC_8ODIYjArsoco,1096
|
|
382
|
+
letta_client/types/tool_call_message_tool_call.py,sha256=twtq5-vZIeh1nShqm8iTCN9YFtY7LUIL-bFYuUfhF1o,219
|
|
383
|
+
letta_client/types/tool_create.py,sha256=OHG0RqVSLi7O_C_vhbo-1AN5FPCy-JTbDc0a88_Z5XE,1347
|
|
384
|
+
letta_client/types/tool_return_message.py,sha256=hQ-17bvNGoSaCow4AvWSGLTa80fKuXP2bxXGNUXuX0w,1591
|
|
385
|
+
letta_client/types/tool_return_message_status.py,sha256=FvFOMaG9mnmgnHi2UBQVQQMtHFabbWnQnHTxGUDgVl0,167
|
|
386
|
+
letta_client/types/tool_type.py,sha256=Y4fG_O_PLHIJHbqLl08mC_EmeWQ9bdP_D8OLAS8mw64,235
|
|
387
|
+
letta_client/types/usage_statistics.py,sha256=btEmMUxFVu7oQQtBCdQqFJ6XddgmR84799-AdlsHh0w,690
|
|
388
|
+
letta_client/types/user.py,sha256=z_v1uqQ6HYwV_Pp7wDDqS6QWhslHgdUH-AldV-jnmKQ,1349
|
|
389
|
+
letta_client/types/user_create.py,sha256=prQea3xb2-Cm64wv6Y84OfhWNWrA2P8SH5yhUxejzOI,616
|
|
390
|
+
letta_client/types/user_message.py,sha256=KE3ZZMqAYeL9-o4vadHqymzM2uxvKg4Rk3mpUrOviis,1136
|
|
391
|
+
letta_client/types/user_message_content.py,sha256=qqNvpEusXfMaf_jKqVchqhKtAyahNAlRlqXSU1UIhBE,183
|
|
392
|
+
letta_client/types/user_update.py,sha256=0Bl1OjO7bfmlpsGQ36dSh6DH1UB_wJOTNewS0wDLkP4,731
|
|
393
|
+
letta_client/types/validation_error.py,sha256=ACDS7wL5nQbS8ymFhWljwbBJmbugNa8bs2O5xEZC3u4,680
|
|
394
|
+
letta_client/types/validation_error_loc_item.py,sha256=LAtjCHIllWRBFXvAZ5QZpp7CPXjdtN9EB7HrLVo6EP0,128
|
|
395
|
+
letta_client/version.py,sha256=bttKLbIhO3UonCYQlqs600zzbQgfhCCMjeXR9WRzid4,79
|
|
396
|
+
letta_client-0.1.24.dist-info/METADATA,sha256=RC3eesA1lANzMSSM3yyDLvTGpF9nMZbvWOWMUBwiJu4,4942
|
|
397
|
+
letta_client-0.1.24.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
398
|
+
letta_client-0.1.24.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from ....types.message import Message
|
|
5
|
-
from ....types.letta_message_union import LettaMessageUnion
|
|
6
|
-
|
|
7
|
-
MessagesListResponse = typing.Union[typing.List[Message], typing.List[LettaMessageUnion]]
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
ToolRuleType = typing.Union[
|
|
6
|
-
typing.Literal[
|
|
7
|
-
"InitToolRule", "TerminalToolRule", "continue_loop", "conditional", "ToolRule", "require_parent_tools"
|
|
8
|
-
],
|
|
9
|
-
typing.Any,
|
|
10
|
-
]
|