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,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_tool_exec_environment_variables_item_created_at_item import (
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemCreatedAtItem,
6
- )
7
-
8
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemCreatedAt = typing.Union[
9
- str,
10
- typing.Optional[str],
11
- typing.List[
12
- typing.Optional[
13
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemCreatedAtItem
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
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemCreatedAtItem = 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_tool_exec_environment_variables_item_created_by_id_item import (
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemCreatedByIdItem,
6
- )
7
-
8
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemCreatedById = typing.Union[
9
- str,
10
- typing.Optional[str],
11
- typing.List[
12
- typing.Optional[
13
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemCreatedByIdItem
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
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemCreatedByIdItem = 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_tool_exec_environment_variables_item_description_item import (
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemDescriptionItem,
6
- )
7
-
8
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemDescription = typing.Union[
9
- str,
10
- typing.Optional[str],
11
- typing.List[
12
- typing.Optional[
13
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemDescriptionItem
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
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemDescriptionItem = 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_tool_exec_environment_variables_item_last_updated_by_id_item import (
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemLastUpdatedByIdItem,
6
- )
7
-
8
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemLastUpdatedById = typing.Union[
9
- str,
10
- typing.Optional[str],
11
- typing.List[
12
- typing.Optional[
13
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemLastUpdatedByIdItem
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
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemLastUpdatedByIdItem = 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_tool_exec_environment_variables_item_organization_id_item import (
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemOrganizationIdItem,
6
- )
7
-
8
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemOrganizationId = typing.Union[
9
- str,
10
- typing.Optional[str],
11
- typing.List[
12
- typing.Optional[
13
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemOrganizationIdItem
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
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemOrganizationIdItem = 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_tool_exec_environment_variables_item_updated_at_item import (
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemUpdatedAtItem,
6
- )
7
-
8
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemUpdatedAt = typing.Union[
9
- str,
10
- typing.Optional[str],
11
- typing.List[
12
- typing.Optional[
13
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemUpdatedAtItem
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
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemUpdatedAtItem = typing.Union[
6
- str, 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_tool_rules_item import (
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItem,
6
- )
7
-
8
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRules = typing.Union[
9
- typing.List[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItem],
10
- typing.Optional[str],
11
- typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItem]],
12
- typing.Optional[typing.Any],
13
- ]
@@ -1,10 +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_rules_item_item import (
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItem,
6
- )
7
-
8
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItem = typing.Union[
9
- typing.List[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItem], typing.Optional[str]
10
- ]
@@ -1,36 +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_rules_item_child_output_mapping_type import (
6
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemChildOutputMappingType,
7
- )
8
- from .templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child import (
9
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemChildOutputMappingDefaultChild,
10
- )
11
- from .templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_require_output_mapping import (
12
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemChildOutputMappingRequireOutputMapping,
13
- )
14
- from ...core.pydantic_utilities import IS_PYDANTIC_V2
15
- import pydantic
16
-
17
-
18
- class TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemChildOutputMapping(UncheckedBaseModel):
19
- tool_name: str
20
- type: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemChildOutputMappingType] = None
21
- default_child: typing.Optional[
22
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemChildOutputMappingDefaultChild
23
- ] = None
24
- child_output_mapping: typing.Optional[typing.Optional[typing.Any]] = None
25
- require_output_mapping: typing.Optional[
26
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemChildOutputMappingRequireOutputMapping
27
- ] = None
28
-
29
- if IS_PYDANTIC_V2:
30
- model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
31
- else:
32
-
33
- class Config:
34
- frozen = True
35
- smart_union = True
36
- 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_tool_rules_item_child_output_mapping_default_child_item import (
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemChildOutputMappingDefaultChildItem,
6
- )
7
-
8
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemChildOutputMappingDefaultChild = typing.Union[
9
- str,
10
- typing.Optional[str],
11
- typing.List[
12
- typing.Optional[
13
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemChildOutputMappingDefaultChildItem
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
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemChildOutputMappingDefaultChildItem = typing.Union[
6
- str, typing.Optional[str]
7
- ]
@@ -1,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemChildOutputMappingRequireOutputMapping = typing.Union[
6
- bool, typing.Optional[typing.Any]
7
- ]
@@ -1,26 +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_rules_item_item_children import (
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemChildren,
6
- )
7
- from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one import (
8
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemOne,
9
- )
10
- from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two import (
11
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemTwo,
12
- )
13
- from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping import (
14
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemChildOutputMapping,
15
- )
16
- from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_tool_name import (
17
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemToolName,
18
- )
19
-
20
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItem = typing.Union[
21
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemChildren,
22
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemOne,
23
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemTwo,
24
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemChildOutputMapping,
25
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemToolName,
26
- ]
@@ -1,38 +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_rules_item_item_child_output_mapping_type import (
6
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemChildOutputMappingType,
7
- )
8
- from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child import (
9
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemChildOutputMappingDefaultChild,
10
- )
11
- from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_require_output_mapping import (
12
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemChildOutputMappingRequireOutputMapping,
13
- )
14
- from ...core.pydantic_utilities import IS_PYDANTIC_V2
15
- import pydantic
16
-
17
-
18
- class TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemChildOutputMapping(UncheckedBaseModel):
19
- tool_name: str
20
- type: typing.Optional[
21
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemChildOutputMappingType
22
- ] = None
23
- default_child: typing.Optional[
24
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemChildOutputMappingDefaultChild
25
- ] = None
26
- child_output_mapping: typing.Optional[typing.Optional[typing.Any]] = None
27
- require_output_mapping: typing.Optional[
28
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemChildOutputMappingRequireOutputMapping
29
- ] = None
30
-
31
- if IS_PYDANTIC_V2:
32
- model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
33
- else:
34
-
35
- class Config:
36
- frozen = True
37
- smart_union = True
38
- 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_tool_rules_item_item_child_output_mapping_default_child_item import (
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemChildOutputMappingDefaultChildItem,
6
- )
7
-
8
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemChildOutputMappingDefaultChild = typing.Union[
9
- str,
10
- typing.Optional[str],
11
- typing.List[
12
- typing.Optional[
13
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemChildOutputMappingDefaultChildItem
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
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemChildOutputMappingDefaultChildItem = typing.Union[
6
- str, typing.Optional[str]
7
- ]
@@ -1,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemChildOutputMappingRequireOutputMapping = (
6
- typing.Union[bool, typing.Optional[typing.Any]]
7
- )
@@ -1,23 +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_rules_item_item_one_type import (
6
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemOneType,
7
- )
8
- from ...core.pydantic_utilities import IS_PYDANTIC_V2
9
- import pydantic
10
-
11
-
12
- class TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemOne(UncheckedBaseModel):
13
- tool_name: str
14
- type: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemOneType] = None
15
-
16
- if IS_PYDANTIC_V2:
17
- model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
18
- else:
19
-
20
- class Config:
21
- frozen = True
22
- smart_union = True
23
- extra = pydantic.Extra.allow
@@ -1,23 +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_rules_item_item_tool_name_type import (
6
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemToolNameType,
7
- )
8
- from ...core.pydantic_utilities import IS_PYDANTIC_V2
9
- import pydantic
10
-
11
-
12
- class TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemToolName(UncheckedBaseModel):
13
- tool_name: str
14
- type: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemToolNameType] = None
15
-
16
- if IS_PYDANTIC_V2:
17
- model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
18
- else:
19
-
20
- class Config:
21
- frozen = True
22
- smart_union = True
23
- extra = pydantic.Extra.allow
@@ -1,23 +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_rules_item_tool_name_type import (
6
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemToolNameType,
7
- )
8
- from ...core.pydantic_utilities import IS_PYDANTIC_V2
9
- import pydantic
10
-
11
-
12
- class TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemToolName(UncheckedBaseModel):
13
- tool_name: str
14
- type: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemToolNameType] = None
15
-
16
- if IS_PYDANTIC_V2:
17
- model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
18
- else:
19
-
20
- class Config:
21
- frozen = True
22
- smart_union = True
23
- extra = pydantic.Extra.allow
@@ -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_tools_item_tool_type import (
6
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemToolType,
7
- )
8
- from .templates_create_agents_from_template_response_agents_item_tools_item_description import (
9
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemDescription,
10
- )
11
- from .templates_create_agents_from_template_response_agents_item_tools_item_source_type import (
12
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemSourceType,
13
- )
14
- from .templates_create_agents_from_template_response_agents_item_tools_item_organization_id import (
15
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemOrganizationId,
16
- )
17
- from .templates_create_agents_from_template_response_agents_item_tools_item_name import (
18
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemName,
19
- )
20
- from .templates_create_agents_from_template_response_agents_item_tools_item_source_code import (
21
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemSourceCode,
22
- )
23
- from .templates_create_agents_from_template_response_agents_item_tools_item_json_schema import (
24
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemJsonSchema,
25
- )
26
- from .templates_create_agents_from_template_response_agents_item_tools_item_created_by_id import (
27
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemCreatedById,
28
- )
29
- from .templates_create_agents_from_template_response_agents_item_tools_item_last_updated_by_id import (
30
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemLastUpdatedById,
31
- )
32
- from ...core.pydantic_utilities import IS_PYDANTIC_V2
33
- import pydantic
34
-
35
-
36
- class TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItem(UncheckedBaseModel):
37
- id: typing.Optional[str] = None
38
- tool_type: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemToolType] = None
39
- description: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemDescription] = None
40
- source_type: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemSourceType] = None
41
- organization_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemOrganizationId] = None
42
- name: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemName] = None
43
- tags: typing.Optional[typing.List[str]] = None
44
- source_code: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemSourceCode] = None
45
- json_schema: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemJsonSchema] = None
46
- return_char_limit: typing.Optional[float] = None
47
- created_by_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemCreatedById] = None
48
- last_updated_by_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemLastUpdatedById] = (
49
- None
50
- )
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,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_tools_item_created_by_id_item import (
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemCreatedByIdItem,
6
- )
7
-
8
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemCreatedById = typing.Union[
9
- str,
10
- typing.Optional[str],
11
- typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemCreatedByIdItem]],
12
- ]
@@ -1,5 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemCreatedByIdItem = typing.Union[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_tools_item_description_item import (
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemDescriptionItem,
6
- )
7
-
8
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemDescription = typing.Union[
9
- str,
10
- typing.Optional[str],
11
- typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemDescriptionItem]],
12
- ]
@@ -1,5 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemDescriptionItem = typing.Union[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_tools_item_json_schema_item import (
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemJsonSchemaItem,
6
- )
7
-
8
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemJsonSchema = typing.Union[
9
- typing.Optional[typing.Any],
10
- typing.Optional[str],
11
- typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemJsonSchemaItem]],
12
- ]
@@ -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_tools_item_last_updated_by_id_item import (
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemLastUpdatedByIdItem,
6
- )
7
-
8
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemLastUpdatedById = typing.Union[
9
- str,
10
- typing.Optional[str],
11
- typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemLastUpdatedByIdItem]],
12
- ]
@@ -1,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemLastUpdatedByIdItem = 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_tools_item_name_item import (
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemNameItem,
6
- )
7
-
8
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemName = typing.Union[
9
- str,
10
- typing.Optional[str],
11
- typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemNameItem]],
12
- ]
@@ -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_tools_item_organization_id_item import (
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemOrganizationIdItem,
6
- )
7
-
8
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemOrganizationId = typing.Union[
9
- str,
10
- typing.Optional[str],
11
- typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemOrganizationIdItem]],
12
- ]
@@ -1,5 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemOrganizationIdItem = typing.Union[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_tools_item_source_code_item import (
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemSourceCodeItem,
6
- )
7
-
8
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemSourceCode = typing.Union[
9
- str,
10
- typing.Optional[str],
11
- typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemSourceCodeItem]],
12
- ]
@@ -1,5 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemSourceCodeItem = typing.Union[str, typing.Optional[str]]