letta-client 0.1.322__py3-none-any.whl → 0.1.324__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 +872 -0
- letta_client/core/client_wrapper.py +2 -2
- letta_client/templates/__init__.py +868 -66
- letta_client/templates/agents/__init__.py +0 -69
- letta_client/templates/agents/client.py +8 -103
- letta_client/templates/agents/raw_client.py +8 -155
- letta_client/templates/client.py +270 -100
- letta_client/templates/raw_client.py +284 -80
- letta_client/templates/types/__init__.py +1732 -0
- letta_client/templates/{agents/types/agents_create_request_initial_message_sequence_item.py → types/templates_create_agents_from_template_request_initial_message_sequence_item.py} +7 -5
- letta_client/templates/{agents/types/agents_create_request_initial_message_sequence_item_role.py → types/templates_create_agents_from_template_request_initial_message_sequence_item_role.py} +1 -1
- letta_client/templates/types/templates_create_agents_from_template_response.py +29 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item.py +157 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_agent_type.py +18 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_at.py +14 -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 +14 -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_deployment_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_deployment_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_description.py +14 -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 +63 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_deployment.py +14 -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 +14 -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 +14 -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_batch_size.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_chunk_size.py +16 -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 +16 -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 +28 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_handle.py +14 -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_enable_sleeptime.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_enable_sleeptime_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_entity_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_entity_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_hidden.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_hidden_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_identity_ids.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_last_run_completion.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_last_run_completion_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_last_run_duration_ms.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_last_run_duration_ms_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_last_updated_by_id.py +14 -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 +97 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_compatibility_type.py +15 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_compatibility_type_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_enable_reasoner.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_frequency_penalty.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_frequency_penalty_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_handle.py +14 -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_max_reasoning_tokens.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_max_tokens.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_max_tokens_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint.py +14 -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 +30 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_wrapper.py +14 -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_provider_category.py +15 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_provider_category_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_provider_name.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_provider_name_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_put_inner_thoughts_in_kwargs.py +16 -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_reasoning_effort.py +17 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_reasoning_effort_item.py +11 -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_llm_config_tier.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_tier_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_verbosity.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_verbosity_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_max_files_open.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_max_files_open_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory.py +35 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_agent_type.py +23 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_agent_type_item.py +17 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item.py +94 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_base_template_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_base_template_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_created_by_id.py +14 -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_deployment_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_deployment_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_description.py +14 -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_entity_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_entity_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_hidden.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_hidden_item.py +5 -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 +14 -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 +16 -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 +13 -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 +14 -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_preserve_on_migration.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_preserve_on_migration_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_project_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_project_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_read_only.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks.py +11 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item.py +107 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_base_template_id.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_base_template_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_created_by_id.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_created_by_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_deployment_id.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_deployment_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_description.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_description_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_entity_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_entity_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_hidden.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_hidden_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_id.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_is_template.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_label.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_label_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_last_accessed_at.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_last_accessed_at_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_last_updated_by_id.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_last_updated_by_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_limit.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_metadata.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_metadata_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_name.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_name_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_preserve_on_migration.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_preserve_on_migration_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_project_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_project_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_read_only.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_buffer_autoclear.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_message_ids.py +14 -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 +13 -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_multi_agent_group.py +17 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids.py +108 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_base_template_id.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_base_template_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_deployment_id.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_deployment_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_hidden.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_hidden_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_last_processed_message_id.py +18 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_last_processed_message_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_manager_agent_id.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_manager_agent_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_manager_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_max_message_buffer_length.py +18 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_max_message_buffer_length_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_max_turns.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_max_turns_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_min_message_buffer_length.py +18 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_min_message_buffer_length_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_project_id.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_project_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_shared_block_ids.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_sleeptime_agent_frequency.py +18 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_sleeptime_agent_frequency_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_template_id.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_template_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_termination_token.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_termination_token_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_turns_counter.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_turns_counter_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item.py +11 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids.py +108 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_base_template_id.py +18 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_base_template_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_deployment_id.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_deployment_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_hidden.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_hidden_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_last_processed_message_id.py +18 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_last_processed_message_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_manager_agent_id.py +18 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_manager_agent_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_manager_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_max_message_buffer_length.py +18 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_max_message_buffer_length_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_max_turns.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_max_turns_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_min_message_buffer_length.py +18 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_min_message_buffer_length_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_project_id.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_project_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_shared_block_ids.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_sleeptime_agent_frequency.py +18 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_sleeptime_agent_frequency_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_template_id.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_template_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_termination_token.py +18 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_termination_token_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_turns_counter.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_multi_agent_group_item_agent_ids_turns_counter_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_per_file_view_window_char_limit.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_per_file_view_window_char_limit_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_project_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_project_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_response_format.py +25 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_response_format_item.py +20 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_response_format_item_json_schema.py +24 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_response_format_item_json_schema_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_response_format_item_type.py +20 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_response_format_item_zero.py +20 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_response_format_json_schema.py +24 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_response_format_json_schema_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_response_format_type.py +20 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_response_format_zero.py +20 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_secrets.py +11 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_secrets_item.py +54 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_secrets_item_created_at.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_secrets_item_created_at_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_secrets_item_created_by_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_secrets_item_created_by_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_secrets_item_description.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_secrets_item_description_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_secrets_item_id.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_secrets_item_last_updated_by_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_secrets_item_last_updated_by_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_secrets_item_organization_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_secrets_item_organization_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_secrets_item_updated_at.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_secrets_item_updated_at_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item.py +70 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at.py +14 -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 +14 -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 +14 -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 +67 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_deployment.py +18 -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 +16 -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 +16 -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_batch_size.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_chunk_size.py +18 -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 +18 -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 +28 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_handle.py +16 -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_instructions.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_instructions_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_last_updated_by_id.py +14 -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 +13 -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 +14 -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 +14 -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_sources_item_vector_db_provider.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_template_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_template_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_timezone.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_timezone_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables.py +12 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item.py +62 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at.py +18 -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 +18 -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 +18 -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 +18 -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 +18 -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 +18 -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 +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item.py +11 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping.py +43 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child.py +18 -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_prompt_template.py +18 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_prompt_template_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_five.py +30 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_five_prompt_template.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_five_prompt_template_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_five_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_four.py +30 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_four_prompt_template.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_four_prompt_template_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_four_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item.py +43 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping.py +45 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py +18 -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_prompt_template.py +18 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_prompt_template_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_five.py +30 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_five_prompt_template.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_five_prompt_template_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_five_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_four.py +30 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_four_prompt_template.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_four_prompt_template_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_four_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_max_count_limit.py +31 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_max_count_limit_prompt_template.py +18 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_max_count_limit_prompt_template_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_max_count_limit_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one.py +30 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one_prompt_template.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one_prompt_template_item.py +7 -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_prompt_template.py +30 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_prompt_template_prompt_template.py +18 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_prompt_template_prompt_template_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_prompt_template_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_seven.py +31 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_seven_prompt_template.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_seven_prompt_template_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_seven_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two.py +30 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two_prompt_template.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two_prompt_template_item.py +7 -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_item_zero.py +31 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_zero_prompt_template.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_zero_prompt_template_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_zero_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_max_count_limit.py +31 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_max_count_limit_prompt_template.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_max_count_limit_prompt_template_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_max_count_limit_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one.py +30 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one_prompt_template.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one_prompt_template_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one_type.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_prompt_template.py +30 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_prompt_template_prompt_template.py +18 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_prompt_template_prompt_template_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_prompt_template_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_seven.py +31 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_seven_prompt_template.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_seven_prompt_template_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_seven_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two.py +30 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two_prompt_template.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two_prompt_template_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two_type.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_zero.py +31 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_zero_prompt_template.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_zero_prompt_template_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_zero_type.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item.py +87 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_args_json_schema.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_args_json_schema_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id.py +13 -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_default_requires_approval.py +15 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_default_requires_approval_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_description.py +13 -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 +13 -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 +13 -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_metadata.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_metadata_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_name.py +13 -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_npm_requirements.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_npm_requirements_item.py +12 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_npm_requirements_item_item.py +26 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_npm_requirements_item_item_version.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_npm_requirements_item_item_version_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_npm_requirements_item_version.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_npm_requirements_item_version_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_pip_requirements.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_pip_requirements_item.py +12 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_pip_requirements_item_item.py +26 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_pip_requirements_item_item_version.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_pip_requirements_item_item_version_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_pip_requirements_item_version.py +16 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_pip_requirements_item_version_item.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_code.py +13 -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 +13 -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 +20 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_updated_at.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_updated_at_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group.py +90 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_base_template_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_base_template_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_deployment_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_deployment_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_hidden.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_hidden_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_last_processed_message_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_last_processed_message_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_manager_agent_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_manager_agent_id_item.py +5 -0
- letta_client/templates/{agents/types/agents_create_response_group_manager_type.py → types/templates_create_agents_from_template_response_group_manager_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_from_template_response_group_max_message_buffer_length.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_max_message_buffer_length_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_max_turns.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_max_turns_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_min_message_buffer_length.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_min_message_buffer_length_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_project_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_project_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_shared_block_ids.py +7 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_sleeptime_agent_frequency.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_sleeptime_agent_frequency_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_template_id.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_template_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_termination_token.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_termination_token_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_turns_counter.py +14 -0
- letta_client/templates/types/templates_create_agents_from_template_response_group_turns_counter_item.py +5 -0
- letta_client/templates/types/templates_get_template_snapshot_response_agents_item_agent_type.py +1 -0
- letta_client/types/__init__.py +4 -0
- letta_client/types/agent_type.py +1 -0
- letta_client/types/message_content_item.py +2 -0
- letta_client/types/omitted_reasoning_content.py +4 -0
- letta_client/types/reasoning_content.py +4 -0
- letta_client/types/redacted_reasoning_content.py +4 -0
- letta_client/types/summarized_reasoning_content.py +39 -0
- letta_client/types/summarized_reasoning_content_part.py +28 -0
- {letta_client-0.1.322.dist-info → letta_client-0.1.324.dist-info}/METADATA +1 -1
- letta_client-0.1.324.dist-info/RECORD +1015 -0
- letta_client/templates/agents/types/__init__.py +0 -79
- letta_client/templates/agents/types/agents_create_response.py +0 -27
- letta_client/templates/agents/types/agents_create_response_group.py +0 -52
- letta_client/templates/agents/types/agents_create_response_group_base_template_id.py +0 -12
- letta_client/templates/agents/types/agents_create_response_group_base_template_id_item.py +0 -5
- letta_client/templates/agents/types/agents_create_response_group_deployment_id.py +0 -12
- letta_client/templates/agents/types/agents_create_response_group_deployment_id_item.py +0 -5
- letta_client/templates/agents/types/agents_create_response_group_hidden.py +0 -12
- letta_client/templates/agents/types/agents_create_response_group_hidden_item.py +0 -5
- letta_client/templates/agents/types/agents_create_response_group_last_processed_message_id.py +0 -14
- letta_client/templates/agents/types/agents_create_response_group_last_processed_message_id_item.py +0 -5
- letta_client/templates/agents/types/agents_create_response_group_manager_agent_id.py +0 -12
- letta_client/templates/agents/types/agents_create_response_group_manager_agent_id_item.py +0 -5
- letta_client/templates/agents/types/agents_create_response_group_max_message_buffer_length.py +0 -14
- letta_client/templates/agents/types/agents_create_response_group_max_message_buffer_length_item.py +0 -5
- letta_client/templates/agents/types/agents_create_response_group_max_turns.py +0 -12
- letta_client/templates/agents/types/agents_create_response_group_max_turns_item.py +0 -5
- letta_client/templates/agents/types/agents_create_response_group_min_message_buffer_length.py +0 -14
- letta_client/templates/agents/types/agents_create_response_group_min_message_buffer_length_item.py +0 -5
- letta_client/templates/agents/types/agents_create_response_group_project_id.py +0 -12
- letta_client/templates/agents/types/agents_create_response_group_project_id_item.py +0 -5
- letta_client/templates/agents/types/agents_create_response_group_shared_block_ids.py +0 -5
- letta_client/templates/agents/types/agents_create_response_group_sleeptime_agent_frequency.py +0 -14
- letta_client/templates/agents/types/agents_create_response_group_sleeptime_agent_frequency_item.py +0 -5
- letta_client/templates/agents/types/agents_create_response_group_template_id.py +0 -12
- letta_client/templates/agents/types/agents_create_response_group_template_id_item.py +0 -5
- letta_client/templates/agents/types/agents_create_response_group_termination_token.py +0 -12
- letta_client/templates/agents/types/agents_create_response_group_termination_token_item.py +0 -5
- letta_client/templates/agents/types/agents_create_response_group_turns_counter.py +0 -12
- letta_client/templates/agents/types/agents_create_response_group_turns_counter_item.py +0 -5
- letta_client-0.1.322.dist-info/RECORD +0 -612
- {letta_client-0.1.322.dist-info → letta_client-0.1.324.dist-info}/WHEEL +0 -0
letta_client/templates/client.py
CHANGED
|
@@ -6,6 +6,10 @@ from ..core.client_wrapper import AsyncClientWrapper, SyncClientWrapper
|
|
|
6
6
|
from ..core.request_options import RequestOptions
|
|
7
7
|
from .agents.client import AgentsClient, AsyncAgentsClient
|
|
8
8
|
from .raw_client import AsyncRawTemplatesClient, RawTemplatesClient
|
|
9
|
+
from .types.templates_create_agents_from_template_request_initial_message_sequence_item import (
|
|
10
|
+
TemplatesCreateAgentsFromTemplateRequestInitialMessageSequenceItem,
|
|
11
|
+
)
|
|
12
|
+
from .types.templates_create_agents_from_template_response import TemplatesCreateAgentsFromTemplateResponse
|
|
9
13
|
from .types.templates_create_template_request import TemplatesCreateTemplateRequest
|
|
10
14
|
from .types.templates_create_template_response import TemplatesCreateTemplateResponse
|
|
11
15
|
from .types.templates_delete_template_response import TemplatesDeleteTemplateResponse
|
|
@@ -40,6 +44,84 @@ class TemplatesClient:
|
|
|
40
44
|
"""
|
|
41
45
|
return self._raw_client
|
|
42
46
|
|
|
47
|
+
def createagentsfromtemplate(
|
|
48
|
+
self,
|
|
49
|
+
project_id: str,
|
|
50
|
+
template_version: str,
|
|
51
|
+
*,
|
|
52
|
+
tags: typing.Optional[typing.Sequence[str]] = OMIT,
|
|
53
|
+
agent_name: typing.Optional[str] = OMIT,
|
|
54
|
+
initial_message_sequence: typing.Optional[
|
|
55
|
+
typing.Sequence[TemplatesCreateAgentsFromTemplateRequestInitialMessageSequenceItem]
|
|
56
|
+
] = OMIT,
|
|
57
|
+
memory_variables: typing.Optional[typing.Dict[str, str]] = OMIT,
|
|
58
|
+
tool_variables: typing.Optional[typing.Dict[str, str]] = OMIT,
|
|
59
|
+
identity_ids: typing.Optional[typing.Sequence[str]] = OMIT,
|
|
60
|
+
request_options: typing.Optional[RequestOptions] = None,
|
|
61
|
+
) -> TemplatesCreateAgentsFromTemplateResponse:
|
|
62
|
+
"""
|
|
63
|
+
Creates an Agent or multiple Agents from a template
|
|
64
|
+
|
|
65
|
+
Parameters
|
|
66
|
+
----------
|
|
67
|
+
project_id : str
|
|
68
|
+
The project id
|
|
69
|
+
|
|
70
|
+
template_version : str
|
|
71
|
+
The template version, formatted as {template-name}:{version-number} or {template-name}:latest
|
|
72
|
+
|
|
73
|
+
tags : typing.Optional[typing.Sequence[str]]
|
|
74
|
+
The tags to assign to the agent
|
|
75
|
+
|
|
76
|
+
agent_name : typing.Optional[str]
|
|
77
|
+
The name of the agent, optional otherwise a random one will be assigned
|
|
78
|
+
|
|
79
|
+
initial_message_sequence : typing.Optional[typing.Sequence[TemplatesCreateAgentsFromTemplateRequestInitialMessageSequenceItem]]
|
|
80
|
+
Set an initial sequence of messages, if not provided, the agent will start with the default message sequence, if an empty array is provided, the agent will start with no messages
|
|
81
|
+
|
|
82
|
+
memory_variables : typing.Optional[typing.Dict[str, str]]
|
|
83
|
+
The memory variables to assign to the agent
|
|
84
|
+
|
|
85
|
+
tool_variables : typing.Optional[typing.Dict[str, str]]
|
|
86
|
+
The tool variables to assign to the agent
|
|
87
|
+
|
|
88
|
+
identity_ids : typing.Optional[typing.Sequence[str]]
|
|
89
|
+
The identity ids to assign to the agent
|
|
90
|
+
|
|
91
|
+
request_options : typing.Optional[RequestOptions]
|
|
92
|
+
Request-specific configuration.
|
|
93
|
+
|
|
94
|
+
Returns
|
|
95
|
+
-------
|
|
96
|
+
TemplatesCreateAgentsFromTemplateResponse
|
|
97
|
+
201
|
|
98
|
+
|
|
99
|
+
Examples
|
|
100
|
+
--------
|
|
101
|
+
from letta_client import Letta
|
|
102
|
+
|
|
103
|
+
client = Letta(
|
|
104
|
+
project="YOUR_PROJECT",
|
|
105
|
+
token="YOUR_TOKEN",
|
|
106
|
+
)
|
|
107
|
+
client.templates.createagentsfromtemplate(
|
|
108
|
+
project_id="project_id",
|
|
109
|
+
template_version="template_version",
|
|
110
|
+
)
|
|
111
|
+
"""
|
|
112
|
+
_response = self._raw_client.createagentsfromtemplate(
|
|
113
|
+
project_id,
|
|
114
|
+
template_version,
|
|
115
|
+
tags=tags,
|
|
116
|
+
agent_name=agent_name,
|
|
117
|
+
initial_message_sequence=initial_message_sequence,
|
|
118
|
+
memory_variables=memory_variables,
|
|
119
|
+
tool_variables=tool_variables,
|
|
120
|
+
identity_ids=identity_ids,
|
|
121
|
+
request_options=request_options,
|
|
122
|
+
)
|
|
123
|
+
return _response.data
|
|
124
|
+
|
|
43
125
|
def list(
|
|
44
126
|
self,
|
|
45
127
|
*,
|
|
@@ -117,7 +199,7 @@ class TemplatesClient:
|
|
|
117
199
|
|
|
118
200
|
def savetemplateversion(
|
|
119
201
|
self,
|
|
120
|
-
|
|
202
|
+
project_id: str,
|
|
121
203
|
template_name: str,
|
|
122
204
|
*,
|
|
123
205
|
preserve_environment_variables_on_migration: typing.Optional[bool] = OMIT,
|
|
@@ -131,8 +213,8 @@ class TemplatesClient:
|
|
|
131
213
|
|
|
132
214
|
Parameters
|
|
133
215
|
----------
|
|
134
|
-
|
|
135
|
-
The project
|
|
216
|
+
project_id : str
|
|
217
|
+
The project id
|
|
136
218
|
|
|
137
219
|
template_name : str
|
|
138
220
|
The template version, formatted as {template-name}, any version appended will be ignored
|
|
@@ -166,12 +248,12 @@ class TemplatesClient:
|
|
|
166
248
|
token="YOUR_TOKEN",
|
|
167
249
|
)
|
|
168
250
|
client.templates.savetemplateversion(
|
|
169
|
-
|
|
251
|
+
project_id="project_id",
|
|
170
252
|
template_name="template_name",
|
|
171
253
|
)
|
|
172
254
|
"""
|
|
173
255
|
_response = self._raw_client.savetemplateversion(
|
|
174
|
-
|
|
256
|
+
project_id,
|
|
175
257
|
template_name,
|
|
176
258
|
preserve_environment_variables_on_migration=preserve_environment_variables_on_migration,
|
|
177
259
|
preserve_core_memories_on_migration=preserve_core_memories_on_migration,
|
|
@@ -182,15 +264,15 @@ class TemplatesClient:
|
|
|
182
264
|
return _response.data
|
|
183
265
|
|
|
184
266
|
def deletetemplate(
|
|
185
|
-
self,
|
|
267
|
+
self, project_id: str, template_name: str, *, request_options: typing.Optional[RequestOptions] = None
|
|
186
268
|
) -> TemplatesDeleteTemplateResponse:
|
|
187
269
|
"""
|
|
188
270
|
Deletes all versions of a template with the specified name
|
|
189
271
|
|
|
190
272
|
Parameters
|
|
191
273
|
----------
|
|
192
|
-
|
|
193
|
-
The project
|
|
274
|
+
project_id : str
|
|
275
|
+
The project id
|
|
194
276
|
|
|
195
277
|
template_name : str
|
|
196
278
|
The template name (without version)
|
|
@@ -212,23 +294,23 @@ class TemplatesClient:
|
|
|
212
294
|
token="YOUR_TOKEN",
|
|
213
295
|
)
|
|
214
296
|
client.templates.deletetemplate(
|
|
215
|
-
|
|
297
|
+
project_id="project_id",
|
|
216
298
|
template_name="template_name",
|
|
217
299
|
)
|
|
218
300
|
"""
|
|
219
|
-
_response = self._raw_client.deletetemplate(
|
|
301
|
+
_response = self._raw_client.deletetemplate(project_id, template_name, request_options=request_options)
|
|
220
302
|
return _response.data
|
|
221
303
|
|
|
222
304
|
def gettemplatesnapshot(
|
|
223
|
-
self,
|
|
305
|
+
self, project_id: str, template_version: str, *, request_options: typing.Optional[RequestOptions] = None
|
|
224
306
|
) -> TemplatesGetTemplateSnapshotResponse:
|
|
225
307
|
"""
|
|
226
308
|
Get a snapshot of the template version, this will return the template state at a specific version
|
|
227
309
|
|
|
228
310
|
Parameters
|
|
229
311
|
----------
|
|
230
|
-
|
|
231
|
-
The project
|
|
312
|
+
project_id : str
|
|
313
|
+
The project id
|
|
232
314
|
|
|
233
315
|
template_version : str
|
|
234
316
|
The template version, formatted as {template-name}:{version-number} or {template-name}:latest
|
|
@@ -250,16 +332,16 @@ class TemplatesClient:
|
|
|
250
332
|
token="YOUR_TOKEN",
|
|
251
333
|
)
|
|
252
334
|
client.templates.gettemplatesnapshot(
|
|
253
|
-
|
|
335
|
+
project_id="project_id",
|
|
254
336
|
template_version="template_version",
|
|
255
337
|
)
|
|
256
338
|
"""
|
|
257
|
-
_response = self._raw_client.gettemplatesnapshot(
|
|
339
|
+
_response = self._raw_client.gettemplatesnapshot(project_id, template_version, request_options=request_options)
|
|
258
340
|
return _response.data
|
|
259
341
|
|
|
260
342
|
def setcurrenttemplatefromsnapshot(
|
|
261
343
|
self,
|
|
262
|
-
|
|
344
|
+
project_id: str,
|
|
263
345
|
template_version: str,
|
|
264
346
|
*,
|
|
265
347
|
request: typing.Optional[typing.Any] = None,
|
|
@@ -270,8 +352,8 @@ class TemplatesClient:
|
|
|
270
352
|
|
|
271
353
|
Parameters
|
|
272
354
|
----------
|
|
273
|
-
|
|
274
|
-
The project
|
|
355
|
+
project_id : str
|
|
356
|
+
The project id
|
|
275
357
|
|
|
276
358
|
template_version : str
|
|
277
359
|
The template name with :current version (e.g., my-template:current)
|
|
@@ -295,19 +377,19 @@ class TemplatesClient:
|
|
|
295
377
|
token="YOUR_TOKEN",
|
|
296
378
|
)
|
|
297
379
|
client.templates.setcurrenttemplatefromsnapshot(
|
|
298
|
-
|
|
380
|
+
project_id="project_id",
|
|
299
381
|
template_version="template_version",
|
|
300
382
|
request={"key": "value"},
|
|
301
383
|
)
|
|
302
384
|
"""
|
|
303
385
|
_response = self._raw_client.setcurrenttemplatefromsnapshot(
|
|
304
|
-
|
|
386
|
+
project_id, template_version, request=request, request_options=request_options
|
|
305
387
|
)
|
|
306
388
|
return _response.data
|
|
307
389
|
|
|
308
390
|
def forktemplate(
|
|
309
391
|
self,
|
|
310
|
-
|
|
392
|
+
project_id: str,
|
|
311
393
|
template_version: str,
|
|
312
394
|
*,
|
|
313
395
|
name: typing.Optional[str] = OMIT,
|
|
@@ -318,8 +400,8 @@ class TemplatesClient:
|
|
|
318
400
|
|
|
319
401
|
Parameters
|
|
320
402
|
----------
|
|
321
|
-
|
|
322
|
-
The project
|
|
403
|
+
project_id : str
|
|
404
|
+
The project id
|
|
323
405
|
|
|
324
406
|
template_version : str
|
|
325
407
|
The template version, formatted as {template-name}:{version-number} or {template-name}:latest
|
|
@@ -344,16 +426,18 @@ class TemplatesClient:
|
|
|
344
426
|
token="YOUR_TOKEN",
|
|
345
427
|
)
|
|
346
428
|
client.templates.forktemplate(
|
|
347
|
-
|
|
429
|
+
project_id="project_id",
|
|
348
430
|
template_version="template_version",
|
|
349
431
|
)
|
|
350
432
|
"""
|
|
351
|
-
_response = self._raw_client.forktemplate(
|
|
433
|
+
_response = self._raw_client.forktemplate(
|
|
434
|
+
project_id, template_version, name=name, request_options=request_options
|
|
435
|
+
)
|
|
352
436
|
return _response.data
|
|
353
437
|
|
|
354
438
|
def createtemplate(
|
|
355
439
|
self,
|
|
356
|
-
|
|
440
|
+
project_id: str,
|
|
357
441
|
*,
|
|
358
442
|
request: TemplatesCreateTemplateRequest,
|
|
359
443
|
request_options: typing.Optional[RequestOptions] = None,
|
|
@@ -363,8 +447,8 @@ class TemplatesClient:
|
|
|
363
447
|
|
|
364
448
|
Parameters
|
|
365
449
|
----------
|
|
366
|
-
|
|
367
|
-
The project
|
|
450
|
+
project_id : str
|
|
451
|
+
The project id
|
|
368
452
|
|
|
369
453
|
request : TemplatesCreateTemplateRequest
|
|
370
454
|
|
|
@@ -386,18 +470,18 @@ class TemplatesClient:
|
|
|
386
470
|
token="YOUR_TOKEN",
|
|
387
471
|
)
|
|
388
472
|
client.templates.createtemplate(
|
|
389
|
-
|
|
473
|
+
project_id="project_id",
|
|
390
474
|
request=TemplatesCreateTemplateRequestAgentId(
|
|
391
475
|
agent_id="agent_id",
|
|
392
476
|
),
|
|
393
477
|
)
|
|
394
478
|
"""
|
|
395
|
-
_response = self._raw_client.createtemplate(
|
|
479
|
+
_response = self._raw_client.createtemplate(project_id, request=request, request_options=request_options)
|
|
396
480
|
return _response.data
|
|
397
481
|
|
|
398
482
|
def renametemplate(
|
|
399
483
|
self,
|
|
400
|
-
|
|
484
|
+
project_id: str,
|
|
401
485
|
template_name: str,
|
|
402
486
|
*,
|
|
403
487
|
new_name: str,
|
|
@@ -408,8 +492,8 @@ class TemplatesClient:
|
|
|
408
492
|
|
|
409
493
|
Parameters
|
|
410
494
|
----------
|
|
411
|
-
|
|
412
|
-
The project
|
|
495
|
+
project_id : str
|
|
496
|
+
The project id
|
|
413
497
|
|
|
414
498
|
template_name : str
|
|
415
499
|
The current template name (version will be automatically stripped if included)
|
|
@@ -434,19 +518,19 @@ class TemplatesClient:
|
|
|
434
518
|
token="YOUR_TOKEN",
|
|
435
519
|
)
|
|
436
520
|
client.templates.renametemplate(
|
|
437
|
-
|
|
521
|
+
project_id="project_id",
|
|
438
522
|
template_name="template_name",
|
|
439
523
|
new_name="new_name",
|
|
440
524
|
)
|
|
441
525
|
"""
|
|
442
526
|
_response = self._raw_client.renametemplate(
|
|
443
|
-
|
|
527
|
+
project_id, template_name, new_name=new_name, request_options=request_options
|
|
444
528
|
)
|
|
445
529
|
return _response.data
|
|
446
530
|
|
|
447
531
|
def updatetemplatedescription(
|
|
448
532
|
self,
|
|
449
|
-
|
|
533
|
+
project_id: str,
|
|
450
534
|
template_name: str,
|
|
451
535
|
*,
|
|
452
536
|
description: typing.Optional[str] = OMIT,
|
|
@@ -457,8 +541,8 @@ class TemplatesClient:
|
|
|
457
541
|
|
|
458
542
|
Parameters
|
|
459
543
|
----------
|
|
460
|
-
|
|
461
|
-
The project
|
|
544
|
+
project_id : str
|
|
545
|
+
The project id
|
|
462
546
|
|
|
463
547
|
template_name : str
|
|
464
548
|
The template name (version will be automatically stripped if included)
|
|
@@ -483,18 +567,18 @@ class TemplatesClient:
|
|
|
483
567
|
token="YOUR_TOKEN",
|
|
484
568
|
)
|
|
485
569
|
client.templates.updatetemplatedescription(
|
|
486
|
-
|
|
570
|
+
project_id="project_id",
|
|
487
571
|
template_name="template_name",
|
|
488
572
|
)
|
|
489
573
|
"""
|
|
490
574
|
_response = self._raw_client.updatetemplatedescription(
|
|
491
|
-
|
|
575
|
+
project_id, template_name, description=description, request_options=request_options
|
|
492
576
|
)
|
|
493
577
|
return _response.data
|
|
494
578
|
|
|
495
579
|
def listtemplateversions(
|
|
496
580
|
self,
|
|
497
|
-
|
|
581
|
+
project_id: str,
|
|
498
582
|
name: str,
|
|
499
583
|
*,
|
|
500
584
|
offset: typing.Optional[str] = None,
|
|
@@ -506,8 +590,8 @@ class TemplatesClient:
|
|
|
506
590
|
|
|
507
591
|
Parameters
|
|
508
592
|
----------
|
|
509
|
-
|
|
510
|
-
The project
|
|
593
|
+
project_id : str
|
|
594
|
+
The project id
|
|
511
595
|
|
|
512
596
|
name : str
|
|
513
597
|
The template name (without version)
|
|
@@ -533,18 +617,18 @@ class TemplatesClient:
|
|
|
533
617
|
token="YOUR_TOKEN",
|
|
534
618
|
)
|
|
535
619
|
client.templates.listtemplateversions(
|
|
536
|
-
|
|
620
|
+
project_id="project_id",
|
|
537
621
|
name="name",
|
|
538
622
|
)
|
|
539
623
|
"""
|
|
540
624
|
_response = self._raw_client.listtemplateversions(
|
|
541
|
-
|
|
625
|
+
project_id, name, offset=offset, limit=limit, request_options=request_options
|
|
542
626
|
)
|
|
543
627
|
return _response.data
|
|
544
628
|
|
|
545
629
|
def migratedeployment(
|
|
546
630
|
self,
|
|
547
|
-
|
|
631
|
+
project_id: str,
|
|
548
632
|
template_name: str,
|
|
549
633
|
deployment_id: str,
|
|
550
634
|
*,
|
|
@@ -559,8 +643,8 @@ class TemplatesClient:
|
|
|
559
643
|
|
|
560
644
|
Parameters
|
|
561
645
|
----------
|
|
562
|
-
|
|
563
|
-
The project
|
|
646
|
+
project_id : str
|
|
647
|
+
The project id
|
|
564
648
|
|
|
565
649
|
template_name : str
|
|
566
650
|
The template name (without version)
|
|
@@ -597,14 +681,14 @@ class TemplatesClient:
|
|
|
597
681
|
token="YOUR_TOKEN",
|
|
598
682
|
)
|
|
599
683
|
client.templates.migratedeployment(
|
|
600
|
-
|
|
684
|
+
project_id="project_id",
|
|
601
685
|
template_name="template_name",
|
|
602
686
|
deployment_id="deployment_id",
|
|
603
687
|
version="version",
|
|
604
688
|
)
|
|
605
689
|
"""
|
|
606
690
|
_response = self._raw_client.migratedeployment(
|
|
607
|
-
|
|
691
|
+
project_id,
|
|
608
692
|
template_name,
|
|
609
693
|
deployment_id,
|
|
610
694
|
version=version,
|
|
@@ -632,6 +716,92 @@ class AsyncTemplatesClient:
|
|
|
632
716
|
"""
|
|
633
717
|
return self._raw_client
|
|
634
718
|
|
|
719
|
+
async def createagentsfromtemplate(
|
|
720
|
+
self,
|
|
721
|
+
project_id: str,
|
|
722
|
+
template_version: str,
|
|
723
|
+
*,
|
|
724
|
+
tags: typing.Optional[typing.Sequence[str]] = OMIT,
|
|
725
|
+
agent_name: typing.Optional[str] = OMIT,
|
|
726
|
+
initial_message_sequence: typing.Optional[
|
|
727
|
+
typing.Sequence[TemplatesCreateAgentsFromTemplateRequestInitialMessageSequenceItem]
|
|
728
|
+
] = OMIT,
|
|
729
|
+
memory_variables: typing.Optional[typing.Dict[str, str]] = OMIT,
|
|
730
|
+
tool_variables: typing.Optional[typing.Dict[str, str]] = OMIT,
|
|
731
|
+
identity_ids: typing.Optional[typing.Sequence[str]] = OMIT,
|
|
732
|
+
request_options: typing.Optional[RequestOptions] = None,
|
|
733
|
+
) -> TemplatesCreateAgentsFromTemplateResponse:
|
|
734
|
+
"""
|
|
735
|
+
Creates an Agent or multiple Agents from a template
|
|
736
|
+
|
|
737
|
+
Parameters
|
|
738
|
+
----------
|
|
739
|
+
project_id : str
|
|
740
|
+
The project id
|
|
741
|
+
|
|
742
|
+
template_version : str
|
|
743
|
+
The template version, formatted as {template-name}:{version-number} or {template-name}:latest
|
|
744
|
+
|
|
745
|
+
tags : typing.Optional[typing.Sequence[str]]
|
|
746
|
+
The tags to assign to the agent
|
|
747
|
+
|
|
748
|
+
agent_name : typing.Optional[str]
|
|
749
|
+
The name of the agent, optional otherwise a random one will be assigned
|
|
750
|
+
|
|
751
|
+
initial_message_sequence : typing.Optional[typing.Sequence[TemplatesCreateAgentsFromTemplateRequestInitialMessageSequenceItem]]
|
|
752
|
+
Set an initial sequence of messages, if not provided, the agent will start with the default message sequence, if an empty array is provided, the agent will start with no messages
|
|
753
|
+
|
|
754
|
+
memory_variables : typing.Optional[typing.Dict[str, str]]
|
|
755
|
+
The memory variables to assign to the agent
|
|
756
|
+
|
|
757
|
+
tool_variables : typing.Optional[typing.Dict[str, str]]
|
|
758
|
+
The tool variables to assign to the agent
|
|
759
|
+
|
|
760
|
+
identity_ids : typing.Optional[typing.Sequence[str]]
|
|
761
|
+
The identity ids to assign to the agent
|
|
762
|
+
|
|
763
|
+
request_options : typing.Optional[RequestOptions]
|
|
764
|
+
Request-specific configuration.
|
|
765
|
+
|
|
766
|
+
Returns
|
|
767
|
+
-------
|
|
768
|
+
TemplatesCreateAgentsFromTemplateResponse
|
|
769
|
+
201
|
|
770
|
+
|
|
771
|
+
Examples
|
|
772
|
+
--------
|
|
773
|
+
import asyncio
|
|
774
|
+
|
|
775
|
+
from letta_client import AsyncLetta
|
|
776
|
+
|
|
777
|
+
client = AsyncLetta(
|
|
778
|
+
project="YOUR_PROJECT",
|
|
779
|
+
token="YOUR_TOKEN",
|
|
780
|
+
)
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
async def main() -> None:
|
|
784
|
+
await client.templates.createagentsfromtemplate(
|
|
785
|
+
project_id="project_id",
|
|
786
|
+
template_version="template_version",
|
|
787
|
+
)
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
asyncio.run(main())
|
|
791
|
+
"""
|
|
792
|
+
_response = await self._raw_client.createagentsfromtemplate(
|
|
793
|
+
project_id,
|
|
794
|
+
template_version,
|
|
795
|
+
tags=tags,
|
|
796
|
+
agent_name=agent_name,
|
|
797
|
+
initial_message_sequence=initial_message_sequence,
|
|
798
|
+
memory_variables=memory_variables,
|
|
799
|
+
tool_variables=tool_variables,
|
|
800
|
+
identity_ids=identity_ids,
|
|
801
|
+
request_options=request_options,
|
|
802
|
+
)
|
|
803
|
+
return _response.data
|
|
804
|
+
|
|
635
805
|
async def list(
|
|
636
806
|
self,
|
|
637
807
|
*,
|
|
@@ -717,7 +887,7 @@ class AsyncTemplatesClient:
|
|
|
717
887
|
|
|
718
888
|
async def savetemplateversion(
|
|
719
889
|
self,
|
|
720
|
-
|
|
890
|
+
project_id: str,
|
|
721
891
|
template_name: str,
|
|
722
892
|
*,
|
|
723
893
|
preserve_environment_variables_on_migration: typing.Optional[bool] = OMIT,
|
|
@@ -731,8 +901,8 @@ class AsyncTemplatesClient:
|
|
|
731
901
|
|
|
732
902
|
Parameters
|
|
733
903
|
----------
|
|
734
|
-
|
|
735
|
-
The project
|
|
904
|
+
project_id : str
|
|
905
|
+
The project id
|
|
736
906
|
|
|
737
907
|
template_name : str
|
|
738
908
|
The template version, formatted as {template-name}, any version appended will be ignored
|
|
@@ -771,7 +941,7 @@ class AsyncTemplatesClient:
|
|
|
771
941
|
|
|
772
942
|
async def main() -> None:
|
|
773
943
|
await client.templates.savetemplateversion(
|
|
774
|
-
|
|
944
|
+
project_id="project_id",
|
|
775
945
|
template_name="template_name",
|
|
776
946
|
)
|
|
777
947
|
|
|
@@ -779,7 +949,7 @@ class AsyncTemplatesClient:
|
|
|
779
949
|
asyncio.run(main())
|
|
780
950
|
"""
|
|
781
951
|
_response = await self._raw_client.savetemplateversion(
|
|
782
|
-
|
|
952
|
+
project_id,
|
|
783
953
|
template_name,
|
|
784
954
|
preserve_environment_variables_on_migration=preserve_environment_variables_on_migration,
|
|
785
955
|
preserve_core_memories_on_migration=preserve_core_memories_on_migration,
|
|
@@ -790,15 +960,15 @@ class AsyncTemplatesClient:
|
|
|
790
960
|
return _response.data
|
|
791
961
|
|
|
792
962
|
async def deletetemplate(
|
|
793
|
-
self,
|
|
963
|
+
self, project_id: str, template_name: str, *, request_options: typing.Optional[RequestOptions] = None
|
|
794
964
|
) -> TemplatesDeleteTemplateResponse:
|
|
795
965
|
"""
|
|
796
966
|
Deletes all versions of a template with the specified name
|
|
797
967
|
|
|
798
968
|
Parameters
|
|
799
969
|
----------
|
|
800
|
-
|
|
801
|
-
The project
|
|
970
|
+
project_id : str
|
|
971
|
+
The project id
|
|
802
972
|
|
|
803
973
|
template_name : str
|
|
804
974
|
The template name (without version)
|
|
@@ -825,26 +995,26 @@ class AsyncTemplatesClient:
|
|
|
825
995
|
|
|
826
996
|
async def main() -> None:
|
|
827
997
|
await client.templates.deletetemplate(
|
|
828
|
-
|
|
998
|
+
project_id="project_id",
|
|
829
999
|
template_name="template_name",
|
|
830
1000
|
)
|
|
831
1001
|
|
|
832
1002
|
|
|
833
1003
|
asyncio.run(main())
|
|
834
1004
|
"""
|
|
835
|
-
_response = await self._raw_client.deletetemplate(
|
|
1005
|
+
_response = await self._raw_client.deletetemplate(project_id, template_name, request_options=request_options)
|
|
836
1006
|
return _response.data
|
|
837
1007
|
|
|
838
1008
|
async def gettemplatesnapshot(
|
|
839
|
-
self,
|
|
1009
|
+
self, project_id: str, template_version: str, *, request_options: typing.Optional[RequestOptions] = None
|
|
840
1010
|
) -> TemplatesGetTemplateSnapshotResponse:
|
|
841
1011
|
"""
|
|
842
1012
|
Get a snapshot of the template version, this will return the template state at a specific version
|
|
843
1013
|
|
|
844
1014
|
Parameters
|
|
845
1015
|
----------
|
|
846
|
-
|
|
847
|
-
The project
|
|
1016
|
+
project_id : str
|
|
1017
|
+
The project id
|
|
848
1018
|
|
|
849
1019
|
template_version : str
|
|
850
1020
|
The template version, formatted as {template-name}:{version-number} or {template-name}:latest
|
|
@@ -871,7 +1041,7 @@ class AsyncTemplatesClient:
|
|
|
871
1041
|
|
|
872
1042
|
async def main() -> None:
|
|
873
1043
|
await client.templates.gettemplatesnapshot(
|
|
874
|
-
|
|
1044
|
+
project_id="project_id",
|
|
875
1045
|
template_version="template_version",
|
|
876
1046
|
)
|
|
877
1047
|
|
|
@@ -879,13 +1049,13 @@ class AsyncTemplatesClient:
|
|
|
879
1049
|
asyncio.run(main())
|
|
880
1050
|
"""
|
|
881
1051
|
_response = await self._raw_client.gettemplatesnapshot(
|
|
882
|
-
|
|
1052
|
+
project_id, template_version, request_options=request_options
|
|
883
1053
|
)
|
|
884
1054
|
return _response.data
|
|
885
1055
|
|
|
886
1056
|
async def setcurrenttemplatefromsnapshot(
|
|
887
1057
|
self,
|
|
888
|
-
|
|
1058
|
+
project_id: str,
|
|
889
1059
|
template_version: str,
|
|
890
1060
|
*,
|
|
891
1061
|
request: typing.Optional[typing.Any] = None,
|
|
@@ -896,8 +1066,8 @@ class AsyncTemplatesClient:
|
|
|
896
1066
|
|
|
897
1067
|
Parameters
|
|
898
1068
|
----------
|
|
899
|
-
|
|
900
|
-
The project
|
|
1069
|
+
project_id : str
|
|
1070
|
+
The project id
|
|
901
1071
|
|
|
902
1072
|
template_version : str
|
|
903
1073
|
The template name with :current version (e.g., my-template:current)
|
|
@@ -926,7 +1096,7 @@ class AsyncTemplatesClient:
|
|
|
926
1096
|
|
|
927
1097
|
async def main() -> None:
|
|
928
1098
|
await client.templates.setcurrenttemplatefromsnapshot(
|
|
929
|
-
|
|
1099
|
+
project_id="project_id",
|
|
930
1100
|
template_version="template_version",
|
|
931
1101
|
request={"key": "value"},
|
|
932
1102
|
)
|
|
@@ -935,13 +1105,13 @@ class AsyncTemplatesClient:
|
|
|
935
1105
|
asyncio.run(main())
|
|
936
1106
|
"""
|
|
937
1107
|
_response = await self._raw_client.setcurrenttemplatefromsnapshot(
|
|
938
|
-
|
|
1108
|
+
project_id, template_version, request=request, request_options=request_options
|
|
939
1109
|
)
|
|
940
1110
|
return _response.data
|
|
941
1111
|
|
|
942
1112
|
async def forktemplate(
|
|
943
1113
|
self,
|
|
944
|
-
|
|
1114
|
+
project_id: str,
|
|
945
1115
|
template_version: str,
|
|
946
1116
|
*,
|
|
947
1117
|
name: typing.Optional[str] = OMIT,
|
|
@@ -952,8 +1122,8 @@ class AsyncTemplatesClient:
|
|
|
952
1122
|
|
|
953
1123
|
Parameters
|
|
954
1124
|
----------
|
|
955
|
-
|
|
956
|
-
The project
|
|
1125
|
+
project_id : str
|
|
1126
|
+
The project id
|
|
957
1127
|
|
|
958
1128
|
template_version : str
|
|
959
1129
|
The template version, formatted as {template-name}:{version-number} or {template-name}:latest
|
|
@@ -983,7 +1153,7 @@ class AsyncTemplatesClient:
|
|
|
983
1153
|
|
|
984
1154
|
async def main() -> None:
|
|
985
1155
|
await client.templates.forktemplate(
|
|
986
|
-
|
|
1156
|
+
project_id="project_id",
|
|
987
1157
|
template_version="template_version",
|
|
988
1158
|
)
|
|
989
1159
|
|
|
@@ -991,13 +1161,13 @@ class AsyncTemplatesClient:
|
|
|
991
1161
|
asyncio.run(main())
|
|
992
1162
|
"""
|
|
993
1163
|
_response = await self._raw_client.forktemplate(
|
|
994
|
-
|
|
1164
|
+
project_id, template_version, name=name, request_options=request_options
|
|
995
1165
|
)
|
|
996
1166
|
return _response.data
|
|
997
1167
|
|
|
998
1168
|
async def createtemplate(
|
|
999
1169
|
self,
|
|
1000
|
-
|
|
1170
|
+
project_id: str,
|
|
1001
1171
|
*,
|
|
1002
1172
|
request: TemplatesCreateTemplateRequest,
|
|
1003
1173
|
request_options: typing.Optional[RequestOptions] = None,
|
|
@@ -1007,8 +1177,8 @@ class AsyncTemplatesClient:
|
|
|
1007
1177
|
|
|
1008
1178
|
Parameters
|
|
1009
1179
|
----------
|
|
1010
|
-
|
|
1011
|
-
The project
|
|
1180
|
+
project_id : str
|
|
1181
|
+
The project id
|
|
1012
1182
|
|
|
1013
1183
|
request : TemplatesCreateTemplateRequest
|
|
1014
1184
|
|
|
@@ -1035,7 +1205,7 @@ class AsyncTemplatesClient:
|
|
|
1035
1205
|
|
|
1036
1206
|
async def main() -> None:
|
|
1037
1207
|
await client.templates.createtemplate(
|
|
1038
|
-
|
|
1208
|
+
project_id="project_id",
|
|
1039
1209
|
request=TemplatesCreateTemplateRequestAgentId(
|
|
1040
1210
|
agent_id="agent_id",
|
|
1041
1211
|
),
|
|
@@ -1044,12 +1214,12 @@ class AsyncTemplatesClient:
|
|
|
1044
1214
|
|
|
1045
1215
|
asyncio.run(main())
|
|
1046
1216
|
"""
|
|
1047
|
-
_response = await self._raw_client.createtemplate(
|
|
1217
|
+
_response = await self._raw_client.createtemplate(project_id, request=request, request_options=request_options)
|
|
1048
1218
|
return _response.data
|
|
1049
1219
|
|
|
1050
1220
|
async def renametemplate(
|
|
1051
1221
|
self,
|
|
1052
|
-
|
|
1222
|
+
project_id: str,
|
|
1053
1223
|
template_name: str,
|
|
1054
1224
|
*,
|
|
1055
1225
|
new_name: str,
|
|
@@ -1060,8 +1230,8 @@ class AsyncTemplatesClient:
|
|
|
1060
1230
|
|
|
1061
1231
|
Parameters
|
|
1062
1232
|
----------
|
|
1063
|
-
|
|
1064
|
-
The project
|
|
1233
|
+
project_id : str
|
|
1234
|
+
The project id
|
|
1065
1235
|
|
|
1066
1236
|
template_name : str
|
|
1067
1237
|
The current template name (version will be automatically stripped if included)
|
|
@@ -1091,7 +1261,7 @@ class AsyncTemplatesClient:
|
|
|
1091
1261
|
|
|
1092
1262
|
async def main() -> None:
|
|
1093
1263
|
await client.templates.renametemplate(
|
|
1094
|
-
|
|
1264
|
+
project_id="project_id",
|
|
1095
1265
|
template_name="template_name",
|
|
1096
1266
|
new_name="new_name",
|
|
1097
1267
|
)
|
|
@@ -1100,13 +1270,13 @@ class AsyncTemplatesClient:
|
|
|
1100
1270
|
asyncio.run(main())
|
|
1101
1271
|
"""
|
|
1102
1272
|
_response = await self._raw_client.renametemplate(
|
|
1103
|
-
|
|
1273
|
+
project_id, template_name, new_name=new_name, request_options=request_options
|
|
1104
1274
|
)
|
|
1105
1275
|
return _response.data
|
|
1106
1276
|
|
|
1107
1277
|
async def updatetemplatedescription(
|
|
1108
1278
|
self,
|
|
1109
|
-
|
|
1279
|
+
project_id: str,
|
|
1110
1280
|
template_name: str,
|
|
1111
1281
|
*,
|
|
1112
1282
|
description: typing.Optional[str] = OMIT,
|
|
@@ -1117,8 +1287,8 @@ class AsyncTemplatesClient:
|
|
|
1117
1287
|
|
|
1118
1288
|
Parameters
|
|
1119
1289
|
----------
|
|
1120
|
-
|
|
1121
|
-
The project
|
|
1290
|
+
project_id : str
|
|
1291
|
+
The project id
|
|
1122
1292
|
|
|
1123
1293
|
template_name : str
|
|
1124
1294
|
The template name (version will be automatically stripped if included)
|
|
@@ -1148,7 +1318,7 @@ class AsyncTemplatesClient:
|
|
|
1148
1318
|
|
|
1149
1319
|
async def main() -> None:
|
|
1150
1320
|
await client.templates.updatetemplatedescription(
|
|
1151
|
-
|
|
1321
|
+
project_id="project_id",
|
|
1152
1322
|
template_name="template_name",
|
|
1153
1323
|
)
|
|
1154
1324
|
|
|
@@ -1156,13 +1326,13 @@ class AsyncTemplatesClient:
|
|
|
1156
1326
|
asyncio.run(main())
|
|
1157
1327
|
"""
|
|
1158
1328
|
_response = await self._raw_client.updatetemplatedescription(
|
|
1159
|
-
|
|
1329
|
+
project_id, template_name, description=description, request_options=request_options
|
|
1160
1330
|
)
|
|
1161
1331
|
return _response.data
|
|
1162
1332
|
|
|
1163
1333
|
async def listtemplateversions(
|
|
1164
1334
|
self,
|
|
1165
|
-
|
|
1335
|
+
project_id: str,
|
|
1166
1336
|
name: str,
|
|
1167
1337
|
*,
|
|
1168
1338
|
offset: typing.Optional[str] = None,
|
|
@@ -1174,8 +1344,8 @@ class AsyncTemplatesClient:
|
|
|
1174
1344
|
|
|
1175
1345
|
Parameters
|
|
1176
1346
|
----------
|
|
1177
|
-
|
|
1178
|
-
The project
|
|
1347
|
+
project_id : str
|
|
1348
|
+
The project id
|
|
1179
1349
|
|
|
1180
1350
|
name : str
|
|
1181
1351
|
The template name (without version)
|
|
@@ -1206,7 +1376,7 @@ class AsyncTemplatesClient:
|
|
|
1206
1376
|
|
|
1207
1377
|
async def main() -> None:
|
|
1208
1378
|
await client.templates.listtemplateversions(
|
|
1209
|
-
|
|
1379
|
+
project_id="project_id",
|
|
1210
1380
|
name="name",
|
|
1211
1381
|
)
|
|
1212
1382
|
|
|
@@ -1214,13 +1384,13 @@ class AsyncTemplatesClient:
|
|
|
1214
1384
|
asyncio.run(main())
|
|
1215
1385
|
"""
|
|
1216
1386
|
_response = await self._raw_client.listtemplateversions(
|
|
1217
|
-
|
|
1387
|
+
project_id, name, offset=offset, limit=limit, request_options=request_options
|
|
1218
1388
|
)
|
|
1219
1389
|
return _response.data
|
|
1220
1390
|
|
|
1221
1391
|
async def migratedeployment(
|
|
1222
1392
|
self,
|
|
1223
|
-
|
|
1393
|
+
project_id: str,
|
|
1224
1394
|
template_name: str,
|
|
1225
1395
|
deployment_id: str,
|
|
1226
1396
|
*,
|
|
@@ -1235,8 +1405,8 @@ class AsyncTemplatesClient:
|
|
|
1235
1405
|
|
|
1236
1406
|
Parameters
|
|
1237
1407
|
----------
|
|
1238
|
-
|
|
1239
|
-
The project
|
|
1408
|
+
project_id : str
|
|
1409
|
+
The project id
|
|
1240
1410
|
|
|
1241
1411
|
template_name : str
|
|
1242
1412
|
The template name (without version)
|
|
@@ -1278,7 +1448,7 @@ class AsyncTemplatesClient:
|
|
|
1278
1448
|
|
|
1279
1449
|
async def main() -> None:
|
|
1280
1450
|
await client.templates.migratedeployment(
|
|
1281
|
-
|
|
1451
|
+
project_id="project_id",
|
|
1282
1452
|
template_name="template_name",
|
|
1283
1453
|
deployment_id="deployment_id",
|
|
1284
1454
|
version="version",
|
|
@@ -1288,7 +1458,7 @@ class AsyncTemplatesClient:
|
|
|
1288
1458
|
asyncio.run(main())
|
|
1289
1459
|
"""
|
|
1290
1460
|
_response = await self._raw_client.migratedeployment(
|
|
1291
|
-
|
|
1461
|
+
project_id,
|
|
1292
1462
|
template_name,
|
|
1293
1463
|
deployment_id,
|
|
1294
1464
|
version=version,
|