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,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_description_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemDescriptionItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemDescription = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[
|
|
13
|
+
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemDescriptionItem]
|
|
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_file_blocks_item_entity_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemEntityIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemEntityId = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemEntityIdItem]],
|
|
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_file_blocks_item_hidden_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemHiddenItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemHidden = typing.Union[
|
|
10
|
+
bool,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemHiddenItem]],
|
|
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_file_blocks_item_label_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemLabelItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemLabel = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemLabelItem]],
|
|
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_file_blocks_item_last_accessed_at_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemLastAccessedAtItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemLastAccessedAt = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[
|
|
13
|
+
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemLastAccessedAtItem]
|
|
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_last_updated_by_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemLastUpdatedByIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemLastUpdatedById = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[
|
|
13
|
+
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemLastUpdatedByIdItem]
|
|
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_file_blocks_item_metadata_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemMetadataItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemMetadata = typing.Union[
|
|
10
|
+
typing.Optional[str],
|
|
11
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemMetadataItem]],
|
|
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_file_blocks_item_name_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemNameItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemName = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemNameItem]],
|
|
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_file_blocks_item_preserve_on_migration_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemPreserveOnMigrationItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemPreserveOnMigration = typing.Union[
|
|
10
|
+
bool,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[
|
|
13
|
+
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemPreserveOnMigrationItem]
|
|
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_file_blocks_item_project_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemProjectIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemProjectId = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryFileBlocksItemProjectIdItem]],
|
|
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_message_ids_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMessageIdsItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMessageIds = typing.Union[
|
|
10
|
+
typing.List[str],
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMessageIdsItem]],
|
|
13
|
+
typing.Optional[typing.Any],
|
|
14
|
+
]
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_metadata.py
ADDED
|
@@ -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_metadata_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMetadataItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMetadata = typing.Union[
|
|
10
|
+
typing.Optional[str],
|
|
11
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMetadataItem]],
|
|
12
|
+
typing.Optional[typing.Any],
|
|
13
|
+
]
|
|
@@ -0,0 +1,17 @@
|
|
|
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_multi_agent_group_agent_ids import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIds,
|
|
7
|
+
)
|
|
8
|
+
from .templates_create_agents_from_template_response_agents_item_multi_agent_group_item import (
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupItem,
|
|
10
|
+
)
|
|
11
|
+
|
|
12
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroup = typing.Union[
|
|
13
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIds,
|
|
14
|
+
typing.Optional[str],
|
|
15
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupItem]],
|
|
16
|
+
typing.Optional[typing.Any],
|
|
17
|
+
]
|
|
@@ -0,0 +1,108 @@
|
|
|
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_multi_agent_group_agent_ids_base_template_id import (
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsBaseTemplateId,
|
|
10
|
+
)
|
|
11
|
+
from .templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_deployment_id import (
|
|
12
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsDeploymentId,
|
|
13
|
+
)
|
|
14
|
+
from .templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_hidden import (
|
|
15
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsHidden,
|
|
16
|
+
)
|
|
17
|
+
from .templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_last_processed_message_id import (
|
|
18
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsLastProcessedMessageId,
|
|
19
|
+
)
|
|
20
|
+
from .templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_manager_agent_id import (
|
|
21
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsManagerAgentId,
|
|
22
|
+
)
|
|
23
|
+
from .templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_manager_type import (
|
|
24
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsManagerType,
|
|
25
|
+
)
|
|
26
|
+
from .templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_max_message_buffer_length import (
|
|
27
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsMaxMessageBufferLength,
|
|
28
|
+
)
|
|
29
|
+
from .templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_max_turns import (
|
|
30
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsMaxTurns,
|
|
31
|
+
)
|
|
32
|
+
from .templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_min_message_buffer_length import (
|
|
33
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsMinMessageBufferLength,
|
|
34
|
+
)
|
|
35
|
+
from .templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_project_id import (
|
|
36
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsProjectId,
|
|
37
|
+
)
|
|
38
|
+
from .templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_shared_block_ids import (
|
|
39
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsSharedBlockIds,
|
|
40
|
+
)
|
|
41
|
+
from .templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_sleeptime_agent_frequency import (
|
|
42
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsSleeptimeAgentFrequency,
|
|
43
|
+
)
|
|
44
|
+
from .templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_template_id import (
|
|
45
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsTemplateId,
|
|
46
|
+
)
|
|
47
|
+
from .templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_termination_token import (
|
|
48
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsTerminationToken,
|
|
49
|
+
)
|
|
50
|
+
from .templates_create_agents_from_template_response_agents_item_multi_agent_group_agent_ids_turns_counter import (
|
|
51
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsTurnsCounter,
|
|
52
|
+
)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
class TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIds(UncheckedBaseModel):
|
|
56
|
+
id: str
|
|
57
|
+
manager_type: TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsManagerType
|
|
58
|
+
agent_ids: typing.List[str]
|
|
59
|
+
description: str
|
|
60
|
+
project_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsProjectId] = (
|
|
61
|
+
None
|
|
62
|
+
)
|
|
63
|
+
template_id: typing.Optional[
|
|
64
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsTemplateId
|
|
65
|
+
] = None
|
|
66
|
+
base_template_id: typing.Optional[
|
|
67
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsBaseTemplateId
|
|
68
|
+
] = None
|
|
69
|
+
deployment_id: typing.Optional[
|
|
70
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsDeploymentId
|
|
71
|
+
] = None
|
|
72
|
+
shared_block_ids: typing.Optional[
|
|
73
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsSharedBlockIds
|
|
74
|
+
] = None
|
|
75
|
+
manager_agent_id: typing.Optional[
|
|
76
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsManagerAgentId
|
|
77
|
+
] = None
|
|
78
|
+
termination_token: typing.Optional[
|
|
79
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsTerminationToken
|
|
80
|
+
] = None
|
|
81
|
+
max_turns: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsMaxTurns] = (
|
|
82
|
+
None
|
|
83
|
+
)
|
|
84
|
+
sleeptime_agent_frequency: typing.Optional[
|
|
85
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsSleeptimeAgentFrequency
|
|
86
|
+
] = None
|
|
87
|
+
turns_counter: typing.Optional[
|
|
88
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsTurnsCounter
|
|
89
|
+
] = None
|
|
90
|
+
last_processed_message_id: typing.Optional[
|
|
91
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsLastProcessedMessageId
|
|
92
|
+
] = None
|
|
93
|
+
max_message_buffer_length: typing.Optional[
|
|
94
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsMaxMessageBufferLength
|
|
95
|
+
] = None
|
|
96
|
+
min_message_buffer_length: typing.Optional[
|
|
97
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsMinMessageBufferLength
|
|
98
|
+
] = None
|
|
99
|
+
hidden: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsHidden] = None
|
|
100
|
+
|
|
101
|
+
if IS_PYDANTIC_V2:
|
|
102
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
103
|
+
else:
|
|
104
|
+
|
|
105
|
+
class Config:
|
|
106
|
+
frozen = True
|
|
107
|
+
smart_union = True
|
|
108
|
+
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_multi_agent_group_agent_ids_base_template_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsBaseTemplateIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsBaseTemplateId = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[
|
|
13
|
+
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsBaseTemplateIdItem]
|
|
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_multi_agent_group_agent_ids_deployment_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsDeploymentIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsDeploymentId = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[
|
|
13
|
+
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsDeploymentIdItem]
|
|
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_multi_agent_group_agent_ids_hidden_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsHiddenItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsHidden = typing.Union[
|
|
10
|
+
bool,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsHiddenItem]],
|
|
13
|
+
typing.Optional[typing.Any],
|
|
14
|
+
]
|
|
@@ -0,0 +1,18 @@
|
|
|
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_multi_agent_group_agent_ids_last_processed_message_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsLastProcessedMessageIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsLastProcessedMessageId = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[
|
|
13
|
+
typing.Optional[
|
|
14
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsLastProcessedMessageIdItem
|
|
15
|
+
]
|
|
16
|
+
],
|
|
17
|
+
typing.Optional[typing.Any],
|
|
18
|
+
]
|
|
@@ -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_multi_agent_group_agent_ids_manager_agent_id_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsManagerAgentIdItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsManagerAgentId = typing.Union[
|
|
10
|
+
str,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[
|
|
13
|
+
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsManagerAgentIdItem]
|
|
14
|
+
],
|
|
15
|
+
typing.Optional[typing.Any],
|
|
16
|
+
]
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsManagerType = typing.Union[
|
|
6
|
+
typing.Literal["round_robin", "supervisor", "dynamic", "sleeptime", "voice_sleeptime", "swarm"], typing.Any
|
|
7
|
+
]
|
|
@@ -0,0 +1,18 @@
|
|
|
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_multi_agent_group_agent_ids_max_message_buffer_length_item import (
|
|
6
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsMaxMessageBufferLengthItem,
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsMaxMessageBufferLength = typing.Union[
|
|
10
|
+
float,
|
|
11
|
+
typing.Optional[str],
|
|
12
|
+
typing.List[
|
|
13
|
+
typing.Optional[
|
|
14
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemMultiAgentGroupAgentIdsMaxMessageBufferLengthItem
|
|
15
|
+
]
|
|
16
|
+
],
|
|
17
|
+
typing.Optional[typing.Any],
|
|
18
|
+
]
|