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,8 +1,8 @@
1
- letta_client/__init__.py,sha256=tXi5mMvEqZvaU_Jw3fLkw6BykuW9ORjhFPv77b3h_jA,59907
1
+ letta_client/__init__.py,sha256=-glL4zLET6oQHTsO5jYJDAHC_22QDfbNk-XYtiiU_gc,55899
2
2
  letta_client/agents/__init__.py,sha256=oPpRVaXnXW2hn4dVhGw_cRcu6apXpOyQ9DnxEHXYb_8,22240
3
3
  letta_client/agents/archival_memory/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
4
4
  letta_client/agents/archival_memory/client.py,sha256=VTlL-cGmYBYdVI5owY8Gbbj4dscUCtSzL34Gm_5Nvk4,14872
5
- letta_client/agents/client.py,sha256=RqtYGIqMxRqpkysF6SeZXDt3OCGz3zmAj-PXMe2tUQc,63051
5
+ letta_client/agents/client.py,sha256=t9r0M23VbTlB03Innp6TAPUDqakZZHtGo47xB0Lv3r8,63119
6
6
  letta_client/agents/context/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
7
7
  letta_client/agents/context/client.py,sha256=GKKvoG4N_K8Biz9yDjeIHpFG0C8Cwc7tHmEX3pTL_9U,4815
8
8
  letta_client/agents/core_memory/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
@@ -206,7 +206,7 @@ letta_client/blocks/client.py,sha256=AeQQ-IdYhV-zqLTt3PTrJOtJ6XtBZcXNC108Y5EogVU
206
206
  letta_client/client.py,sha256=y2cXN0ApFul2Lz-fVh5TbeYbQ8oUjnXcwJ6wUczEf2c,2457
207
207
  letta_client/core/__init__.py,sha256=OKbX2aCZXgHCDUsCouqv-OiX32xA6eFFCKIUH9M5Vzk,1591
208
208
  letta_client/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
209
- letta_client/core/client_wrapper.py,sha256=BGmpVCpKcP1Y0BrWJ1KykLPpMmavXJJZHHbssBNsGPU,1997
209
+ letta_client/core/client_wrapper.py,sha256=fEaGSVEUHHZEEHYpcKkEFq29CND5PQ_IRiWVBQ67uh8,1997
210
210
  letta_client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
211
211
  letta_client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
212
212
  letta_client/core/http_client.py,sha256=siUQ6UV0ARZALlxubqWSSAAPC9B4VW8y6MGlHStfaeo,19552
@@ -226,7 +226,7 @@ letta_client/errors/unprocessable_entity_error.py,sha256=FvR7XPlV3Xx5nu8HNlmLhBR
226
226
  letta_client/health/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
227
227
  letta_client/health/client.py,sha256=6BjXH83ZhsLt_MD4QA2hiTsvgfeIgxMT1KSN0Oj6e1I,3242
228
228
  letta_client/identities/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
229
- letta_client/identities/client.py,sha256=pZ5jRHIsN-HeDKaDBuemWxacGZQaJLPy-fa6o84rCcg,31550
229
+ letta_client/identities/client.py,sha256=njx24NRGVvUKGSjKNIPqdzpVnmZtZh1-FGzr1-hJrhw,31458
230
230
  letta_client/jobs/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
231
231
  letta_client/jobs/client.py,sha256=z1Zq6dGs2xbf3EAFuD3-m-qbpbUeqpCBYqtIFKkGoMk,15622
232
232
  letta_client/models/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
@@ -246,176 +246,176 @@ letta_client/steps/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_p
246
246
  letta_client/steps/client.py,sha256=nHd4ZxYeaVgYf9ZewBCLc58DZ38LoW97W-xbc2oOL_0,10900
247
247
  letta_client/tag/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
248
248
  letta_client/tag/client.py,sha256=TBAotdb0e2_x2pANF4dOE1qmWY3GIgb7nOhvN7iZ3_4,5183
249
- letta_client/templates/__init__.py,sha256=dtQVL6MYFDrc9BDPERNHnpri-CSzkG_wMxjc_M8jdxg,28107
250
- letta_client/templates/client.py,sha256=RLdu0MgTHR7MEK_trsPFlP_3ls27-xEnUW5m0V88eaI,6858
251
- letta_client/templates/types/__init__.py,sha256=1ZpbCLckkZD44pLAJhaP1x3iq4QHblkKctaCCsPxtCI,45889
252
- letta_client/templates/types/templates_create_agents_from_template_response.py,sha256=7rV8AJ6_35MTo2bsgVVvdEzn5LHKdoaNhuHFy5ABsIc,784
253
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item.py,sha256=ltWladhOfbkakrnqTsxBHWB9kj2oI6e_3oVH52aPuPI,6143
254
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_agent_type.py,sha256=1YGJe4QqKmUsJRXlvhXH8xl7PhpCgTQip-aT1Zd3h0c,271
255
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id.py,sha256=Giq4AX2SRh9ZWnakEpn3jovsaf2n4eG5m5CisLGE0Ao,510
256
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id_item.py,sha256=9hfn8doRLvqLAHnzJ9w13lR-dMG_4iv_wfKR6z7pUdg,192
257
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_at.py,sha256=nmQ5bS6aOvRBSfrIKcH93EaUNNqiFPqETj4tyqIVUPo,489
258
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_at_item.py,sha256=fu5mYHTTKK_olak7X1qXfxEZBIF527IWw-i0nmRsGdQ,187
259
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_by_id.py,sha256=7Ju4YT1FuM3hmU9xtut54eTaWSQxIr-KhGipZCVingE,498
260
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_by_id_item.py,sha256=KLkDuMhzgfj9rrj8lsH_XBXvuUqe6d_2t0aP_vaTHB0,189
261
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_description.py,sha256=zFQ0mRj6yR7SH_kBOmt1WxOWuHvMrWdJVe1SOHOYwzE,496
262
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_description_item.py,sha256=346N_30PXK4CpOeVDek7mqjzJHXZBul1TTPh_73ndgY,189
263
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config.py,sha256=ylvhg5Lt8MRVaVpUzCpK9Z11qUexlN1lFIhreSXwiWE,2964
264
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_deployment.py,sha256=tgpY-O1MQg2T-H-a6P9NN2Y9EhTSWVyi15O7l2srmHo,575
265
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_deployment_item.py,sha256=ez6oL5tBHXjgxFNQ_xDRluuIhlhUx5kklbn3u5Nbnds,214
266
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_endpoint.py,sha256=ze6gT3Zk4ocVC66oUnJ47JfBLgoUNjmaiwSnUBaJf2g,567
267
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_endpoint_item.py,sha256=FO-HHNxTw7GWEIN3E1tfD0qN0jlmO9k7ULnf8MGj9M4,212
268
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_version.py,sha256=5aH8_pJnIx18RvDhp1feU6AFCfzzSvNFnYlw-b8Pw0A,563
269
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_version_item.py,sha256=lJZGV3msVcj1EgOQPVHbxsOGdifzff0qBu3NrrNUMBY,211
270
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_chunk_size.py,sha256=aRzIaHYRTMdlaZpXxSQGO_WCH8K4GT0KFQnvHS-CDUc,604
271
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_chunk_size_item.py,sha256=uuclIxDK1yuRg8JvuRcOTk72dO28syPtbTc58z3Eijk,219
272
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint.py,sha256=MiOwfXyYk8YP4IOS2OIJcE6UDni7PYnWmveroHbFn1c,597
273
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint_item.py,sha256=tfgGYx62ZFhivKPgqahB-VWy8-IRTP0NjFRa14cSQig,216
274
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint_type.py,sha256=MFqFQ-Bx5EWkoAdf2wrQI_gafmzjXrdXfudpu-kjEwA,610
275
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_handle.py,sha256=MHtWOfUZ2ZjvmwmME1zMU8YhtNTfQ5IE3GC2BAxOqos,538
276
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_handle_item.py,sha256=xXrEFoy9YjubSKglsWegXm73iAXbe1e8pmi-ZMB5bR8,199
277
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_identifier_key.py,sha256=OnAu1thT0hmExqKb-tlrTnRJdjJ4NgE_WJJ5seUaeo4,505
278
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_identifier_key_item.py,sha256=Jay9Mcysj8qE8T51GhFVvoYjNZFGvnJqed2ly_TOPmo,191
279
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_last_updated_by_id.py,sha256=YcnUUXOwFu6WFkOIiOmsnWgZ3aq8rIHsBiBiwKOrY0M,515
280
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_last_updated_by_id_item.py,sha256=uwyL9iG8JbHsNyYezk2IRlA0tjWWA7AaVAgqHhq-C7w,193
281
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config.py,sha256=vaxZoK5nBSoc9QvGu6j66-M4hDRMSa33J8k2JQn9k5E,2725
282
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_handle.py,sha256=E2V4vLylst75Gnq0WhdhMWV0l7ajEN8Y2BQSRU3-SZA,514
283
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_handle_item.py,sha256=HdINPvxDwWpyDMjtf6dL36PZLaBavEPVxoN_hazk6KM,193
284
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_max_tokens.py,sha256=yPjo5qL65MWsYSBnbzIOAmhdeQGP1x9cnl3IXRqEZnc,529
285
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_max_tokens_item.py,sha256=uKd_4cFOu8az2dAq1iV3A2-NF5IolDdzBuD9dQhKtQ4,198
286
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint.py,sha256=umB1zf1Kusaus7Yem_G8Q_rrczXZGMQUc6b1DYpuHkk,543
287
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint_item.py,sha256=Mawjtn_pEgBRzvTYIBYtOA6r4l15-r2xUEWUNxZwh-M,200
288
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint_type.py,sha256=xd-F7J_rcPHBbb7lXQz_K3C5uGyWVCiamuDv6f4o-PM,656
289
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_wrapper.py,sha256=55T0TI5h0L1-MdVggoiGqR-jTkeWEvln-81y8SS91Gg,539
290
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_wrapper_item.py,sha256=aZ8G3AMdRpsVNLMA8fsdciID_47CHjU0UJkiYgJOYKA,199
291
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_put_inner_thoughts_in_kwargs.py,sha256=xQY3r3sbfwI71E1CICO-if1mjS3gcnCby0It4ow9ZzU,605
292
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_put_inner_thoughts_in_kwargs_item.py,sha256=RIS8V3i0Mr92yAfP_hPD8mdYITciOteFBD-tVfsfA1Q,218
293
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_temperature.py,sha256=9KoQ3kLqsyHHV6J-JOLEwKas5FojWxJ2RlUK7FWrwMQ,209
294
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory.py,sha256=JMMQ2KMboDBjS1ko91E_6siF-xeEFiNOP0g1aoZdx0M,1144
295
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item.py,sha256=aceZ68bAFpAhaEJiQD_jSphxB87_AWNs_66f6-MGlxo,3683
296
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_created_by_id.py,sha256=DZgtHgwbweQGWhFP9ZBoBIE5luGar50Gzk4MZG1EkR0,565
297
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_created_by_id_item.py,sha256=crqVTWhJaWoBHivTv86cmWSGkEyd9_WOUJ8N4if5abI,211
298
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_description.py,sha256=H_I5DgOppxP6mT8GRmTB6cDgESBUP6ATf3PuvjPENMQ,563
299
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_description_item.py,sha256=lykdzng1W7K5h7LUMTq-lwJbm6jwzhduDaMpELCJ8_I,211
300
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_id.py,sha256=YHDscQiNy-jv5W3pHeCauKNPuhvjTZ2FOmg-pf2opxo,199
301
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_is_template.py,sha256=Tld7HbYgQ7AkpND_J199mPjc8G-pAGVrq_lbKjPR9yM,214
302
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_label.py,sha256=5Z6n40eYqBqfeMrIUtIfPKz30OibfnoDRL7fBW1GSCQ,539
303
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_label_item.py,sha256=wBpJmWObkBxHR7ZvcryXZM0cSF1D5NbZFXrGT0SmNAQ,199
304
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_last_updated_by_id.py,sha256=qw9991WbOXQBAFBU1MRygic2fEXAkcYrv6c0WQnJTao,596
305
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_last_updated_by_id_item.py,sha256=l8LPmTG0oYITS6Zqoi-FVSQ7jb_TNN15ojo83XGXCoM,215
306
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_limit.py,sha256=V7yTWlbwiHLiwBHCL_Z4Y6kAq7PjbCHgfSo_4aQ6drQ,210
307
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_metadata.py,sha256=lwRP_HuX4cqQv0B8DrM4mxH70z0PRs6sEpdYUThuAy4,542
308
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_metadata_item.py,sha256=RpuCaDLB0zQCrlhuCJP_mKS0tSUn4Jg87aluCCTyDFo,232
309
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_name.py,sha256=8BPQDuzJjP_9fQ-tOXAGEV5ej_cgB4dCB7MktrdO630,535
310
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_name_item.py,sha256=gnbgSuWS2nhLXgz_xTqVDpnaED2plV9lXTWRcz18swk,198
311
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_organization_id.py,sha256=Rh3SOAT14YsPEW61R3gNqkozQd8b0oncOsZLFMqBzQ4,576
312
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_organization_id_item.py,sha256=WipenHvY69jnnrMrsj5YKiFjOasGUVDDlaFsMf1BG14,214
313
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_prompt_template.py,sha256=iDNmx7gjA3smqKLB-G2Iw7mU0E-UJQ9M1nMlY9AQ6tY,201
314
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_message_buffer_autoclear.py,sha256=bRo-DIKnEySbJ4O09gMd_tjWl95l7d99QcmXKsnGkRM,210
315
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_message_ids.py,sha256=5ZV9dJSSkDIt4spWobO0EJb9OYaHXAeMqDavg40R5fg,506
316
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_message_ids_item.py,sha256=y7oZJZBWa8bTkkyTrveo4kp3v8WBIkAWRU_orCnde3E,201
317
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_metadata.py,sha256=wBfD64BmkkqRtgiQZgF7bpQAca7sLatc-SZVtgFnGWE,475
318
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_metadata_item.py,sha256=43TRZ92wYQtVTHdN_2BP96r4dIh7IWRSDO0lVObV4r4,216
319
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_organization_id.py,sha256=hAz3o3_WfFqdJmsYdju6pXj-4ChbkYB8Cp1hDtVDLVs,509
320
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_organization_id_item.py,sha256=O7hNKYQFed7cnq7j0IuTHxiXxjEnx9NSfO-DUq-KIXo,192
321
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_project_id.py,sha256=vg0oOvJlrMjF--ogPJGdY4_EcI8ihlzgQPQ04uubzdk,489
322
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_project_id_item.py,sha256=Cv_esfzyFmx4XCz5Q_Bjsr98OhJYhVqSwZ1dF60xxQs,187
323
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item.py,sha256=ypjpwE3_to9Zw4fFXyE-dFIQx2fT3JckFTFDdZl01RA,3268
324
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at.py,sha256=isIG1hHcQBquFAVqGDvJ30Vc4bfm5bTUnTTwtbP0rXE,535
325
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at_item.py,sha256=-8S1sSNv9Flh4zxdEiScxUHlHShqRK0xpyLDRHzcwL0,198
326
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_by_id.py,sha256=oZ3TFIZSBFn3N1TTxpB0iu3Ik7AHHLQ2AsCzOYimFok,544
327
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_by_id_item.py,sha256=iwqKaWZJSdSnKv4dR2mEKZbspYZPbsPQrL_csUz0jro,200
328
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_description.py,sha256=5cdq_FJm54QqgTU15-1twkCVjEf2cL-ZTvEGfN7J_3M,542
329
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_description_item.py,sha256=S2Iqr69qQ1mKflB5a8NmAOo0-j6oIGrzXlvrh0gXt5E,200
330
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config.py,sha256=HShDv_rzHIA3qsQw_NyoHL9qsU0scY7S5-iGzhpt4yE,3232
331
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_deployment.py,sha256=Zf-yMamar2RESzq_q6IWc3vKtambrdzuBeM4Jonu-B4,657
332
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_deployment_item.py,sha256=OBSmuBSobPxFbB_kwjUIYY3hyMsRKEG0g09ofWY9P8c,225
333
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_endpoint.py,sha256=BcDCJpLNYVv40N5rcslhZdObgUUwmr7_UHjLOwX_iYI,627
334
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_endpoint_item.py,sha256=bXFbgN7jeGGgkjIyuYuX0YaVX4JJVfOQi8OjaC_qIms,223
335
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_version.py,sha256=XzzEocMqx2o55_kKbV-Ynr52-suWBXjLz27yK638ib0,623
336
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_version_item.py,sha256=9pPSwmX8ByxXAFMnJzz-M35kVro1s5sKobxfRUUv-88,222
337
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_chunk_size.py,sha256=1CPR3OF22oHtFEBkaFTmsBHr9wr3_f3kuhNpmZZjsCM,672
338
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_chunk_size_item.py,sha256=GzMqBWweFOszM5wst3xM92pC-_DyeEBPwJ-10mFrLLc,230
339
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint.py,sha256=Wghj9E27uEiRMCk86JAuVhQQWaoQHtR9WLeXw-hYXE8,665
340
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint_item.py,sha256=-PFiuA4r6rvGbmy0LCALIhFq_FlCl3gz4zhwAh-eiro,227
341
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint_type.py,sha256=qktl_-Yyia8o2qH5azelQ8tgsdGYl-rjmmceYrt6j0s,621
342
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_handle.py,sha256=UPKVNASH4CsFoGx6Ks6XjEfj_dfZUVUnJGcAS--zTEM,598
343
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_handle_item.py,sha256=NAkS-YgmIgcFXNmIHs8vV2SIrbYv-SdgYgn95nmv2tQ,216
344
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_id.py,sha256=ITDnSbAp69TGpX8SLU4ftVKBlqOAZZTxhwmx5s8mLTc,194
345
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_last_updated_by_id.py,sha256=bL02bQzx3F6kThoXKjf5GWCw15fwg-TU2oVghRa4Btw,561
346
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_last_updated_by_id_item.py,sha256=CXbardF9JwTpQoGt1OIx65fRpLUjyeIjgkhytLJJ9d8,210
347
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_metadata.py,sha256=xeJLD8c7PU3rl7pcGoQtD2985t0VytVuaXFo41yCa10,521
348
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_metadata_item.py,sha256=eoRxX47uP1pR7fdjZQLeo7PaOJmsaWJqTr_av2r-VJs,227
349
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_organization_id.py,sha256=qjx3WikzM-o85-ah3H9p-nTqi8J5IGUH9BCtZ5b1vwY,555
350
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_organization_id_item.py,sha256=PlXaVHVu_sKUz5QIkwLJPrwF5On4pzRxZ7Y4dzprk60,209
351
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at.py,sha256=YAP6vPnr4_Tn4R4K_jiO9cezDQZ_TFiPcvXxhNMnrN4,535
352
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at_item.py,sha256=hhv_Dk-0wRe02P7mQ7Yc_1I0Rgiafhni0AV10JR263s,198
353
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_template_id.py,sha256=6KJYVntqECGF34tZe6OyOvXp6OOCyzScV-EStgUAA1M,493
354
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_template_id_item.py,sha256=6T-apkxRO1M4RNBPA_6psbasl5dmUkU8D4Vkn51CTqc,188
355
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables.py,sha256=riTRpywTyCIkdnYIdNuwsgH0djQ6xj-jAD9o0jiecFI,515
356
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item.py,sha256=vOI2LMQrccr3BJIdmtNbHrmmfUY69YFnKJDOD-ru7do,3265
357
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at.py,sha256=4ftavcRO_beRQ8RZVb-TFPKu7_liR8Aj642LPdfsXr0,658
358
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at_item.py,sha256=-QYZjeKmvZL-5qFmfJD-FaL4R3idd2sKIFKsyHtmfig,225
359
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_by_id.py,sha256=skU2P6N8ZMqFzw23XPZzuqVwEtfWXYUb7SDxctqsocM,667
360
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_by_id_item.py,sha256=lAR3K-ufn8UHUO3eib4GCqUVNA7ttm-34LxKhD0ZEh0,227
361
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_description.py,sha256=MRGOO_RAFC3F0VnLc6ZFdBC5lLDDBU7FItMvtT10jc0,665
362
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_description_item.py,sha256=NDD-KggCfW-0wVIsjb_oWFE2aL99xbr_z9QYydji1yM,227
363
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_id.py,sha256=nxpHHNh7lUZ79zx5b61VeLqN1fuvM71z5ZNI00PqFQw,221
364
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id.py,sha256=GPRm8Q52TyjanaXC-Qy36ylwHiJXQ3eG9rQkN8XXd0c,684
365
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id_item.py,sha256=PToh5DT1S0IK-7pyF-MPIw6mRZVKVOZeZfoypBPIYOk,231
366
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_organization_id.py,sha256=Gr16F_4joG0SGAys8oMZ2GT77w0BtSPiphrWarWw8Og,678
367
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_organization_id_item.py,sha256=xcom8ItM5WERQzfa86Ac5G3beSBAqqKd5h9TR1uLlTI,230
368
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_updated_at.py,sha256=peAsfxaOQouCiKnyquVGL-VODTdmfBLFGX3Y9fOTAFc,658
369
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_updated_at_item.py,sha256=2QkHoRy6NucbY1VGkHUFcwQNHY5oATdddxKeftyWWfw,225
370
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules.py,sha256=WhhRiOxM7JuJ6Bzl4SHQTFX68VD6-US-FrDm5TIf1SA,563
371
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item.py,sha256=GeNIjzmgoZtp-fj_mD_Khu4_vmjEcqHDZF4TUZCpVfI,442
372
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping.py,sha256=AhyC3qfHl4jHld3cfavQybeJpWIkwx_mbfwNMiZmAJ4,1835
373
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child.py,sha256=Cb7QaSK1SimaYIV_dzfiPPwuia2P7mwhhdyL_6BsFhI,667
374
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child_item.py,sha256=ACRR5EZsouAMGP_VxRLPSpti72AA4N3MlpTNipjuKxY,227
375
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_require_output_mapping.py,sha256=SKltxxZt1X7BDRm8IoeCT3qT7Z80kXNlAurTfnbQnbo,239
376
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_type.py,sha256=C7poF9o_CQVTukhG4u5Rf9OEQagJVt6q95UF_2ih3is,248
377
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_children.py,sha256=tKe9706ywQbrQce2yU8lAAc4dtQh8kzJA8rj4pofdCM,954
378
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_children_type.py,sha256=lnbNaW2bzqgmImHUjasPWRZmZtuT22oimDHUsCrEja8,248
379
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item.py,sha256=svZv78R-nJNHMNuFfmPh-PVrZ0L_RHkgnuX7GUN7QtU,1520
380
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping.py,sha256=oiTpc21ZIt4r9szC8w7lLLIvGzoJ-4VWBZWIlohP5zM,1892
381
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py,sha256=YOF2s57P-4x7F4rcapeQyhgZXDY_KJx7_dgIGuPuoeI,684
382
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child_item.py,sha256=ZyD-gQriEadOHebmYdbC6OJh9Pl970529WsqAY0dRlc,231
383
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_require_output_mapping.py,sha256=JawaYyhZyyJFZsSd7Dt6ETpMwgyiZghU_NrIRl4GDQM,245
384
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_type.py,sha256=xbmqx0JqMLanjX4pLAXZQQWfxQRJbOO4iCSAKV33_nU,252
385
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_children.py,sha256=K9-vWyh6C8XUzIHW_gQxGE1Gl0WBaZjSrEy7slregV4,971
386
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_children_type.py,sha256=wAhMxiDBjJPGiUSWyjTYicb53lBhnSAX2OzpIWSmiEc,252
387
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one.py,sha256=3J3yFAw8LNo6x32-wUYUibOvl839LX9sh97IHFZEiBI,920
388
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one_type.py,sha256=XaCS8zb6aNKunFSDj8iwFs0R_O-4thoN0sRPyh2Rihw,235
389
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_tool_name.py,sha256=26FxZLlX5Fgqp7smKxROIYDUMMpFghz2vAJCJcZZU3o,941
390
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_tool_name_type.py,sha256=eLWRj_Jetj9lugR9Dq-chxIs_-SA119i6WowJ6-f5_I,244
391
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two.py,sha256=JG8JmXotmkhQRrxguIi0MClZsiOPkg8vzjOL3EXsSlQ,920
392
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two_type.py,sha256=sCiJpBAJmSRvJYH6XtwoVGcJ47cBgEhyYZ_mOTOsMoc,235
393
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one.py,sha256=9AGZucHtFRcxdRPrOxzzImuFF3M9RmCP20i3wZOBAJM,903
394
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one_type.py,sha256=rZ_DVimSTKrxB9XTjI4CVVGYo1NhUvQId6PSpr7u6tc,231
395
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_tool_name.py,sha256=xfzm0NgIc8YM6aCRQ_5XVTkLdEndcJuvC3tuPBGyt88,924
396
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_tool_name_type.py,sha256=RIQ2EiS5oIs-tF4UqlvmNnnasEECkVRQeI5Hytn_wfM,240
397
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two.py,sha256=TW-FMn9iUQ-r6u2wSExPpPLuLKMsWNSRWEDgGGmEbdk,903
398
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two_type.py,sha256=V1wCJtJrXQpoT4PMSLoQfwDNu5IaJmAOWrxGSy9FllI,231
399
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item.py,sha256=LtORi5U7UvY7AQmw6bxP1mP3F40f_dhpOb4g5NQ3TiA,3346
400
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id.py,sha256=kjnDrRhrS7k-OI4uGqN5Rl1e0poPQtXvF8cIAPFuCdA,503
401
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id_item.py,sha256=0pvRaJ0baUhvPaymTuxZiVo6UjJ6rb4WwRXAhtB-Pk4,198
402
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_description.py,sha256=ep7eH9h8p6NOhB88IzyWC77eHHkElJSxODy_67ZZNQs,501
403
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_description_item.py,sha256=9CEHSEusdg38Gn9R_sw8_n2K_AOLdeXBD0hHw3QApa0,198
404
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_json_schema.py,sha256=GEQX7bapubHgnHLFX_MmXUC0R47k3H0vakCGqsQwuY8,522
405
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_json_schema_item.py,sha256=9LC9e8nFOnk2MlEQIleNaoAt_dpdWhQRnXUHyT_7AZc,227
406
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_last_updated_by_id.py,sha256=EH9BlAazx2wAwzUmD6DXRsHM28fxi8eTkgaDEVKQXoQ,520
407
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_last_updated_by_id_item.py,sha256=GB1-ZuY_GlhJwjU2BWcgqgWRnujW0t4vLnOIpNqSnzE,208
408
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_name.py,sha256=iBQybXPFGP5h9UnyUpAYoPojxaoGVdaptYvigu4bv6A,473
409
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_name_item.py,sha256=BnC-X0H9y3SOdcbt4gm4x1P6-hFE_g8kX4VedK88iXc,191
410
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_organization_id.py,sha256=GR1KjFCYTZdnv1_WWkz1osm2dVuP3JmbBdc_riEeBoY,514
411
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_organization_id_item.py,sha256=LU_q2S1thdN00kx3BpgqtTyWfDozDiDiawTUjZBPrYE,201
412
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_code.py,sha256=el7AcWy2xb-QM9-f5QdUUW8kPga2-q9VWiieoJ-2tKM,498
413
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_code_item.py,sha256=C4BCxqXMLu8iFiSYcUe9OXNMvie9tsOngtim-1lM3x8,197
414
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type.py,sha256=5htgo4AsPp2CCyTZXBIoiCREv_8Tr5tFp3vx25QWl1M,498
415
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type_item.py,sha256=B5EL59bffAOWVRmxo51Hah0iLQZCtllVW3tS_znwsgY,197
416
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_tool_type.py,sha256=aY3SAosSIjzi6RYFMKXpYgMeVARVwFTRokPItoBwrdE,331
417
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_updated_at.py,sha256=p8tLhJJIJTSW0JfQKEPbuhjuRcBbALfqgxrJ79tbNYQ,489
418
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_updated_at_item.py,sha256=uXkJJCwx44tIcYHCkXzAqvIvhtQDN9mYZanKbLBJNyI,187
249
+ letta_client/templates/__init__.py,sha256=xVi2YUed4cwUyvD8oIGG2CekF3q7x9bjDDiW7VQhNIc,24099
250
+ letta_client/templates/client.py,sha256=CpU_STVhjt1Rto-COOBdX8Pw2GmgU7E1KgOnj92YLIg,6732
251
+ letta_client/templates/types/__init__.py,sha256=wZ5377IH4sm8rkyhkRJkSYWJMUwV6v7lCC3-EYv9pW8,39426
252
+ letta_client/templates/types/templates_create_agents_response.py,sha256=UNMZSUckqoug1sq-gqC7luO392eItxxy0NNdUL0CRfQ,725
253
+ letta_client/templates/types/templates_create_agents_response_agents_item.py,sha256=IdzU3yf5pIAFQEJCcP7jDkYDb3sPMGNwK1d2Gi8Xhso,5211
254
+ letta_client/templates/types/templates_create_agents_response_agents_item_agent_type.py,sha256=RNO80zLWpTpnFslFa6PDlo0w9Ds6cIqwcrToouFVt98,259
255
+ letta_client/templates/types/templates_create_agents_response_agents_item_base_template_id.py,sha256=DXzjuu9PEMx_8Q8tLW70Y5BWTmiHGPVBKCkVnE6UMSs,460
256
+ letta_client/templates/types/templates_create_agents_response_agents_item_base_template_id_item.py,sha256=ack71ugOKBcjsTAUKamc1Wq_0Z9_XZRUzVZzbTBRBxk,180
257
+ letta_client/templates/types/templates_create_agents_response_agents_item_created_at.py,sha256=uoHuRJpYBjYDCCDXtpRbPx5ySunMjwfex_7wGSaMhf0,439
258
+ letta_client/templates/types/templates_create_agents_response_agents_item_created_at_item.py,sha256=Hncu1dEQDbINdOb1eWof34L4SJCYoQeo0Q9BRLyEwxE,175
259
+ letta_client/templates/types/templates_create_agents_response_agents_item_created_by_id.py,sha256=DaFtraM-S-ByVYEU41GHtDiI4pwLInopMPwtRsXvsnY,448
260
+ letta_client/templates/types/templates_create_agents_response_agents_item_created_by_id_item.py,sha256=JZ8EaQs3UJ8eYZ-PEazPO1ZjEgrOEb8FmCwX0AGWv3o,177
261
+ letta_client/templates/types/templates_create_agents_response_agents_item_description.py,sha256=K-E-w2EjlKYIG_9QuHXud2LTYw6XN7LVRE95ItHnKBI,446
262
+ letta_client/templates/types/templates_create_agents_response_agents_item_description_item.py,sha256=s65d-u0ONnKjFx86OrjoL9maeYO2bXCNtNkd1zDYrA4,177
263
+ letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config.py,sha256=2oTn8aXH3yS_pZxsR5fG3Z3ckpfEQb2fu0vXIV-eP1I,2628
264
+ letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_deployment.py,sha256=IhinzmQadqmFXJt1gxDWfa2CO01g-0K67BTCHTZdMCI,525
265
+ letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_deployment_item.py,sha256=-MtvI3GiUal858kY84TxqNsx9nVEu49jAZvFmW6J8As,196
266
+ letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_endpoint.py,sha256=g80sA3ExDp80p5FCmTB0YiwLcv3wvpCX0MVSY4G9umk,517
267
+ letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_endpoint_item.py,sha256=AILKbI7inJsLSU8JPvtinYZXI9UNid1pedOS6jmGD4g,194
268
+ letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_version.py,sha256=hchTXqg5qng3IA3tpwr8V0OW_qgECTStjyLDq9fut74,513
269
+ letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_version_item.py,sha256=Xm8JMsqs-A_bdkfijoZ9H9HdWe9JyN9JqW7Osiwcoik,193
270
+ letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_chunk_size.py,sha256=kXxOv6-8dVMUBCUm0jjgC7VAffMFTBdA6-19ipoVTEI,540
271
+ letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_chunk_size_item.py,sha256=w2Bw3duJ9nRE80QmXqbarm3fwY-cFApJ7q4qg7NxHXc,201
272
+ letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_endpoint.py,sha256=pGbNkm12J4X54B1c_vKRj6wl0r228-wOjdRNNU5qbzc,533
273
+ letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_endpoint_item.py,sha256=MHxFFpFirtfgia-haJu6XmkPpxS2Dd104npu0K7lhMI,198
274
+ letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_endpoint_type.py,sha256=dNwll-L8ElKNz2h6VD1TrINDgH1haCNlmTiDgIyGUc4,598
275
+ letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_handle.py,sha256=0ZQcfb-KkEbKOg5Sxa4qcg293pmXQqkTDbsG4AeviCo,488
276
+ letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_handle_item.py,sha256=TZ84dJiK4vhqFhAjnErpWoE5bgCwbznxXq0LMJxzFGg,187
277
+ letta_client/templates/types/templates_create_agents_response_agents_item_identifier_key.py,sha256=wMzd51mpQD_qkP0RFYJ-GZm_yzYwd620NushAcpT4k4,455
278
+ letta_client/templates/types/templates_create_agents_response_agents_item_identifier_key_item.py,sha256=m-Ya8wl48YAatRfOQYl0Rx-AQDjyJtayEbtM7SsuIfA,179
279
+ letta_client/templates/types/templates_create_agents_response_agents_item_last_updated_by_id.py,sha256=h0ZU1lx4hDem3EkXpQfcZe0T6llCxudbWL4D0wzs8Gw,465
280
+ letta_client/templates/types/templates_create_agents_response_agents_item_last_updated_by_id_item.py,sha256=Gm8rlP1HXMx0kf6yVTiHvn3ak1YfUQ-MrRs4njYg6ds,181
281
+ letta_client/templates/types/templates_create_agents_response_agents_item_llm_config.py,sha256=yN1LYm0YhsSNEZvy8IaxMlTDQifhWCHELfyVipg2pUw,2447
282
+ letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_handle.py,sha256=6iViMHSzqSIYklNasY3z5KxZUunTmdLGDBRHhdveq98,464
283
+ letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_handle_item.py,sha256=SX6bP8RWlynXRdOjoqg3NLNZNOnpVIn4ZTtEQZmFFD0,181
284
+ letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_max_tokens.py,sha256=mk3l02cY3_xWUtUYr0y9i82QwwsODgidF4mNCv0tW6I,479
285
+ letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_max_tokens_item.py,sha256=7FWlQX8vYiYuiZlFz74EQTPGUKr9m0IWbu1eKPE95Vw,186
286
+ letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_endpoint.py,sha256=ksCAK3zWAtSUDcuk6QZeb4cX824hnvaS5koJzOFliQU,493
287
+ letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_endpoint_item.py,sha256=LsAkn2TOgyWDglU1N1KHrOSWuqqyUgrgdK6m2COZLYw,188
288
+ letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_endpoint_type.py,sha256=0NMFqwIVgA8YOQuZjdbg4x3pZsgOaHbbucGqDz29Owc,644
289
+ letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_wrapper.py,sha256=yxC8u24WhDNgDRYKknaAU8ZX1nGxxG4v0HCLXUU6cSA,489
290
+ letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_wrapper_item.py,sha256=fv4oFJAGDYrKiSWrNkWMLY0suXqcRFzmaTJ1kmfm_q8,187
291
+ letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_put_inner_thoughts_in_kwargs.py,sha256=6Sk94Vh1KaJBghfaUN5txeEChBYB17z88s6Y5EZipoU,541
292
+ letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_put_inner_thoughts_in_kwargs_item.py,sha256=-jrIdpTg4QVXBNPzAoffNjGTTflOcGcEsmLZZlyxovs,200
293
+ letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_temperature.py,sha256=cHdg1BIVe_rL6FiJDkTTAShDlPIkrpnMIU9pYL_4vEM,191
294
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory.py,sha256=eW7woe_b2b5bg0ueqQ7qHKBdHRD2dyeAC53uHbb4zX0,1056
295
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item.py,sha256=7Hf2wGZup1PG_9A-MgpKFgXqjcMSgRNF9f2amLLnPm4,3247
296
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_created_by_id.py,sha256=a5-YDL6keIK6hd_roBFzzP90mjN7JVakUAz8_KIlWNM,515
297
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_created_by_id_item.py,sha256=ifmTq6qW37tT_KhNlctnOx3H3py8wRhUAC6H3XnPMA4,193
298
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_description.py,sha256=DGGBL4IVToRcCeHw82lBDpLepnsCcEvHhPHb5p8xvks,513
299
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_description_item.py,sha256=2R3JnhUhlZ6nSdwm7amKcKTY6VLW89jQB_XQQS9VIms,193
300
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_id.py,sha256=8I8mdUjuqzOLDaM8NLJ8MCmawncoNvVPUelcph29FaU,187
301
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_is_template.py,sha256=jykd8fwE_Wx_gAA14vOl3Uqn7ZyiISYKBQPqzBu251c,196
302
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_label.py,sha256=7HrNA1ice1jzOjDei6FQjVv_3lSVNdVD6r-gfO8Utr0,489
303
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_label_item.py,sha256=W4D3MTk3V1azbmsWtg0UTkYXqOQPAvJ4LUrrpOOj4lo,187
304
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_last_updated_by_id.py,sha256=Bk6HA9-SaEgtzdK32X4Xao2QDY6wui0xYZwEZu7iKQ0,532
305
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_last_updated_by_id_item.py,sha256=MbrP1y_59vYrpxCoOk33NGo_V6F40qsFCZCFqrDYTW0,197
306
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_limit.py,sha256=tPbt-pMlUsPUc_HYIyh22691JNHIFAXQimgC-SHyCOM,192
307
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_metadata.py,sha256=6ECboMestotGG6dyeB1qweow_M-_freHySTf2N9tyqw,492
308
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_metadata_item.py,sha256=Q8b9QfY6GC_s5isPelqNvlljTOot0p84jvopj8u8WgQ,220
309
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_name.py,sha256=eeLxn7QnA_zpvxD7q3BWfIABm5GvVoFxsOhl_qNu-aA,485
310
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_name_item.py,sha256=ECRau88QYL1bv2XDA0eLMB6YDWGZ2o9UMmxh4yEi3FQ,186
311
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_organization_id.py,sha256=GFB0DAZtfnNP5oyPpUbLZr_UsErIJhOjKu50tCvs7ZU,526
312
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_organization_id_item.py,sha256=Az8pdvE5zG40feyLvJS9gmV7-BayrJqIgg7f-QcRCv4,196
313
+ letta_client/templates/types/templates_create_agents_response_agents_item_memory_prompt_template.py,sha256=kptWyVCEjZvHyhv6QSH89oGjkFMRr-fNbak91gZKzSg,189
314
+ letta_client/templates/types/templates_create_agents_response_agents_item_message_buffer_autoclear.py,sha256=wTnBeyNjZuCIDJGh9vg6rDUGs4Jia8K6OiQDONJU61Y,192
315
+ letta_client/templates/types/templates_create_agents_response_agents_item_message_ids.py,sha256=DfRSMSGLzSmR0K6L6T7dOEch0xLcqoomZlQUY9o2MNM,456
316
+ letta_client/templates/types/templates_create_agents_response_agents_item_message_ids_item.py,sha256=iICoj6s0RKST7zLTgDICpBqXrFuo_qSgloE3DdVBF3s,189
317
+ letta_client/templates/types/templates_create_agents_response_agents_item_metadata.py,sha256=UWSg7yHmHrl42DQIFiiNZ8EwotUfoOVwpiEaHqa-RZc,425
318
+ letta_client/templates/types/templates_create_agents_response_agents_item_metadata_item.py,sha256=JpFgAN2wLGfkP425Zj81JoccecVKjCAwUelkm4jiYag,198
319
+ letta_client/templates/types/templates_create_agents_response_agents_item_organization_id.py,sha256=UvT9iAMvlWXN5c2oBTblCkYN_IrqN-9OdRt4x_Xz-LQ,459
320
+ letta_client/templates/types/templates_create_agents_response_agents_item_organization_id_item.py,sha256=9lueiXa2FVgSFJA8eRdos7XGIfnVBkZuoIMUh11RRuU,180
321
+ letta_client/templates/types/templates_create_agents_response_agents_item_project_id.py,sha256=cDHGg0RHxMcg9nlSheHGyfKzlrzF5BA4Jx6NzGQlu4g,439
322
+ letta_client/templates/types/templates_create_agents_response_agents_item_project_id_item.py,sha256=53R61fWntIuc5dpx-4J-wBV1F0mEJYsWGypDPAknS5o,175
323
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item.py,sha256=GH7Udh8zmbeHpdIfduDnFB1dD53JqdYXQNnFRB-sZ10,2884
324
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_at.py,sha256=3YE1syHKMYMiDL_feu38M2ZGFZOKsjk3ZbUssnGwC3k,485
325
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_at_item.py,sha256=6RCRiIUrzaRH7cJvm_I09tD5TUe_4_GgvXtcOTJ1T_w,186
326
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_by_id.py,sha256=4YEvTNzYRx3nqTpyWDcqj2slwRIrtrcpZJ8i-vuXdcs,494
327
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_by_id_item.py,sha256=xU0Bm-T-MiEKLwTU837hrXKswQJUYNoftHTncggngXw,188
328
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_description.py,sha256=xZfm8Zdcd_XLRgWpzZZB666l6erOrDObnwd2qavlLnQ,492
329
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_description_item.py,sha256=_HMoICPIpxI-7bZNMhfEKk9C3drh7WExPMxY4Q3xKqM,188
330
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config.py,sha256=_CsAo6L7-2Y0MyyfYR1uMb4bBCBYmlkKIPaeGs3zmNY,2926
331
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_deployment.py,sha256=gvO8FR-WzxuIH7_cOMkPveYVeVH4iogoE13tcHSo-xI,571
332
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_deployment_item.py,sha256=g0lx8D6dyMozdPMkJPNnF3ozpiDG5hk4fkJ-A9SxZ3s,213
333
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_endpoint.py,sha256=IVS9f-YBRoIwgqE9wZ7QsOUb75ed_HC9xrJyd6cVXto,563
334
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_endpoint_item.py,sha256=kX0QeZdYZtgd6TdD_JHDouOZhnokpLclJR2cGgab3jM,211
335
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_version.py,sha256=53m7FvFtE95QvXZJu_UDlD4UZWjtBO-fMNwz3gDxz68,559
336
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_version_item.py,sha256=LdRN1mvSOVMQq6cirTfgf7HkxYNsmzAKLOQ7yhAZpRU,210
337
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_chunk_size.py,sha256=0kuFsncJ6tfbOHtWD7aeboSsRf7IC4oKcGcgsicuL1Y,600
338
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_chunk_size_item.py,sha256=QEnh456U-zNHzk0JiO5a6euRY29vkVkecOzgVqkU37o,218
339
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_endpoint.py,sha256=FvJoEuFmW-XZ-u3my9qqYLgXqCsSmjRJ5bZ1zbtt1qc,593
340
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_endpoint_item.py,sha256=8tJiYVNy3N8YLtf7PIotpooN9GjnNsH3e8WquCvKVao,215
341
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_endpoint_type.py,sha256=iAlUrBsqKLPgqo8xQIauAxsIuNBJ9t1Wbin31skuWKI,609
342
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_handle.py,sha256=FwvhRzkXDh8u1qljuztbTjfAR9rSqKyV6kHaHm0v2lA,534
343
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_handle_item.py,sha256=B1zDR_KejazRURpAWokpQwM9_0lOgw5Yw2omdHsMchs,198
344
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_id.py,sha256=07GHM7rtEHgsveNRY2VVTolrA9d_GBN0DLSIdeiU5To,182
345
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_last_updated_by_id.py,sha256=Yc7rzMZZgP35xFNcJdIzQeog6jZv636VtTbbjrmJmek,511
346
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_last_updated_by_id_item.py,sha256=ChxBm6FIIR4hbytC8sqW2I5anqna966KnGHvtx7opc0,192
347
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_metadata.py,sha256=SpjcfX11w82W7ZqKnhO5AvimZdenhCc3szu9moZyq7w,471
348
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_metadata_item.py,sha256=_-whjpfrXB9uZ212HZvlJ9WY47MgaEJbEouwy3yxGjw,215
349
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_organization_id.py,sha256=krrC88b8JkxdX63IW4SDLB8y9JezGamhvRVe2NYYb40,505
350
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_organization_id_item.py,sha256=uNNFMOvQFzKaGfhKFjSMnGh7O4uiuSNRdaDFbp_00xw,191
351
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_updated_at.py,sha256=WGCgOxYYsZ426Ro2up_qoBzANb761b9TfvnHTj4deuQ,485
352
+ letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_updated_at_item.py,sha256=jS4_Ng9XSG487T8OawBLi_xSobUfEbQfdqVgQlAI_iw,186
353
+ letta_client/templates/types/templates_create_agents_response_agents_item_template_id.py,sha256=k57MilM19Az276uBr3oj-2i721FbAWnv2lyw_ICUj5Q,443
354
+ letta_client/templates/types/templates_create_agents_response_agents_item_template_id_item.py,sha256=YNI37htJwVjdna48OjOQ0s8Urf9rd52G8DIijQPU2wc,176
355
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables.py,sha256=2qyk2jzAIFo_k7iBiNilAcONhf96xFDCC3sWVS_e_Uw,460
356
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item.py,sha256=6sgrNyimu5NxG-ixi6sdR_kEV_KtH5T8e4yIkyzk6cQ,2961
357
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_at.py,sha256=rfn1MtBaTW5mHNA_-fktsmfV48I2u_85ZvtppB8sTrE,572
358
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_at_item.py,sha256=m2Mc9yhEwMNJ_aWaKLmfxMTKZ3ubWNvx1s-pXPITHrU,213
359
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_by_id.py,sha256=-ZeuZuIzaywr-nprxzczZ5I5Ae0TDGGyNILnQmz6Iew,595
360
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_by_id_item.py,sha256=Vad6Hf-lzVAZtXt1U_RD5ZpqUyQCwNo8y5fe-r0vauQ,215
361
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_description.py,sha256=UTrO36O5QYKqPMhBqeTBf1WafRnmuj6piqn8VVnkp2M,593
362
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_description_item.py,sha256=gbUpEPolaF_vxmDt79Y-PyPEi3g39hiHxhQ6mZk9y-0,215
363
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_id.py,sha256=6WKDIP4ss8Jtj7kz9AUpB8W9GL1BCR6bgyYwNZmSQ8k,209
364
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id.py,sha256=vgCiVPD7Lv9bdTAa9ZmB5rTxfLqmNpRVQuwNN39XrL4,612
365
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id_item.py,sha256=dgiRy0n5AexyJRbOTen260t1YH1su2Vkn4Lnr_JForU,219
366
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_organization_id.py,sha256=xNUVavWNs3oyiqVm4mAXQhEeduJo-0QeJX6XKE67HEE,606
367
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_organization_id_item.py,sha256=P_boNk5GyiP4xODFaW6sQ8FDV_Pdi8X-GaMiZH7BtM8,218
368
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_updated_at.py,sha256=5-vxilFJhI_DxgLw61lG9lsFou4y-WeKO504hAB2L0k,572
369
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_updated_at_item.py,sha256=PSvRMweCaddiIwv-NvX3Ds-39fPScih2WTaI0244g2w,213
370
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules.py,sha256=lnaWUQhlFevJLDPZqVkzZG4QIllUEepu5w8Co2DkBqg,501
371
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item.py,sha256=37_r40ofW4GdN1uMhYr0w9KmyFgmhmLmLHi1ZCiwILo,392
372
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping.py,sha256=zoEWKdOUPnBjdRPa2YSETKZl8xfMh_B5me7b4NRqbag,1709
373
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_default_child.py,sha256=EG5QNNILQ3DIjgeSVYRrAI8cjhM1K_sFQh-LXixw830,595
374
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_default_child_item.py,sha256=LZdQMvVJw4sG24eYrBp4vKe3nZQ3VJpf8vOggNTmPKk,215
375
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_require_output_mapping.py,sha256=dlgjEPs3YDkLzqzfx9F6zT_t1BilIDXIXCqAjbP63D8,227
376
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_type.py,sha256=rWd9lGZCpZq1K-GnWBP48da4CwjQF6VrkHHWJLiGBnc,236
377
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_children.py,sha256=9Cph0axUBjYVqvHPqauNzDRslVISaXRkLVp96myoE7M,904
378
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_children_type.py,sha256=ZxTxBCRamRLfCaAbuqIc3jB2Mes2fkAPv2n20yQB7Fs,236
379
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item.py,sha256=xdI5xjDuOM-rlBzH5AIvr5oMDynShZFeMj_d_-bcHwE,1318
380
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping.py,sha256=ORE7_ob9ivKeuarj9PwfkVp9RO2QL36uczGlh0tjP0w,1752
381
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py,sha256=dOYiOGDu6YUQ-9Ip0kSg9S46ZwiqWO2rRfS0aRvI7Zg,612
382
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_default_child_item.py,sha256=HQCczGw_prr0kjoDrwqm-1aGbEC9Ml5qVzR0v_VTosY,219
383
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_require_output_mapping.py,sha256=dnm9hSZ2YLaRazLyFgaxXHgYMn-wuE6V4TWnKFh-czU,231
384
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_type.py,sha256=ua4F5e8Kl_-TQBlW81VsQyXf-1n4KF26a03hG1a2hag,240
385
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_children.py,sha256=VploWbUmUsgah7bnhCwmu5qrn8itK3VexV0JHa0aTU4,921
386
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_children_type.py,sha256=SR1IFR2VaKq6rtOA8hchfg60jSG75BEssr4bS20s8js,240
387
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_one.py,sha256=QZvKuajm0WSTPLsDEd7uk23glALKbNLFMKJy_5NzAPQ,870
388
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_one_type.py,sha256=Q679SgWryg-d3AEHRclvcnHhJqwIuj6-_hD3qjwmLNU,223
389
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_tool_name.py,sha256=ceMuT_yjnSSW8HC8_2sRlX9uiALNavXaf4p2gQqZBU8,891
390
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_tool_name_type.py,sha256=s4YLQ-ZMoowh2P7wwucfLAGu5gquu6Qt-NRrWzkkQ8U,232
391
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_two.py,sha256=MykgJv8KBrdFiOCwFq33YCoG9l4WN_Lq8lyHqC0eFr4,870
392
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_two_type.py,sha256=HhFQ6muk91VGS10he6eqaH8FuGsBCL0Vsm_YyF7G_dc,223
393
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_one.py,sha256=yG9iB_J-LcasCZuUdON_J_NgaYAFTk0QCtcknl3i8LI,853
394
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_one_type.py,sha256=2CZIL6hCu9Uq6mDjvdzjgtVKvVX377LSVBB-JiTlcJ0,219
395
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_tool_name.py,sha256=fnuMYQGNfQm1b2wUCm-Qzb-hrAlztosS5pCLt6KX3io,874
396
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_tool_name_type.py,sha256=PmfYArJ1VnR-o6BgPe6HT1ZyVuwoyleqvZj2tBiLuck,228
397
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_two.py,sha256=92ghfbOGPJorpWmRVqRjHj1iOewt04ayYYU4MHUsBaQ,853
398
+ letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_two_type.py,sha256=v7ZgUb4BFSSQAYNTCNynDjJDykDZBI0ci-zh_cXp7gQ,219
399
+ letta_client/templates/types/templates_create_agents_response_agents_item_tools_item.py,sha256=m_RGwjNhFI4smamFoOjBlZOR_zHfFrbkovQDZlKxK-k,2976
400
+ letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_created_by_id.py,sha256=ZPuSHSH3WKPMiUprp8z6exaedH7Tuusf_7xzw6FBhhw,453
401
+ letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_created_by_id_item.py,sha256=YwDQDSCvSutUZ6CHkhGUt5gsOcMNn_k6r81J9o4HjuQ,186
402
+ letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_description.py,sha256=KGY0Vf9y5mZ8zr-NO7d6erjJMKxdKvLc2y0WQUOyuvg,451
403
+ letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_description_item.py,sha256=C1x5CAbHLkjt52167L_SpoUaJVGYC5Gq4lh5i-9YD5k,186
404
+ letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_json_schema.py,sha256=r5mziapVY6pEFbaHrCO9s6TIJqFRAAdEUtfYa7CSFvM,472
405
+ letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_json_schema_item.py,sha256=bI1OkNbrda2Gc3rQD7OFtmpwLP6BF3U3cKhCQUbHeh8,215
406
+ letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_last_updated_by_id.py,sha256=7zrAg4p7q-MbWj6nQFUTyllSs4nd0YwHxo4zv1g95yg,470
407
+ letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_last_updated_by_id_item.py,sha256=hsURMNhy-Ct7yWcKwR9InGcwr5qtUUVWyFfBQX_w994,190
408
+ letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_name.py,sha256=1jJfwrIaRMvLOzjWV8waDv57r9pH--rs7bUog3gXuYY,414
409
+ letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_name_item.py,sha256=uvhSHWXC4Xhdk5RjuRhq7ySZmMz8cQ1t1ModO6v7lBc,179
410
+ letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_organization_id.py,sha256=MuSTIHuvtI1pWn9xuZetSvbFqrZzWf5ex4vmymfebWI,464
411
+ letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_organization_id_item.py,sha256=VTcG506gNq0Wg7xaDjya8NBQy1SfyTj45zgOdf9EaSk,189
412
+ letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_code.py,sha256=bAl9VyDorL5rxrddwBNT9OuOFBjVL5M2Qs6oox6pKkg,448
413
+ letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_code_item.py,sha256=7AP_R_CMkK6UqsYehtO9sV4V3ivv3yaqCzlmAGkS250,185
414
+ letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_type.py,sha256=XO1_nEPy-mRengj6uja1HOKmQQ9sX9PZuSV7J-Inm24,448
415
+ letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_type_item.py,sha256=A5tUHdev6MikeljqGojW1jkuJSuzgxE5TNKfpZCm4gw,185
416
+ letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_tool_type.py,sha256=QZ6Nt95FC6aljRF-CbMrpq1_QP5uuFJP2yXyBUjbkPA,319
417
+ letta_client/templates/types/templates_create_agents_response_agents_item_updated_at.py,sha256=Md7WfCTT1_AGvyd24EeWzUibPvnrun9rhyxqCLeAURg,439
418
+ letta_client/templates/types/templates_create_agents_response_agents_item_updated_at_item.py,sha256=T3rYnv5m_cBAEPBnEjUkkHJLYtFZfXNMbb7a9FrIwKY,175
419
419
  letta_client/tools/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
420
420
  letta_client/tools/client.py,sha256=nv4PKwwlBsyGYm9B_3okgaiNFbbMYfZ53bzeoaAhVfU,53219
421
421
  letta_client/types/__init__.py,sha256=yi5kOP-9u129pNUBz1lpjDlED8ssVjtXHxLb9kTpDv8,15150
@@ -503,7 +503,7 @@ letta_client/types/function_output.py,sha256=7b8550BllXxtZQ3T3jfvZjcCU_ZGWNBvjlr
503
503
  letta_client/types/function_tool.py,sha256=TOETpZdqgPIgd4g9JFo3yvDBpTx4lDFzJNZH8PxAjpI,697
504
504
  letta_client/types/health.py,sha256=nQwx5ysn_cJMKUoqsfaPcGNSRSjfwX5S272UiSQJ03w,618
505
505
  letta_client/types/http_validation_error.py,sha256=yHa4_NHIMB-VKNZpk7agjLTwWIg7mv7ml3d7I-Bqiog,661
506
- letta_client/types/identity.py,sha256=ahAPaP2huVp45r0QDwVjo1NiNwHYf7ZkTwVYE3NMo6s,1251
506
+ letta_client/types/identity.py,sha256=-geehHsgVIhaD8YqRlH60MRl86vluAqWB13UchEjHi8,1285
507
507
  letta_client/types/identity_create.py,sha256=eG6urqbZZsRiExBQmcgs_uytEn5IRLoj5kAB8BrvaQc,1173
508
508
  letta_client/types/identity_type.py,sha256=YeGvqit1VLK7q0GpNuTyfbCxXO7BJjq-hFSiFZexswk,160
509
509
  letta_client/types/image_url.py,sha256=re4N2AsAvOFl2nS6v8jOi3jVFppBs-3zhwpBKHSuCLs,648
@@ -579,6 +579,6 @@ letta_client/types/user_update.py,sha256=0Bl1OjO7bfmlpsGQ36dSh6DH1UB_wJOTNewS0wD
579
579
  letta_client/types/validation_error.py,sha256=ACDS7wL5nQbS8ymFhWljwbBJmbugNa8bs2O5xEZC3u4,680
580
580
  letta_client/types/validation_error_loc_item.py,sha256=LAtjCHIllWRBFXvAZ5QZpp7CPXjdtN9EB7HrLVo6EP0,128
581
581
  letta_client/version.py,sha256=bttKLbIhO3UonCYQlqs600zzbQgfhCCMjeXR9WRzid4,79
582
- letta_client-0.1.39.dist-info/METADATA,sha256=0L_7UEAujJ7ZNUnAjlut3oieS6HjbE1UamzOOQ9FAZ4,4942
583
- letta_client-0.1.39.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
584
- letta_client-0.1.39.dist-info/RECORD,,
582
+ letta_client-0.1.41.dist-info/METADATA,sha256=VrHzzuD7rYOH3cFWL3RTB4gfHWGzz767thy9YUGCaZ0,4942
583
+ letta_client-0.1.41.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
584
+ letta_client-0.1.41.dist-info/RECORD,,
@@ -1,110 +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_created_by_id import (
6
- TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedById,
7
- )
8
- from .templates_create_agents_from_template_response_agents_item_last_updated_by_id import (
9
- TemplatesCreateAgentsFromTemplateResponseAgentsItemLastUpdatedById,
10
- )
11
- from .templates_create_agents_from_template_response_agents_item_created_at import (
12
- TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAt,
13
- )
14
- from .templates_create_agents_from_template_response_agents_item_updated_at import (
15
- TemplatesCreateAgentsFromTemplateResponseAgentsItemUpdatedAt,
16
- )
17
- from .templates_create_agents_from_template_response_agents_item_tool_rules import (
18
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRules,
19
- )
20
- from .templates_create_agents_from_template_response_agents_item_message_ids import (
21
- TemplatesCreateAgentsFromTemplateResponseAgentsItemMessageIds,
22
- )
23
- from .templates_create_agents_from_template_response_agents_item_agent_type import (
24
- TemplatesCreateAgentsFromTemplateResponseAgentsItemAgentType,
25
- )
26
- from .templates_create_agents_from_template_response_agents_item_llm_config import (
27
- TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfig,
28
- )
29
- from .templates_create_agents_from_template_response_agents_item_embedding_config import (
30
- TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfig,
31
- )
32
- from .templates_create_agents_from_template_response_agents_item_organization_id import (
33
- TemplatesCreateAgentsFromTemplateResponseAgentsItemOrganizationId,
34
- )
35
- from .templates_create_agents_from_template_response_agents_item_description import (
36
- TemplatesCreateAgentsFromTemplateResponseAgentsItemDescription,
37
- )
38
- from .templates_create_agents_from_template_response_agents_item_metadata import (
39
- TemplatesCreateAgentsFromTemplateResponseAgentsItemMetadata,
40
- )
41
- from .templates_create_agents_from_template_response_agents_item_memory import (
42
- TemplatesCreateAgentsFromTemplateResponseAgentsItemMemory,
43
- )
44
- from .templates_create_agents_from_template_response_agents_item_tools_item import (
45
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItem,
46
- )
47
- from .templates_create_agents_from_template_response_agents_item_sources_item import (
48
- TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItem,
49
- )
50
- from .templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables import (
51
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariables,
52
- )
53
- from .templates_create_agents_from_template_response_agents_item_project_id import (
54
- TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectId,
55
- )
56
- from .templates_create_agents_from_template_response_agents_item_template_id import (
57
- TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateId,
58
- )
59
- from .templates_create_agents_from_template_response_agents_item_base_template_id import (
60
- TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateId,
61
- )
62
- from .templates_create_agents_from_template_response_agents_item_identifier_key import (
63
- TemplatesCreateAgentsFromTemplateResponseAgentsItemIdentifierKey,
64
- )
65
- from .templates_create_agents_from_template_response_agents_item_message_buffer_autoclear import (
66
- TemplatesCreateAgentsFromTemplateResponseAgentsItemMessageBufferAutoclear,
67
- )
68
- from ...core.pydantic_utilities import IS_PYDANTIC_V2
69
- import pydantic
70
-
71
-
72
- class TemplatesCreateAgentsFromTemplateResponseAgentsItem(UncheckedBaseModel):
73
- created_by_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedById] = None
74
- last_updated_by_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemLastUpdatedById] = None
75
- created_at: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAt] = None
76
- updated_at: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemUpdatedAt] = None
77
- id: str
78
- name: str
79
- tool_rules: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRules] = None
80
- message_ids: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMessageIds] = None
81
- system: str
82
- agent_type: TemplatesCreateAgentsFromTemplateResponseAgentsItemAgentType
83
- llm_config: TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfig
84
- embedding_config: TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfig
85
- organization_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemOrganizationId] = None
86
- description: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemDescription] = None
87
- metadata: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMetadata] = None
88
- memory: TemplatesCreateAgentsFromTemplateResponseAgentsItemMemory
89
- tools: typing.List[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItem]
90
- sources: typing.List[TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItem]
91
- tags: typing.List[str]
92
- tool_exec_environment_variables: typing.Optional[
93
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariables
94
- ] = None
95
- project_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectId] = None
96
- template_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateId] = None
97
- base_template_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateId] = None
98
- identifier_key: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemIdentifierKey] = None
99
- message_buffer_autoclear: typing.Optional[
100
- TemplatesCreateAgentsFromTemplateResponseAgentsItemMessageBufferAutoclear
101
- ] = None
102
-
103
- if IS_PYDANTIC_V2:
104
- model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
105
- else:
106
-
107
- class Config:
108
- frozen = True
109
- smart_union = True
110
- extra = pydantic.Extra.allow