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.

Files changed (302) hide show
  1. letta_client/__init__.py +334 -334
  2. letta_client/agents/client.py +14 -14
  3. letta_client/core/client_wrapper.py +1 -1
  4. letta_client/identities/client.py +12 -12
  5. letta_client/templates/__init__.py +334 -334
  6. letta_client/templates/client.py +15 -15
  7. letta_client/templates/types/__init__.py +487 -513
  8. letta_client/templates/types/{templates_create_agents_from_template_response.py → templates_create_agents_response.py} +3 -5
  9. letta_client/templates/types/templates_create_agents_response_agents_item.py +84 -0
  10. 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
  11. letta_client/templates/types/templates_create_agents_response_agents_item_base_template_id.py +13 -0
  12. letta_client/templates/types/templates_create_agents_response_agents_item_base_template_id_item.py +5 -0
  13. letta_client/templates/types/templates_create_agents_response_agents_item_created_at.py +13 -0
  14. letta_client/templates/types/templates_create_agents_response_agents_item_created_at_item.py +5 -0
  15. letta_client/templates/types/templates_create_agents_response_agents_item_created_by_id.py +13 -0
  16. letta_client/templates/types/templates_create_agents_response_agents_item_created_by_id_item.py +5 -0
  17. letta_client/templates/types/templates_create_agents_response_agents_item_description.py +13 -0
  18. letta_client/templates/types/templates_create_agents_response_agents_item_description_item.py +5 -0
  19. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config.py +50 -0
  20. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_deployment.py +13 -0
  21. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_deployment_item.py +5 -0
  22. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_endpoint.py +13 -0
  23. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_endpoint_item.py +5 -0
  24. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_version.py +13 -0
  25. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_version_item.py +5 -0
  26. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_chunk_size.py +13 -0
  27. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_chunk_size_item.py +5 -0
  28. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_endpoint.py +13 -0
  29. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_endpoint_item.py +5 -0
  30. 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
  31. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_handle.py +13 -0
  32. 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
  33. letta_client/templates/types/templates_create_agents_response_agents_item_identifier_key.py +13 -0
  34. letta_client/templates/types/templates_create_agents_response_agents_item_identifier_key_item.py +5 -0
  35. letta_client/templates/types/templates_create_agents_response_agents_item_last_updated_by_id.py +13 -0
  36. letta_client/templates/types/templates_create_agents_response_agents_item_last_updated_by_id_item.py +5 -0
  37. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config.py +50 -0
  38. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_handle.py +13 -0
  39. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_handle_item.py +5 -0
  40. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_max_tokens.py +13 -0
  41. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_max_tokens_item.py +5 -0
  42. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_endpoint.py +13 -0
  43. 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
  44. 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
  45. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_wrapper.py +13 -0
  46. 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
  47. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_put_inner_thoughts_in_kwargs.py +13 -0
  48. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_put_inner_thoughts_in_kwargs_item.py +5 -0
  49. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_temperature.py +5 -0
  50. letta_client/templates/types/templates_create_agents_response_agents_item_memory.py +26 -0
  51. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item.py +59 -0
  52. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_created_by_id.py +13 -0
  53. 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
  54. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_description.py +13 -0
  55. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_description_item.py +5 -0
  56. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_id.py +5 -0
  57. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_is_template.py +5 -0
  58. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_label.py +13 -0
  59. 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
  60. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_last_updated_by_id.py +13 -0
  61. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_last_updated_by_id_item.py +5 -0
  62. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_limit.py +5 -0
  63. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_metadata.py +12 -0
  64. 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
  65. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_name.py +13 -0
  66. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_name_item.py +5 -0
  67. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_organization_id.py +13 -0
  68. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_organization_id_item.py +5 -0
  69. letta_client/templates/types/templates_create_agents_response_agents_item_memory_prompt_template.py +5 -0
  70. letta_client/templates/types/templates_create_agents_response_agents_item_message_buffer_autoclear.py +5 -0
  71. letta_client/templates/types/templates_create_agents_response_agents_item_message_ids.py +13 -0
  72. letta_client/templates/types/templates_create_agents_response_agents_item_message_ids_item.py +5 -0
  73. letta_client/templates/types/templates_create_agents_response_agents_item_metadata.py +12 -0
  74. letta_client/templates/types/templates_create_agents_response_agents_item_metadata_item.py +5 -0
  75. letta_client/templates/types/templates_create_agents_response_agents_item_organization_id.py +13 -0
  76. letta_client/templates/types/templates_create_agents_response_agents_item_organization_id_item.py +5 -0
  77. letta_client/templates/types/templates_create_agents_response_agents_item_project_id.py +13 -0
  78. letta_client/templates/types/templates_create_agents_response_agents_item_project_id_item.py +5 -0
  79. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item.py +55 -0
  80. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_at.py +13 -0
  81. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_at_item.py +5 -0
  82. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_by_id.py +13 -0
  83. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_by_id_item.py +5 -0
  84. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_description.py +13 -0
  85. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_description_item.py +5 -0
  86. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config.py +56 -0
  87. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_deployment.py +13 -0
  88. 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
  89. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_endpoint.py +13 -0
  90. 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
  91. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_version.py +13 -0
  92. 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
  93. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_chunk_size.py +15 -0
  94. 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
  95. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_endpoint.py +15 -0
  96. 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
  97. 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
  98. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_handle.py +13 -0
  99. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_handle_item.py +5 -0
  100. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_id.py +5 -0
  101. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_last_updated_by_id.py +13 -0
  102. 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
  103. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_metadata.py +12 -0
  104. 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
  105. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_organization_id.py +13 -0
  106. 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
  107. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_updated_at.py +13 -0
  108. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_updated_at_item.py +5 -0
  109. letta_client/templates/types/templates_create_agents_response_agents_item_template_id.py +13 -0
  110. letta_client/templates/types/templates_create_agents_response_agents_item_template_id_item.py +5 -0
  111. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables.py +10 -0
  112. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item.py +57 -0
  113. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_at.py +13 -0
  114. 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
  115. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_by_id.py +15 -0
  116. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_by_id_item.py +7 -0
  117. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_description.py +15 -0
  118. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_description_item.py +7 -0
  119. 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
  120. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id.py +15 -0
  121. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id_item.py +7 -0
  122. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_organization_id.py +15 -0
  123. 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
  124. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_updated_at.py +13 -0
  125. 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
  126. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules.py +13 -0
  127. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item.py +10 -0
  128. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping.py +36 -0
  129. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_default_child.py +15 -0
  130. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_default_child_item.py +7 -0
  131. 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
  132. 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
  133. 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
  134. 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
  135. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item.py +26 -0
  136. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping.py +36 -0
  137. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py +15 -0
  138. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_default_child_item.py +7 -0
  139. 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
  140. 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
  141. 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
  142. 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
  143. 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
  144. 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
  145. 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
  146. 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
  147. 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
  148. 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
  149. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_one.py +23 -0
  150. 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
  151. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_tool_name.py +23 -0
  152. 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
  153. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_two.py +23 -0
  154. 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
  155. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item.py +57 -0
  156. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_created_by_id.py +12 -0
  157. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_created_by_id_item.py +5 -0
  158. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_description.py +12 -0
  159. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_description_item.py +5 -0
  160. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_json_schema.py +12 -0
  161. 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
  162. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_last_updated_by_id.py +12 -0
  163. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_last_updated_by_id_item.py +5 -0
  164. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_name.py +10 -0
  165. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_name_item.py +5 -0
  166. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_organization_id.py +12 -0
  167. 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
  168. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_code.py +12 -0
  169. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_code_item.py +5 -0
  170. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_type.py +12 -0
  171. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_type_item.py +5 -0
  172. 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
  173. letta_client/templates/types/templates_create_agents_response_agents_item_updated_at.py +13 -0
  174. letta_client/templates/types/templates_create_agents_response_agents_item_updated_at_item.py +5 -0
  175. letta_client/types/identity.py +3 -3
  176. {letta_client-0.1.39.dist-info → letta_client-0.1.41.dist-info}/METADATA +1 -1
  177. {letta_client-0.1.39.dist-info → letta_client-0.1.41.dist-info}/RECORD +178 -178
  178. letta_client/templates/types/templates_create_agents_from_template_response_agents_item.py +0 -110
  179. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id.py +0 -13
  180. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id_item.py +0 -5
  181. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_at.py +0 -13
  182. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_by_id.py +0 -13
  183. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_by_id_item.py +0 -5
  184. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_description.py +0 -13
  185. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config.py +0 -58
  186. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_deployment.py +0 -13
  187. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_endpoint.py +0 -13
  188. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_version.py +0 -13
  189. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_chunk_size.py +0 -15
  190. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint.py +0 -15
  191. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_handle.py +0 -13
  192. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_handle_item.py +0 -5
  193. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_identifier_key.py +0 -13
  194. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_identifier_key_item.py +0 -5
  195. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_last_updated_by_id.py +0 -13
  196. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config.py +0 -50
  197. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_handle.py +0 -13
  198. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_handle_item.py +0 -5
  199. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_max_tokens.py +0 -13
  200. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_max_tokens_item.py +0 -5
  201. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint.py +0 -13
  202. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint_item.py +0 -5
  203. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_wrapper.py +0 -13
  204. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_wrapper_item.py +0 -5
  205. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_put_inner_thoughts_in_kwargs.py +0 -15
  206. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_put_inner_thoughts_in_kwargs_item.py +0 -7
  207. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_temperature.py +0 -7
  208. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory.py +0 -26
  209. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item.py +0 -65
  210. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_created_by_id.py +0 -13
  211. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_description.py +0 -13
  212. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_id.py +0 -5
  213. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_label.py +0 -13
  214. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_label_item.py +0 -5
  215. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_last_updated_by_id.py +0 -15
  216. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_last_updated_by_id_item.py +0 -7
  217. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_limit.py +0 -7
  218. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_metadata.py +0 -12
  219. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_metadata_item.py +0 -7
  220. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_name.py +0 -13
  221. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_name_item.py +0 -5
  222. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_organization_id.py +0 -13
  223. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_organization_id_item.py +0 -7
  224. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_prompt_template.py +0 -5
  225. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_message_ids.py +0 -13
  226. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_message_ids_item.py +0 -5
  227. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_metadata.py +0 -12
  228. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_organization_id.py +0 -13
  229. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_project_id.py +0 -13
  230. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item.py +0 -59
  231. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at.py +0 -13
  232. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at_item.py +0 -5
  233. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_by_id.py +0 -13
  234. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_by_id_item.py +0 -5
  235. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_description.py +0 -13
  236. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_description_item.py +0 -5
  237. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config.py +0 -60
  238. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_deployment.py +0 -17
  239. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_deployment_item.py +0 -7
  240. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_endpoint.py +0 -15
  241. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_endpoint_item.py +0 -7
  242. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_version.py +0 -15
  243. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_version_item.py +0 -7
  244. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_chunk_size.py +0 -17
  245. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_chunk_size_item.py +0 -7
  246. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint.py +0 -17
  247. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint_item.py +0 -7
  248. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_handle.py +0 -15
  249. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_handle_item.py +0 -7
  250. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_id.py +0 -5
  251. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_last_updated_by_id.py +0 -13
  252. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_last_updated_by_id_item.py +0 -7
  253. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_metadata.py +0 -12
  254. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_organization_id.py +0 -13
  255. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at.py +0 -13
  256. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at_item.py +0 -5
  257. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_template_id.py +0 -13
  258. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables.py +0 -11
  259. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item.py +0 -61
  260. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at.py +0 -17
  261. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at_item.py +0 -7
  262. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_by_id.py +0 -17
  263. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_by_id_item.py +0 -7
  264. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_description.py +0 -17
  265. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_description_item.py +0 -7
  266. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id.py +0 -17
  267. 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
  268. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_organization_id.py +0 -17
  269. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_organization_id_item.py +0 -7
  270. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_updated_at.py +0 -17
  271. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_updated_at_item.py +0 -7
  272. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules.py +0 -13
  273. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item.py +0 -10
  274. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping.py +0 -36
  275. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child.py +0 -17
  276. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child_item.py +0 -7
  277. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_require_output_mapping.py +0 -7
  278. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item.py +0 -26
  279. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping.py +0 -38
  280. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py +0 -17
  281. 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
  282. 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
  283. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one.py +0 -23
  284. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_tool_name.py +0 -23
  285. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_tool_name.py +0 -23
  286. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item.py +0 -59
  287. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id.py +0 -12
  288. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id_item.py +0 -5
  289. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_description.py +0 -12
  290. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_description_item.py +0 -5
  291. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_json_schema.py +0 -12
  292. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_last_updated_by_id.py +0 -12
  293. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_last_updated_by_id_item.py +0 -7
  294. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_name.py +0 -12
  295. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_organization_id.py +0 -12
  296. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_organization_id_item.py +0 -5
  297. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_code.py +0 -12
  298. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_code_item.py +0 -5
  299. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type.py +0 -12
  300. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type_item.py +0 -5
  301. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_updated_at.py +0 -13
  302. {letta_client-0.1.39.dist-info → letta_client-0.1.41.dist-info}/WHEEL +0 -0
@@ -1,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemMetadataItem = typing.Union[
6
- typing.Optional[typing.Any], typing.Optional[str]
7
- ]
@@ -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,5 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemNameItem = typing.Union[str, typing.Optional[str]]
@@ -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,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemOrganizationIdItem = typing.Union[
6
- str, typing.Optional[str]
7
- ]
@@ -1,5 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryPromptTemplate = typing.Union[str, typing.Optional[typing.Any]]
@@ -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
- ]
@@ -1,5 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemMessageIdsItem = typing.Union[typing.List[str], typing.Optional[str]]
@@ -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,5 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedAtItem = typing.Union[str, typing.Optional[str]]
@@ -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,5 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedByIdItem = typing.Union[str, typing.Optional[str]]
@@ -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,5 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemDescriptionItem = typing.Union[str, typing.Optional[str]]
@@ -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,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigAzureDeploymentItem = typing.Union[
6
- str, typing.Optional[str]
7
- ]
@@ -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,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigAzureEndpointItem = typing.Union[
6
- str, typing.Optional[str]
7
- ]
@@ -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,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigAzureVersionItem = typing.Union[
6
- str, typing.Optional[str]
7
- ]
@@ -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,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingChunkSizeItem = typing.Union[
6
- float, typing.Optional[str]
7
- ]
@@ -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,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingEndpointItem = typing.Union[
6
- str, typing.Optional[str]
7
- ]
@@ -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,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemEmbeddingConfigHandleItem = typing.Union[
6
- str, typing.Optional[str]
7
- ]
@@ -1,5 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemId = typing.Union[str, typing.Optional[typing.Any]]
@@ -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,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemLastUpdatedByIdItem = typing.Union[
6
- str, typing.Optional[str]
7
- ]
@@ -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,5 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemUpdatedAtItem = typing.Union[str, typing.Optional[str]]
@@ -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