letta-client 0.1.39__py3-none-any.whl → 0.1.41__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 +334 -334
- letta_client/agents/client.py +14 -14
- letta_client/core/client_wrapper.py +1 -1
- letta_client/identities/client.py +12 -12
- letta_client/templates/__init__.py +334 -334
- letta_client/templates/client.py +15 -15
- letta_client/templates/types/__init__.py +487 -513
- letta_client/templates/types/{templates_create_agents_from_template_response.py → templates_create_agents_response.py} +3 -5
- letta_client/templates/types/templates_create_agents_response_agents_item.py +84 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_agent_type.py → templates_create_agents_response_agents_item_agent_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_base_template_id.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_base_template_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_created_at.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_created_at_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_created_by_id.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_created_by_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_description.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_description_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config.py +50 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_deployment.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_deployment_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_endpoint.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_endpoint_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_version.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_version_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_chunk_size.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_chunk_size_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_endpoint.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_endpoint_item.py +5 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint_type.py → templates_create_agents_response_agents_item_embedding_config_embedding_endpoint_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_handle.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_project_id_item.py → templates_create_agents_response_agents_item_embedding_config_handle_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_identifier_key.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_identifier_key_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_last_updated_by_id.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_last_updated_by_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config.py +50 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_handle.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_handle_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_max_tokens.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_max_tokens_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_endpoint.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_template_id_item.py → templates_create_agents_response_agents_item_llm_config_model_endpoint_item.py} +1 -1
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint_type.py → templates_create_agents_response_agents_item_llm_config_model_endpoint_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_wrapper.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_created_at_item.py → templates_create_agents_response_agents_item_llm_config_model_wrapper_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_put_inner_thoughts_in_kwargs.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_put_inner_thoughts_in_kwargs_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_temperature.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory.py +26 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item.py +59 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_created_by_id.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_last_updated_by_id_item.py → templates_create_agents_response_agents_item_memory_blocks_item_created_by_id_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_description.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_description_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_id.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_is_template.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_label.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_updated_at_item.py → templates_create_agents_response_agents_item_memory_blocks_item_label_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_last_updated_by_id.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_last_updated_by_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_limit.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_metadata.py +12 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_sources_item_metadata_item.py → templates_create_agents_response_agents_item_memory_blocks_item_metadata_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_name.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_name_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_organization_id.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_organization_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_prompt_template.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_message_buffer_autoclear.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_message_ids.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_message_ids_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_metadata.py +12 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_metadata_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_organization_id.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_organization_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_project_id.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_project_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item.py +55 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_at.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_at_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_by_id.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_by_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_description.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_description_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config.py +56 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_deployment.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_embedding_config_azure_endpoint_item.py → templates_create_agents_response_agents_item_sources_item_embedding_config_azure_deployment_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_endpoint.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_memory_blocks_item_description_item.py → templates_create_agents_response_agents_item_sources_item_embedding_config_azure_endpoint_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_version.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_sources_item_organization_id_item.py → templates_create_agents_response_agents_item_sources_item_embedding_config_azure_version_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_chunk_size.py +15 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_embedding_config_embedding_chunk_size_item.py → templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_chunk_size_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_endpoint.py +15 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_embedding_config_azure_deployment_item.py → templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_endpoint_item.py} +1 -1
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint_type.py → templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_endpoint_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_handle.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_handle_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_id.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_last_updated_by_id.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_organization_id_item.py → templates_create_agents_response_agents_item_sources_item_last_updated_by_id_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_metadata.py +12 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_metadata_item.py → templates_create_agents_response_agents_item_sources_item_metadata_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_organization_id.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tools_item_name_item.py → templates_create_agents_response_agents_item_sources_item_organization_id_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_updated_at.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_updated_at_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_template_id.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_template_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables.py +10 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item.py +57 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_at.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_embedding_config_azure_version_item.py → templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_at_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_by_id.py +15 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_by_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_description.py +15 -0
- letta_client/templates/types/templates_create_agents_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 → templates_create_agents_response_agents_item_tool_exec_environment_variables_item_id.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id.py +15 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_organization_id.py +15 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint_item.py → templates_create_agents_response_agents_item_tool_exec_environment_variables_item_organization_id_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_updated_at.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_memory_blocks_item_created_by_id_item.py → templates_create_agents_response_agents_item_tool_exec_environment_variables_item_updated_at_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item.py +10 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping.py +36 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_default_child.py +15 -0
- letta_client/templates/types/templates_create_agents_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_memory_blocks_item_is_template.py → templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_require_output_mapping.py} +1 -1
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_type.py → templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_type.py} +1 -1
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_children.py → templates_create_agents_response_agents_item_tool_rules_item_children.py} +4 -4
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_children_type.py → templates_create_agents_response_agents_item_tool_rules_item_children_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item.py +26 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping.py +36 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py +15 -0
- letta_client/templates/types/templates_create_agents_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_message_buffer_autoclear.py → templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_require_output_mapping.py} +1 -1
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_type.py → templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_type.py} +1 -1
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_children.py → templates_create_agents_response_agents_item_tool_rules_item_item_children.py} +4 -4
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_children_type.py → templates_create_agents_response_agents_item_tool_rules_item_item_children_type.py} +1 -1
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_two.py → templates_create_agents_response_agents_item_tool_rules_item_item_one.py} +4 -4
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_one_type.py → templates_create_agents_response_agents_item_tool_rules_item_item_one_type.py} +1 -1
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_one.py → templates_create_agents_response_agents_item_tool_rules_item_item_tool_name.py} +4 -4
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_tool_name_type.py → templates_create_agents_response_agents_item_tool_rules_item_item_tool_name_type.py} +1 -1
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two.py → templates_create_agents_response_agents_item_tool_rules_item_item_two.py} +4 -4
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_two_type.py → templates_create_agents_response_agents_item_tool_rules_item_item_two_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_one.py +23 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one_type.py → templates_create_agents_response_agents_item_tool_rules_item_one_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_tool_name.py +23 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_tool_name_type.py → templates_create_agents_response_agents_item_tool_rules_item_tool_name_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_two.py +23 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two_type.py → templates_create_agents_response_agents_item_tool_rules_item_two_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item.py +57 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_created_by_id.py +12 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_created_by_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_description.py +12 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_description_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_json_schema.py +12 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tools_item_json_schema_item.py → templates_create_agents_response_agents_item_tools_item_json_schema_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_last_updated_by_id.py +12 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_last_updated_by_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_name.py +10 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_name_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_organization_id.py +12 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_description_item.py → templates_create_agents_response_agents_item_tools_item_organization_id_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_code.py +12 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_code_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_type.py +12 -0
- letta_client/templates/types/templates_create_agents_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 → templates_create_agents_response_agents_item_tools_item_tool_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_updated_at.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_updated_at_item.py +5 -0
- letta_client/types/identity.py +3 -3
- {letta_client-0.1.39.dist-info → letta_client-0.1.41.dist-info}/METADATA +1 -1
- {letta_client-0.1.39.dist-info → letta_client-0.1.41.dist-info}/RECORD +178 -178
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item.py +0 -110
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_at.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_by_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_by_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_description.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config.py +0 -58
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_deployment.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_endpoint.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_version.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_chunk_size.py +0 -15
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint.py +0 -15
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_handle.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_handle_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_identifier_key.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_identifier_key_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_last_updated_by_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config.py +0 -50
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_handle.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_handle_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_max_tokens.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_max_tokens_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_wrapper.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_wrapper_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_put_inner_thoughts_in_kwargs.py +0 -15
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_put_inner_thoughts_in_kwargs_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_temperature.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory.py +0 -26
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item.py +0 -65
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_created_by_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_description.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_id.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_label.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_label_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_last_updated_by_id.py +0 -15
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_last_updated_by_id_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_limit.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_metadata.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_metadata_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_name.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_name_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_organization_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_organization_id_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_prompt_template.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_message_ids.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_message_ids_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_metadata.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_organization_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_project_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item.py +0 -59
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_by_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_by_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_description.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_description_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config.py +0 -60
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_deployment.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_deployment_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_endpoint.py +0 -15
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_endpoint_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_version.py +0 -15
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_version_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_chunk_size.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_chunk_size_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_handle.py +0 -15
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_handle_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_id.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_last_updated_by_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_last_updated_by_id_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_metadata.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_organization_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_template_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables.py +0 -11
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item.py +0 -61
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_by_id.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_by_id_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_description.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_description_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_organization_id.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_organization_id_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_updated_at.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_updated_at_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item.py +0 -10
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping.py +0 -36
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_require_output_mapping.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item.py +0 -26
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping.py +0 -38
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_require_output_mapping.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one.py +0 -23
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_tool_name.py +0 -23
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_tool_name.py +0 -23
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item.py +0 -59
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_description.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_description_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_json_schema.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_last_updated_by_id.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_last_updated_by_id_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_name.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_organization_id.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_organization_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_code.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_code_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_updated_at.py +0 -13
- {letta_client-0.1.39.dist-info → letta_client-0.1.41.dist-info}/WHEEL +0 -0
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_name_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemNameItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemName = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemNameItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_organization_id_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemOrganizationIdItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemOrganizationId = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemOrganizationIdItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_message_ids_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMessageIdsItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMessageIds = typing.Union[
|
|
9
|
-
typing.List[str],
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMessageIdsItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_metadata.py
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_metadata_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMetadataItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMetadata = typing.Union[
|
|
9
|
-
typing.Optional[str],
|
|
10
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMetadataItem]],
|
|
11
|
-
typing.Optional[typing.Any],
|
|
12
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_organization_id_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemOrganizationIdItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemOrganizationId = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemOrganizationIdItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_project_id_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectIdItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectId = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectIdItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
from ...core.unchecked_base_model import UncheckedBaseModel
|
|
4
|
-
import typing
|
|
5
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_id import (
|
|
6
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemId,
|
|
7
|
-
)
|
|
8
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_description import (
|
|
9
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemDescription,
|
|
10
|
-
)
|
|
11
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_embedding_config import (
|
|
12
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfig,
|
|
13
|
-
)
|
|
14
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_organization_id import (
|
|
15
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemOrganizationId,
|
|
16
|
-
)
|
|
17
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_metadata import (
|
|
18
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemMetadata,
|
|
19
|
-
)
|
|
20
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_created_by_id import (
|
|
21
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedById,
|
|
22
|
-
)
|
|
23
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_last_updated_by_id import (
|
|
24
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemLastUpdatedById,
|
|
25
|
-
)
|
|
26
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_created_at import (
|
|
27
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedAt,
|
|
28
|
-
)
|
|
29
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_updated_at import (
|
|
30
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemUpdatedAt,
|
|
31
|
-
)
|
|
32
|
-
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
33
|
-
import pydantic
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
class TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItem(UncheckedBaseModel):
|
|
37
|
-
id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemId] = None
|
|
38
|
-
name: str
|
|
39
|
-
description: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemDescription] = None
|
|
40
|
-
embedding_config: TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfig
|
|
41
|
-
organization_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemOrganizationId] = (
|
|
42
|
-
None
|
|
43
|
-
)
|
|
44
|
-
metadata: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemMetadata] = None
|
|
45
|
-
created_by_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedById] = None
|
|
46
|
-
last_updated_by_id: typing.Optional[
|
|
47
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemLastUpdatedById
|
|
48
|
-
] = None
|
|
49
|
-
created_at: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedAt] = None
|
|
50
|
-
updated_at: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemUpdatedAt] = None
|
|
51
|
-
|
|
52
|
-
if IS_PYDANTIC_V2:
|
|
53
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
54
|
-
else:
|
|
55
|
-
|
|
56
|
-
class Config:
|
|
57
|
-
frozen = True
|
|
58
|
-
smart_union = True
|
|
59
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_created_at_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedAtItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedAt = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedAtItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_created_by_id_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedByIdItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedById = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedByIdItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_description_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemDescriptionItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemDescription = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemDescriptionItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
from ...core.unchecked_base_model import UncheckedBaseModel
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint_type import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingEndpointType,
|
|
6
|
-
)
|
|
7
|
-
import typing
|
|
8
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint import (
|
|
9
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingEndpoint,
|
|
10
|
-
)
|
|
11
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_chunk_size import (
|
|
12
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingChunkSize,
|
|
13
|
-
)
|
|
14
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_handle import (
|
|
15
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigHandle,
|
|
16
|
-
)
|
|
17
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_endpoint import (
|
|
18
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigAzureEndpoint,
|
|
19
|
-
)
|
|
20
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_version import (
|
|
21
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigAzureVersion,
|
|
22
|
-
)
|
|
23
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_deployment import (
|
|
24
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigAzureDeployment,
|
|
25
|
-
)
|
|
26
|
-
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
27
|
-
import pydantic
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
class TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfig(UncheckedBaseModel):
|
|
31
|
-
embedding_endpoint_type: (
|
|
32
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingEndpointType
|
|
33
|
-
)
|
|
34
|
-
embedding_endpoint: typing.Optional[
|
|
35
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingEndpoint
|
|
36
|
-
] = None
|
|
37
|
-
embedding_model: str
|
|
38
|
-
embedding_dim: float
|
|
39
|
-
embedding_chunk_size: typing.Optional[
|
|
40
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingChunkSize
|
|
41
|
-
] = None
|
|
42
|
-
handle: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigHandle] = None
|
|
43
|
-
azure_endpoint: typing.Optional[
|
|
44
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigAzureEndpoint
|
|
45
|
-
] = None
|
|
46
|
-
azure_version: typing.Optional[
|
|
47
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigAzureVersion
|
|
48
|
-
] = None
|
|
49
|
-
azure_deployment: typing.Optional[
|
|
50
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigAzureDeployment
|
|
51
|
-
] = None
|
|
52
|
-
|
|
53
|
-
if IS_PYDANTIC_V2:
|
|
54
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
55
|
-
else:
|
|
56
|
-
|
|
57
|
-
class Config:
|
|
58
|
-
frozen = True
|
|
59
|
-
smart_union = True
|
|
60
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_deployment_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigAzureDeploymentItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigAzureDeployment = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[
|
|
12
|
-
typing.Optional[
|
|
13
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigAzureDeploymentItem
|
|
14
|
-
]
|
|
15
|
-
],
|
|
16
|
-
typing.Optional[typing.Any],
|
|
17
|
-
]
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_endpoint_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigAzureEndpointItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigAzureEndpoint = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[
|
|
12
|
-
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigAzureEndpointItem]
|
|
13
|
-
],
|
|
14
|
-
typing.Optional[typing.Any],
|
|
15
|
-
]
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_version_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigAzureVersionItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigAzureVersion = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[
|
|
12
|
-
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigAzureVersionItem]
|
|
13
|
-
],
|
|
14
|
-
typing.Optional[typing.Any],
|
|
15
|
-
]
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_chunk_size_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingChunkSizeItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingChunkSize = typing.Union[
|
|
9
|
-
float,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[
|
|
12
|
-
typing.Optional[
|
|
13
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingChunkSizeItem
|
|
14
|
-
]
|
|
15
|
-
],
|
|
16
|
-
typing.Optional[typing.Any],
|
|
17
|
-
]
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingEndpointItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingEndpoint = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[
|
|
12
|
-
typing.Optional[
|
|
13
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingEndpointItem
|
|
14
|
-
]
|
|
15
|
-
],
|
|
16
|
-
typing.Optional[typing.Any],
|
|
17
|
-
]
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_handle_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigHandleItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigHandle = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[
|
|
12
|
-
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigHandleItem]
|
|
13
|
-
],
|
|
14
|
-
typing.Optional[typing.Any],
|
|
15
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_last_updated_by_id_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemLastUpdatedByIdItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemLastUpdatedById = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemLastUpdatedByIdItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_metadata_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemMetadataItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemMetadata = typing.Union[
|
|
9
|
-
typing.Optional[str],
|
|
10
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemMetadataItem]],
|
|
11
|
-
typing.Optional[typing.Any],
|
|
12
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_organization_id_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemOrganizationIdItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemOrganizationId = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemOrganizationIdItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_sources_item_updated_at_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemUpdatedAtItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemUpdatedAt = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemUpdatedAtItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_template_id_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateIdItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateId = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateIdItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariables = typing.Union[
|
|
9
|
-
typing.List[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItem],
|
|
10
|
-
typing.Optional[typing.Any],
|
|
11
|
-
]
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
from ...core.unchecked_base_model import UncheckedBaseModel
|
|
4
|
-
import typing
|
|
5
|
-
from .templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_by_id import (
|
|
6
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemCreatedById,
|
|
7
|
-
)
|
|
8
|
-
from .templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id import (
|
|
9
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemLastUpdatedById,
|
|
10
|
-
)
|
|
11
|
-
from .templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at import (
|
|
12
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemCreatedAt,
|
|
13
|
-
)
|
|
14
|
-
from .templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_updated_at import (
|
|
15
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemUpdatedAt,
|
|
16
|
-
)
|
|
17
|
-
from .templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_id import (
|
|
18
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemId,
|
|
19
|
-
)
|
|
20
|
-
from .templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_description import (
|
|
21
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemDescription,
|
|
22
|
-
)
|
|
23
|
-
from .templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_organization_id import (
|
|
24
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemOrganizationId,
|
|
25
|
-
)
|
|
26
|
-
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
27
|
-
import pydantic
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
class TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItem(UncheckedBaseModel):
|
|
31
|
-
created_by_id: typing.Optional[
|
|
32
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemCreatedById
|
|
33
|
-
] = None
|
|
34
|
-
last_updated_by_id: typing.Optional[
|
|
35
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemLastUpdatedById
|
|
36
|
-
] = None
|
|
37
|
-
created_at: typing.Optional[
|
|
38
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemCreatedAt
|
|
39
|
-
] = None
|
|
40
|
-
updated_at: typing.Optional[
|
|
41
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemUpdatedAt
|
|
42
|
-
] = None
|
|
43
|
-
id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemId] = None
|
|
44
|
-
key: str
|
|
45
|
-
value: str
|
|
46
|
-
description: typing.Optional[
|
|
47
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemDescription
|
|
48
|
-
] = None
|
|
49
|
-
organization_id: typing.Optional[
|
|
50
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemOrganizationId
|
|
51
|
-
] = None
|
|
52
|
-
agent_id: str
|
|
53
|
-
|
|
54
|
-
if IS_PYDANTIC_V2:
|
|
55
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
56
|
-
else:
|
|
57
|
-
|
|
58
|
-
class Config:
|
|
59
|
-
frozen = True
|
|
60
|
-
smart_union = True
|
|
61
|
-
extra = pydantic.Extra.allow
|