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
|
@@ -3,13 +3,15 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from
|
|
7
|
-
from
|
|
8
|
-
from .
|
|
6
|
+
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
+
from ...core.unchecked_base_model import UncheckedBaseModel
|
|
8
|
+
from .templates_create_agents_from_template_request_initial_message_sequence_item_role import (
|
|
9
|
+
TemplatesCreateAgentsFromTemplateRequestInitialMessageSequenceItemRole,
|
|
10
|
+
)
|
|
9
11
|
|
|
10
12
|
|
|
11
|
-
class
|
|
12
|
-
role:
|
|
13
|
+
class TemplatesCreateAgentsFromTemplateRequestInitialMessageSequenceItem(UncheckedBaseModel):
|
|
14
|
+
role: TemplatesCreateAgentsFromTemplateRequestInitialMessageSequenceItemRole
|
|
13
15
|
content: str
|
|
14
16
|
name: typing.Optional[str] = None
|
|
15
17
|
otid: typing.Optional[str] = None
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
import pydantic
|
|
6
|
+
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
+
from ...core.unchecked_base_model import UncheckedBaseModel
|
|
8
|
+
from .templates_create_agents_from_template_response_agents_item import (
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItem,
|
|
10
|
+
)
|
|
11
|
+
from .templates_create_agents_from_template_response_group import TemplatesCreateAgentsFromTemplateResponseGroup
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class TemplatesCreateAgentsFromTemplateResponse(UncheckedBaseModel):
|
|
15
|
+
agents: typing.List[TemplatesCreateAgentsFromTemplateResponseAgentsItem]
|
|
16
|
+
group: typing.Optional[TemplatesCreateAgentsFromTemplateResponseGroup] = None
|
|
17
|
+
deployment_id: str = pydantic.Field()
|
|
18
|
+
"""
|
|
19
|
+
The deployment ID of the created agents, group and blocks, can be used to identify from a specific invokation
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
if IS_PYDANTIC_V2:
|
|
23
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
24
|
+
else:
|
|
25
|
+
|
|
26
|
+
class Config:
|
|
27
|
+
frozen = True
|
|
28
|
+
smart_union = True
|
|
29
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
import pydantic
|
|
6
|
+
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
+
from ...core.unchecked_base_model import UncheckedBaseModel
|
|
8
|
+
from .templates_create_agents_from_template_response_agents_item_agent_type import (
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemAgentType,
|
|
10
|
+
)
|
|
11
|
+
from .templates_create_agents_from_template_response_agents_item_base_template_id import (
|
|
12
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateId,
|
|
13
|
+
)
|
|
14
|
+
from .templates_create_agents_from_template_response_agents_item_created_at import (
|
|
15
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAt,
|
|
16
|
+
)
|
|
17
|
+
from .templates_create_agents_from_template_response_agents_item_created_by_id import (
|
|
18
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedById,
|
|
19
|
+
)
|
|
20
|
+
from .templates_create_agents_from_template_response_agents_item_deployment_id import (
|
|
21
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemDeploymentId,
|
|
22
|
+
)
|
|
23
|
+
from .templates_create_agents_from_template_response_agents_item_description import (
|
|
24
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemDescription,
|
|
25
|
+
)
|
|
26
|
+
from .templates_create_agents_from_template_response_agents_item_embedding_config import (
|
|
27
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfig,
|
|
28
|
+
)
|
|
29
|
+
from .templates_create_agents_from_template_response_agents_item_enable_sleeptime import (
|
|
30
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEnableSleeptime,
|
|
31
|
+
)
|
|
32
|
+
from .templates_create_agents_from_template_response_agents_item_entity_id import (
|
|
33
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEntityId,
|
|
34
|
+
)
|
|
35
|
+
from .templates_create_agents_from_template_response_agents_item_hidden import (
|
|
36
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemHidden,
|
|
37
|
+
)
|
|
38
|
+
from .templates_create_agents_from_template_response_agents_item_identity_ids import (
|
|
39
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemIdentityIds,
|
|
40
|
+
)
|
|
41
|
+
from .templates_create_agents_from_template_response_agents_item_last_run_completion import (
|
|
42
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemLastRunCompletion,
|
|
43
|
+
)
|
|
44
|
+
from .templates_create_agents_from_template_response_agents_item_last_run_duration_ms import (
|
|
45
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemLastRunDurationMs,
|
|
46
|
+
)
|
|
47
|
+
from .templates_create_agents_from_template_response_agents_item_last_updated_by_id import (
|
|
48
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemLastUpdatedById,
|
|
49
|
+
)
|
|
50
|
+
from .templates_create_agents_from_template_response_agents_item_llm_config import (
|
|
51
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfig,
|
|
52
|
+
)
|
|
53
|
+
from .templates_create_agents_from_template_response_agents_item_max_files_open import (
|
|
54
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMaxFilesOpen,
|
|
55
|
+
)
|
|
56
|
+
from .templates_create_agents_from_template_response_agents_item_memory import (
|
|
57
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemory,
|
|
58
|
+
)
|
|
59
|
+
from .templates_create_agents_from_template_response_agents_item_message_buffer_autoclear import (
|
|
60
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMessageBufferAutoclear,
|
|
61
|
+
)
|
|
62
|
+
from .templates_create_agents_from_template_response_agents_item_message_ids import (
|
|
63
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMessageIds,
|
|
64
|
+
)
|
|
65
|
+
from .templates_create_agents_from_template_response_agents_item_metadata import (
|
|
66
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMetadata,
|
|
67
|
+
)
|
|
68
|
+
from .templates_create_agents_from_template_response_agents_item_multi_agent_group import (
|
|
69
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroup,
|
|
70
|
+
)
|
|
71
|
+
from .templates_create_agents_from_template_response_agents_item_per_file_view_window_char_limit import (
|
|
72
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemPerFileViewWindowCharLimit,
|
|
73
|
+
)
|
|
74
|
+
from .templates_create_agents_from_template_response_agents_item_project_id import (
|
|
75
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectId,
|
|
76
|
+
)
|
|
77
|
+
from .templates_create_agents_from_template_response_agents_item_response_format import (
|
|
78
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemResponseFormat,
|
|
79
|
+
)
|
|
80
|
+
from .templates_create_agents_from_template_response_agents_item_secrets import (
|
|
81
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemSecrets,
|
|
82
|
+
)
|
|
83
|
+
from .templates_create_agents_from_template_response_agents_item_sources_item import (
|
|
84
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItem,
|
|
85
|
+
)
|
|
86
|
+
from .templates_create_agents_from_template_response_agents_item_template_id import (
|
|
87
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateId,
|
|
88
|
+
)
|
|
89
|
+
from .templates_create_agents_from_template_response_agents_item_timezone import (
|
|
90
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemTimezone,
|
|
91
|
+
)
|
|
92
|
+
from .templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables import (
|
|
93
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariables,
|
|
94
|
+
)
|
|
95
|
+
from .templates_create_agents_from_template_response_agents_item_tool_rules import (
|
|
96
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRules,
|
|
97
|
+
)
|
|
98
|
+
from .templates_create_agents_from_template_response_agents_item_tools_item import (
|
|
99
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItem,
|
|
100
|
+
)
|
|
101
|
+
from .templates_create_agents_from_template_response_agents_item_updated_at import (
|
|
102
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemUpdatedAt,
|
|
103
|
+
)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
class TemplatesCreateAgentsFromTemplateResponseAgentsItem(UncheckedBaseModel):
|
|
107
|
+
created_by_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedById] = None
|
|
108
|
+
last_updated_by_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemLastUpdatedById] = None
|
|
109
|
+
created_at: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAt] = None
|
|
110
|
+
updated_at: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemUpdatedAt] = None
|
|
111
|
+
id: str
|
|
112
|
+
name: str
|
|
113
|
+
tool_rules: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRules] = None
|
|
114
|
+
message_ids: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMessageIds] = None
|
|
115
|
+
system: str
|
|
116
|
+
agent_type: TemplatesCreateAgentsFromTemplateResponseAgentsItemAgentType
|
|
117
|
+
llm_config: TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfig
|
|
118
|
+
embedding_config: TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfig
|
|
119
|
+
response_format: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemResponseFormat] = None
|
|
120
|
+
description: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemDescription] = None
|
|
121
|
+
metadata: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMetadata] = None
|
|
122
|
+
memory: TemplatesCreateAgentsFromTemplateResponseAgentsItemMemory
|
|
123
|
+
tools: typing.List[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItem]
|
|
124
|
+
sources: typing.List[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItem]
|
|
125
|
+
tags: typing.List[str]
|
|
126
|
+
tool_exec_environment_variables: typing.Optional[
|
|
127
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariables
|
|
128
|
+
] = None
|
|
129
|
+
secrets: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemSecrets] = None
|
|
130
|
+
project_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectId] = None
|
|
131
|
+
template_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateId] = None
|
|
132
|
+
base_template_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateId] = None
|
|
133
|
+
deployment_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemDeploymentId] = None
|
|
134
|
+
entity_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEntityId] = None
|
|
135
|
+
identity_ids: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemIdentityIds] = None
|
|
136
|
+
message_buffer_autoclear: typing.Optional[
|
|
137
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMessageBufferAutoclear
|
|
138
|
+
] = None
|
|
139
|
+
enable_sleeptime: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEnableSleeptime] = None
|
|
140
|
+
multi_agent_group: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroup] = None
|
|
141
|
+
last_run_completion: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemLastRunCompletion] = None
|
|
142
|
+
last_run_duration_ms: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemLastRunDurationMs] = None
|
|
143
|
+
timezone: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemTimezone] = None
|
|
144
|
+
max_files_open: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMaxFilesOpen] = None
|
|
145
|
+
per_file_view_window_char_limit: typing.Optional[
|
|
146
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemPerFileViewWindowCharLimit
|
|
147
|
+
] = None
|
|
148
|
+
hidden: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemHidden] = None
|
|
149
|
+
|
|
150
|
+
if IS_PYDANTIC_V2:
|
|
151
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
152
|
+
else:
|
|
153
|
+
|
|
154
|
+
class Config:
|
|
155
|
+
frozen = True
|
|
156
|
+
smart_union = True
|
|
157
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemAgentType = typing.Union[
|
|
6
|
+
typing.Literal[
|
|
7
|
+
"memgpt_agent",
|
|
8
|
+
"memgpt_v2_agent",
|
|
9
|
+
"letta_v1_agent",
|
|
10
|
+
"react_agent",
|
|
11
|
+
"workflow_agent",
|
|
12
|
+
"split_thread_agent",
|
|
13
|
+
"sleeptime_agent",
|
|
14
|
+
"voice_convo_agent",
|
|
15
|
+
"voice_sleeptime_agent",
|
|
16
|
+
],
|
|
17
|
+
typing.Any,
|
|
18
|
+
]
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
from .templates_create_agents_from_template_response_agents_item_base_template_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateId = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateIdItem]],
|
|
13
|
+
typing.Optional[typing.Any],
|
|
14
|
+
]
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
from .templates_create_agents_from_template_response_agents_item_created_at_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAtItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAt = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAtItem]],
|
|
13
|
+
typing.Optional[typing.Any],
|
|
14
|
+
]
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
from .templates_create_agents_from_template_response_agents_item_created_by_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedByIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedById = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedByIdItem]],
|
|
13
|
+
typing.Optional[typing.Any],
|
|
14
|
+
]
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
from .templates_create_agents_from_template_response_agents_item_deployment_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemDeploymentIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemDeploymentId = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemDeploymentIdItem]],
|
|
13
|
+
typing.Optional[typing.Any],
|
|
14
|
+
]
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
from .templates_create_agents_from_template_response_agents_item_description_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemDescriptionItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemDescription = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemDescriptionItem]],
|
|
13
|
+
typing.Optional[typing.Any],
|
|
14
|
+
]
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
import pydantic
|
|
6
|
+
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
+
from ...core.unchecked_base_model import UncheckedBaseModel
|
|
8
|
+
from .templates_create_agents_from_template_response_agents_item_embedding_config_azure_deployment import (
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureDeployment,
|
|
10
|
+
)
|
|
11
|
+
from .templates_create_agents_from_template_response_agents_item_embedding_config_azure_endpoint import (
|
|
12
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureEndpoint,
|
|
13
|
+
)
|
|
14
|
+
from .templates_create_agents_from_template_response_agents_item_embedding_config_azure_version import (
|
|
15
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureVersion,
|
|
16
|
+
)
|
|
17
|
+
from .templates_create_agents_from_template_response_agents_item_embedding_config_batch_size import (
|
|
18
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigBatchSize,
|
|
19
|
+
)
|
|
20
|
+
from .templates_create_agents_from_template_response_agents_item_embedding_config_embedding_chunk_size import (
|
|
21
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingChunkSize,
|
|
22
|
+
)
|
|
23
|
+
from .templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint import (
|
|
24
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingEndpoint,
|
|
25
|
+
)
|
|
26
|
+
from .templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint_type import (
|
|
27
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingEndpointType,
|
|
28
|
+
)
|
|
29
|
+
from .templates_create_agents_from_template_response_agents_item_embedding_config_handle import (
|
|
30
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigHandle,
|
|
31
|
+
)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
class TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfig(UncheckedBaseModel):
|
|
35
|
+
embedding_endpoint_type: TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingEndpointType
|
|
36
|
+
embedding_endpoint: typing.Optional[
|
|
37
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingEndpoint
|
|
38
|
+
] = None
|
|
39
|
+
embedding_model: str
|
|
40
|
+
embedding_dim: float
|
|
41
|
+
embedding_chunk_size: typing.Optional[
|
|
42
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingChunkSize
|
|
43
|
+
] = None
|
|
44
|
+
handle: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigHandle] = None
|
|
45
|
+
batch_size: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigBatchSize] = None
|
|
46
|
+
azure_endpoint: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureEndpoint] = (
|
|
47
|
+
None
|
|
48
|
+
)
|
|
49
|
+
azure_version: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureVersion] = (
|
|
50
|
+
None
|
|
51
|
+
)
|
|
52
|
+
azure_deployment: typing.Optional[
|
|
53
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureDeployment
|
|
54
|
+
] = None
|
|
55
|
+
|
|
56
|
+
if IS_PYDANTIC_V2:
|
|
57
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
58
|
+
else:
|
|
59
|
+
|
|
60
|
+
class Config:
|
|
61
|
+
frozen = True
|
|
62
|
+
smart_union = True
|
|
63
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
from .templates_create_agents_from_template_response_agents_item_embedding_config_azure_deployment_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureDeploymentItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureDeployment = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureDeploymentItem]],
|
|
13
|
+
typing.Optional[typing.Any],
|
|
14
|
+
]
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
from .templates_create_agents_from_template_response_agents_item_embedding_config_azure_endpoint_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureEndpointItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureEndpoint = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureEndpointItem]],
|
|
13
|
+
typing.Optional[typing.Any],
|
|
14
|
+
]
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
from .templates_create_agents_from_template_response_agents_item_embedding_config_azure_version_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureVersionItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureVersion = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureVersionItem]],
|
|
13
|
+
typing.Optional[typing.Any],
|
|
14
|
+
]
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
from .templates_create_agents_from_template_response_agents_item_embedding_config_embedding_chunk_size_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingChunkSizeItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingChunkSize = typing.Union[
|
|
10
|
+
float,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[
|
|
13
|
+
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingChunkSizeItem]
|
|
14
|
+
],
|
|
15
|
+
typing.Optional[typing.Any],
|
|
16
|
+
]
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
from .templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingEndpointItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingEndpoint = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[
|
|
13
|
+
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingEndpointItem]
|
|
14
|
+
],
|
|
15
|
+
typing.Optional[typing.Any],
|
|
16
|
+
]
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingEndpointType = typing.Union[
|
|
6
|
+
typing.Literal[
|
|
7
|
+
"openai",
|
|
8
|
+
"anthropic",
|
|
9
|
+
"bedrock",
|
|
10
|
+
"google_ai",
|
|
11
|
+
"google_vertex",
|
|
12
|
+
"azure",
|
|
13
|
+
"groq",
|
|
14
|
+
"ollama",
|
|
15
|
+
"webui",
|
|
16
|
+
"webui-legacy",
|
|
17
|
+
"lmstudio",
|
|
18
|
+
"lmstudio-legacy",
|
|
19
|
+
"llamacpp",
|
|
20
|
+
"koboldcpp",
|
|
21
|
+
"vllm",
|
|
22
|
+
"hugging-face",
|
|
23
|
+
"mistral",
|
|
24
|
+
"together",
|
|
25
|
+
"pinecone",
|
|
26
|
+
],
|
|
27
|
+
typing.Any,
|
|
28
|
+
]
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
from .templates_create_agents_from_template_response_agents_item_embedding_config_handle_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigHandleItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigHandle = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigHandleItem]],
|
|
13
|
+
typing.Optional[typing.Any],
|
|
14
|
+
]
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
from .templates_create_agents_from_template_response_agents_item_enable_sleeptime_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEnableSleeptimeItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEnableSleeptime = typing.Union[
|
|
10
|
+
bool,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEnableSleeptimeItem]],
|
|
13
|
+
typing.Optional[typing.Any],
|
|
14
|
+
]
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_entity_id.py
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
from .templates_create_agents_from_template_response_agents_item_entity_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEntityIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemEntityId = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEntityIdItem]],
|
|
13
|
+
typing.Optional[typing.Any],
|
|
14
|
+
]
|