letta-client 0.1.323__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 +868 -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-0.1.323.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.323.dist-info/RECORD +0 -614
- {letta_client-0.1.323.dist-info → letta_client-0.1.324.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryAgentTypeItem = typing.Union[
|
|
6
|
+
typing.Literal["memgpt_agent"],
|
|
7
|
+
typing.Literal["memgpt_v2_agent"],
|
|
8
|
+
typing.Literal["letta_v1_agent"],
|
|
9
|
+
typing.Literal["react_agent"],
|
|
10
|
+
typing.Literal["workflow_agent"],
|
|
11
|
+
typing.Literal["split_thread_agent"],
|
|
12
|
+
typing.Literal["sleeptime_agent"],
|
|
13
|
+
typing.Literal["voice_convo_agent"],
|
|
14
|
+
typing.Literal["voice_sleeptime_agent"],
|
|
15
|
+
str,
|
|
16
|
+
typing.Optional[str],
|
|
17
|
+
]
|
|
@@ -0,0 +1,94 @@
|
|
|
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_memory_blocks_item_base_template_id import (
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemBaseTemplateId,
|
|
10
|
+
)
|
|
11
|
+
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_created_by_id import (
|
|
12
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemCreatedById,
|
|
13
|
+
)
|
|
14
|
+
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_deployment_id import (
|
|
15
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemDeploymentId,
|
|
16
|
+
)
|
|
17
|
+
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_description import (
|
|
18
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemDescription,
|
|
19
|
+
)
|
|
20
|
+
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_entity_id import (
|
|
21
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemEntityId,
|
|
22
|
+
)
|
|
23
|
+
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_hidden import (
|
|
24
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemHidden,
|
|
25
|
+
)
|
|
26
|
+
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_id import (
|
|
27
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemId,
|
|
28
|
+
)
|
|
29
|
+
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_is_template import (
|
|
30
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemIsTemplate,
|
|
31
|
+
)
|
|
32
|
+
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_label import (
|
|
33
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLabel,
|
|
34
|
+
)
|
|
35
|
+
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_last_updated_by_id import (
|
|
36
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLastUpdatedById,
|
|
37
|
+
)
|
|
38
|
+
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_limit import (
|
|
39
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLimit,
|
|
40
|
+
)
|
|
41
|
+
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_metadata import (
|
|
42
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemMetadata,
|
|
43
|
+
)
|
|
44
|
+
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_name import (
|
|
45
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemName,
|
|
46
|
+
)
|
|
47
|
+
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_preserve_on_migration import (
|
|
48
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemPreserveOnMigration,
|
|
49
|
+
)
|
|
50
|
+
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_project_id import (
|
|
51
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemProjectId,
|
|
52
|
+
)
|
|
53
|
+
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_read_only import (
|
|
54
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemReadOnly,
|
|
55
|
+
)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
class TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItem(UncheckedBaseModel):
|
|
59
|
+
value: str
|
|
60
|
+
limit: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLimit] = None
|
|
61
|
+
project_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemProjectId] = None
|
|
62
|
+
name: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemName] = None
|
|
63
|
+
is_template: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemIsTemplate] = None
|
|
64
|
+
base_template_id: typing.Optional[
|
|
65
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemBaseTemplateId
|
|
66
|
+
] = None
|
|
67
|
+
deployment_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemDeploymentId] = (
|
|
68
|
+
None
|
|
69
|
+
)
|
|
70
|
+
entity_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemEntityId] = None
|
|
71
|
+
preserve_on_migration: typing.Optional[
|
|
72
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemPreserveOnMigration
|
|
73
|
+
] = None
|
|
74
|
+
label: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLabel] = None
|
|
75
|
+
read_only: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemReadOnly] = None
|
|
76
|
+
description: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemDescription] = None
|
|
77
|
+
metadata: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemMetadata] = None
|
|
78
|
+
hidden: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemHidden] = None
|
|
79
|
+
id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemId] = None
|
|
80
|
+
created_by_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemCreatedById] = (
|
|
81
|
+
None
|
|
82
|
+
)
|
|
83
|
+
last_updated_by_id: typing.Optional[
|
|
84
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLastUpdatedById
|
|
85
|
+
] = None
|
|
86
|
+
|
|
87
|
+
if IS_PYDANTIC_V2:
|
|
88
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
89
|
+
else:
|
|
90
|
+
|
|
91
|
+
class Config:
|
|
92
|
+
frozen = True
|
|
93
|
+
smart_union = True
|
|
94
|
+
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_memory_blocks_item_base_template_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemBaseTemplateIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemBaseTemplateId = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemBaseTemplateIdItem]],
|
|
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_memory_blocks_item_created_by_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemCreatedByIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemCreatedById = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemCreatedByIdItem]],
|
|
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_memory_blocks_item_deployment_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemDeploymentIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemDeploymentId = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemDeploymentIdItem]],
|
|
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_memory_blocks_item_description_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemDescriptionItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemDescription = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemDescriptionItem]],
|
|
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_memory_blocks_item_entity_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemEntityIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemEntityId = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemEntityIdItem]],
|
|
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_memory_blocks_item_hidden_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemHiddenItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemHidden = typing.Union[
|
|
10
|
+
bool,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemHiddenItem]],
|
|
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_memory_blocks_item_label_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLabelItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLabel = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLabelItem]],
|
|
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_memory_blocks_item_last_updated_by_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLastUpdatedByIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLastUpdatedById = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[
|
|
13
|
+
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLastUpdatedByIdItem]
|
|
14
|
+
],
|
|
15
|
+
typing.Optional[typing.Any],
|
|
16
|
+
]
|
|
@@ -0,0 +1,13 @@
|
|
|
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_memory_blocks_item_metadata_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemMetadataItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemMetadata = typing.Union[
|
|
10
|
+
typing.Optional[str],
|
|
11
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemMetadataItem]],
|
|
12
|
+
typing.Optional[typing.Any],
|
|
13
|
+
]
|
|
@@ -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_memory_blocks_item_name_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemNameItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemName = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemNameItem]],
|
|
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_memory_blocks_item_preserve_on_migration_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemPreserveOnMigrationItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemPreserveOnMigration = typing.Union[
|
|
10
|
+
bool,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[
|
|
13
|
+
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemPreserveOnMigrationItem]
|
|
14
|
+
],
|
|
15
|
+
typing.Optional[typing.Any],
|
|
16
|
+
]
|
|
@@ -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_memory_blocks_item_project_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemProjectIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemProjectId = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemProjectIdItem]],
|
|
13
|
+
typing.Optional[typing.Any],
|
|
14
|
+
]
|
|
@@ -0,0 +1,11 @@
|
|
|
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_memory_file_blocks_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocks = typing.Union[
|
|
10
|
+
typing.List[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItem], typing.Optional[typing.Any]
|
|
11
|
+
]
|
|
@@ -0,0 +1,107 @@
|
|
|
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_memory_file_blocks_item_base_template_id import (
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemBaseTemplateId,
|
|
10
|
+
)
|
|
11
|
+
from .templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_created_by_id import (
|
|
12
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemCreatedById,
|
|
13
|
+
)
|
|
14
|
+
from .templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_deployment_id import (
|
|
15
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemDeploymentId,
|
|
16
|
+
)
|
|
17
|
+
from .templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_description import (
|
|
18
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemDescription,
|
|
19
|
+
)
|
|
20
|
+
from .templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_entity_id import (
|
|
21
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemEntityId,
|
|
22
|
+
)
|
|
23
|
+
from .templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_hidden import (
|
|
24
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemHidden,
|
|
25
|
+
)
|
|
26
|
+
from .templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_id import (
|
|
27
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemId,
|
|
28
|
+
)
|
|
29
|
+
from .templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_is_template import (
|
|
30
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemIsTemplate,
|
|
31
|
+
)
|
|
32
|
+
from .templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_label import (
|
|
33
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemLabel,
|
|
34
|
+
)
|
|
35
|
+
from .templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_last_accessed_at import (
|
|
36
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemLastAccessedAt,
|
|
37
|
+
)
|
|
38
|
+
from .templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_last_updated_by_id import (
|
|
39
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemLastUpdatedById,
|
|
40
|
+
)
|
|
41
|
+
from .templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_limit import (
|
|
42
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemLimit,
|
|
43
|
+
)
|
|
44
|
+
from .templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_metadata import (
|
|
45
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemMetadata,
|
|
46
|
+
)
|
|
47
|
+
from .templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_name import (
|
|
48
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemName,
|
|
49
|
+
)
|
|
50
|
+
from .templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_preserve_on_migration import (
|
|
51
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemPreserveOnMigration,
|
|
52
|
+
)
|
|
53
|
+
from .templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_project_id import (
|
|
54
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemProjectId,
|
|
55
|
+
)
|
|
56
|
+
from .templates_create_agents_from_template_response_agents_item_memory_file_blocks_item_read_only import (
|
|
57
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemReadOnly,
|
|
58
|
+
)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
class TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItem(UncheckedBaseModel):
|
|
62
|
+
value: str
|
|
63
|
+
limit: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemLimit] = None
|
|
64
|
+
project_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemProjectId] = None
|
|
65
|
+
name: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemName] = None
|
|
66
|
+
is_template: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemIsTemplate] = (
|
|
67
|
+
None
|
|
68
|
+
)
|
|
69
|
+
base_template_id: typing.Optional[
|
|
70
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemBaseTemplateId
|
|
71
|
+
] = None
|
|
72
|
+
deployment_id: typing.Optional[
|
|
73
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemDeploymentId
|
|
74
|
+
] = None
|
|
75
|
+
entity_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemEntityId] = None
|
|
76
|
+
preserve_on_migration: typing.Optional[
|
|
77
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemPreserveOnMigration
|
|
78
|
+
] = None
|
|
79
|
+
label: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemLabel] = None
|
|
80
|
+
read_only: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemReadOnly] = None
|
|
81
|
+
description: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemDescription] = (
|
|
82
|
+
None
|
|
83
|
+
)
|
|
84
|
+
metadata: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemMetadata] = None
|
|
85
|
+
hidden: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemHidden] = None
|
|
86
|
+
id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemId] = None
|
|
87
|
+
created_by_id: typing.Optional[
|
|
88
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemCreatedById
|
|
89
|
+
] = None
|
|
90
|
+
last_updated_by_id: typing.Optional[
|
|
91
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemLastUpdatedById
|
|
92
|
+
] = None
|
|
93
|
+
file_id: str
|
|
94
|
+
source_id: str
|
|
95
|
+
is_open: bool
|
|
96
|
+
last_accessed_at: typing.Optional[
|
|
97
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemLastAccessedAt
|
|
98
|
+
] = None
|
|
99
|
+
|
|
100
|
+
if IS_PYDANTIC_V2:
|
|
101
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
102
|
+
else:
|
|
103
|
+
|
|
104
|
+
class Config:
|
|
105
|
+
frozen = True
|
|
106
|
+
smart_union = True
|
|
107
|
+
extra = pydantic.Extra.allow
|
|
@@ -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_memory_file_blocks_item_base_template_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemBaseTemplateIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemBaseTemplateId = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[
|
|
13
|
+
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemBaseTemplateIdItem]
|
|
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_memory_file_blocks_item_created_by_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemCreatedByIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemCreatedById = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[
|
|
13
|
+
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemCreatedByIdItem]
|
|
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_memory_file_blocks_item_deployment_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemDeploymentIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemDeploymentId = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[
|
|
13
|
+
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemDeploymentIdItem]
|
|
14
|
+
],
|
|
15
|
+
typing.Optional[typing.Any],
|
|
16
|
+
]
|