letta-client 0.1.40__py3-none-any.whl → 0.1.42__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 (313) hide show
  1. letta_client/__init__.py +340 -338
  2. letta_client/agents/__init__.py +2 -4
  3. letta_client/agents/client.py +24 -24
  4. letta_client/agents/types/__init__.py +2 -4
  5. letta_client/agents/types/agents_search_response_agents_item.py +2 -2
  6. letta_client/agents/types/agents_search_response_agents_item_identity_ids.py +5 -0
  7. letta_client/core/client_wrapper.py +1 -1
  8. letta_client/identities/client.py +108 -50
  9. letta_client/templates/__init__.py +332 -334
  10. letta_client/templates/client.py +15 -15
  11. letta_client/templates/types/__init__.py +484 -514
  12. letta_client/templates/types/{templates_create_agents_from_template_response.py → templates_create_agents_response.py} +3 -5
  13. letta_client/templates/types/templates_create_agents_response_agents_item.py +84 -0
  14. 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
  15. letta_client/templates/types/templates_create_agents_response_agents_item_base_template_id.py +13 -0
  16. letta_client/templates/types/templates_create_agents_response_agents_item_base_template_id_item.py +5 -0
  17. letta_client/templates/types/templates_create_agents_response_agents_item_created_at.py +13 -0
  18. letta_client/templates/types/templates_create_agents_response_agents_item_created_at_item.py +5 -0
  19. letta_client/templates/types/templates_create_agents_response_agents_item_created_by_id.py +13 -0
  20. letta_client/templates/types/templates_create_agents_response_agents_item_created_by_id_item.py +5 -0
  21. letta_client/templates/types/templates_create_agents_response_agents_item_description.py +13 -0
  22. letta_client/templates/types/templates_create_agents_response_agents_item_description_item.py +5 -0
  23. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config.py +50 -0
  24. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_deployment.py +13 -0
  25. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_deployment_item.py +5 -0
  26. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_endpoint.py +13 -0
  27. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_endpoint_item.py +5 -0
  28. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_version.py +13 -0
  29. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_version_item.py +5 -0
  30. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_chunk_size.py +13 -0
  31. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_chunk_size_item.py +5 -0
  32. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_endpoint.py +13 -0
  33. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_endpoint_item.py +5 -0
  34. 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
  35. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_handle.py +13 -0
  36. 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
  37. letta_client/templates/types/templates_create_agents_response_agents_item_identity_ids.py +5 -0
  38. letta_client/templates/types/templates_create_agents_response_agents_item_last_updated_by_id.py +13 -0
  39. letta_client/templates/types/templates_create_agents_response_agents_item_last_updated_by_id_item.py +5 -0
  40. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config.py +50 -0
  41. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_handle.py +13 -0
  42. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_handle_item.py +5 -0
  43. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_max_tokens.py +13 -0
  44. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_max_tokens_item.py +5 -0
  45. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_endpoint.py +13 -0
  46. 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
  47. 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
  48. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_wrapper.py +13 -0
  49. letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_updated_at_item.py → templates_create_agents_response_agents_item_llm_config_model_wrapper_item.py} +1 -1
  50. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_put_inner_thoughts_in_kwargs.py +13 -0
  51. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_put_inner_thoughts_in_kwargs_item.py +5 -0
  52. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_temperature.py +5 -0
  53. letta_client/templates/types/templates_create_agents_response_agents_item_memory.py +26 -0
  54. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item.py +59 -0
  55. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_created_by_id.py +13 -0
  56. 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
  57. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_description.py +13 -0
  58. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_description_item.py +5 -0
  59. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_id.py +5 -0
  60. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_is_template.py +5 -0
  61. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_label.py +13 -0
  62. letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_created_at_item.py → templates_create_agents_response_agents_item_memory_blocks_item_label_item.py} +1 -1
  63. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_last_updated_by_id.py +13 -0
  64. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_last_updated_by_id_item.py +5 -0
  65. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_limit.py +5 -0
  66. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_metadata.py +12 -0
  67. 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
  68. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_name.py +13 -0
  69. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_name_item.py +5 -0
  70. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_organization_id.py +13 -0
  71. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_organization_id_item.py +5 -0
  72. letta_client/templates/types/templates_create_agents_response_agents_item_memory_prompt_template.py +5 -0
  73. letta_client/templates/types/templates_create_agents_response_agents_item_message_buffer_autoclear.py +5 -0
  74. letta_client/templates/types/templates_create_agents_response_agents_item_message_ids.py +13 -0
  75. letta_client/templates/types/templates_create_agents_response_agents_item_message_ids_item.py +5 -0
  76. letta_client/templates/types/templates_create_agents_response_agents_item_metadata.py +12 -0
  77. letta_client/templates/types/templates_create_agents_response_agents_item_metadata_item.py +5 -0
  78. letta_client/templates/types/templates_create_agents_response_agents_item_organization_id.py +13 -0
  79. letta_client/templates/types/templates_create_agents_response_agents_item_organization_id_item.py +5 -0
  80. letta_client/templates/types/templates_create_agents_response_agents_item_project_id.py +13 -0
  81. letta_client/templates/types/templates_create_agents_response_agents_item_project_id_item.py +5 -0
  82. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item.py +55 -0
  83. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_at.py +13 -0
  84. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_at_item.py +5 -0
  85. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_by_id.py +13 -0
  86. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_by_id_item.py +5 -0
  87. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_description.py +13 -0
  88. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_description_item.py +5 -0
  89. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config.py +56 -0
  90. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_deployment.py +13 -0
  91. 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
  92. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_endpoint.py +13 -0
  93. 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
  94. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_version.py +13 -0
  95. 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
  96. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_chunk_size.py +15 -0
  97. 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
  98. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_endpoint.py +15 -0
  99. 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
  100. 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
  101. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_handle.py +13 -0
  102. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_handle_item.py +5 -0
  103. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_id.py +5 -0
  104. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_last_updated_by_id.py +13 -0
  105. 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
  106. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_metadata.py +12 -0
  107. 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
  108. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_organization_id.py +13 -0
  109. letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_identifier_key_item.py → templates_create_agents_response_agents_item_sources_item_organization_id_item.py} +1 -1
  110. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_updated_at.py +13 -0
  111. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_updated_at_item.py +5 -0
  112. letta_client/templates/types/templates_create_agents_response_agents_item_template_id.py +13 -0
  113. letta_client/templates/types/templates_create_agents_response_agents_item_template_id_item.py +5 -0
  114. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables.py +10 -0
  115. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item.py +57 -0
  116. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_at.py +13 -0
  117. 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
  118. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_by_id.py +15 -0
  119. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_by_id_item.py +7 -0
  120. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_description.py +15 -0
  121. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_description_item.py +7 -0
  122. 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
  123. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id.py +15 -0
  124. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id_item.py +7 -0
  125. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_organization_id.py +15 -0
  126. 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
  127. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_updated_at.py +13 -0
  128. 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
  129. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules.py +13 -0
  130. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item.py +10 -0
  131. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping.py +36 -0
  132. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_default_child.py +15 -0
  133. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_default_child_item.py +7 -0
  134. 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
  135. 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
  136. 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
  137. 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
  138. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item.py +26 -0
  139. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping.py +36 -0
  140. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py +15 -0
  141. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_default_child_item.py +7 -0
  142. 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
  143. 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
  144. 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
  145. 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
  146. 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
  147. 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
  148. 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
  149. 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
  150. 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
  151. 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
  152. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_one.py +23 -0
  153. 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
  154. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_tool_name.py +23 -0
  155. 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
  156. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_two.py +23 -0
  157. 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
  158. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item.py +57 -0
  159. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_created_by_id.py +12 -0
  160. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_created_by_id_item.py +5 -0
  161. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_description.py +12 -0
  162. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_description_item.py +5 -0
  163. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_json_schema.py +12 -0
  164. 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
  165. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_last_updated_by_id.py +12 -0
  166. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_last_updated_by_id_item.py +5 -0
  167. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_name.py +10 -0
  168. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_name_item.py +5 -0
  169. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_organization_id.py +12 -0
  170. letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_created_by_id_item.py → templates_create_agents_response_agents_item_tools_item_organization_id_item.py} +1 -1
  171. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_code.py +12 -0
  172. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_code_item.py +5 -0
  173. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_type.py +12 -0
  174. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_type_item.py +5 -0
  175. 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
  176. letta_client/templates/types/templates_create_agents_response_agents_item_updated_at.py +13 -0
  177. letta_client/templates/types/templates_create_agents_response_agents_item_updated_at_item.py +5 -0
  178. letta_client/types/__init__.py +6 -0
  179. letta_client/types/agent_state.py +2 -2
  180. letta_client/types/identity.py +8 -3
  181. letta_client/types/identity_create.py +6 -0
  182. letta_client/types/identity_property.py +38 -0
  183. letta_client/types/identity_property_type.py +5 -0
  184. letta_client/types/identity_property_value.py +5 -0
  185. {letta_client-0.1.40.dist-info → letta_client-0.1.42.dist-info}/METADATA +1 -1
  186. {letta_client-0.1.40.dist-info → letta_client-0.1.42.dist-info}/RECORD +187 -186
  187. letta_client/agents/types/agents_search_response_agents_item_identifier_key.py +0 -11
  188. letta_client/agents/types/agents_search_response_agents_item_identifier_key_item.py +0 -5
  189. letta_client/templates/types/templates_create_agents_from_template_response_agents_item.py +0 -110
  190. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id.py +0 -13
  191. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id_item.py +0 -5
  192. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_at.py +0 -13
  193. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_by_id.py +0 -13
  194. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_description.py +0 -13
  195. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_description_item.py +0 -5
  196. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config.py +0 -58
  197. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_deployment.py +0 -13
  198. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_endpoint.py +0 -13
  199. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_version.py +0 -13
  200. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_chunk_size.py +0 -15
  201. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint.py +0 -15
  202. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_handle.py +0 -13
  203. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_handle_item.py +0 -5
  204. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_identifier_key.py +0 -13
  205. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_last_updated_by_id.py +0 -13
  206. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config.py +0 -50
  207. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_handle.py +0 -13
  208. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_handle_item.py +0 -5
  209. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_max_tokens.py +0 -13
  210. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_max_tokens_item.py +0 -5
  211. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint.py +0 -13
  212. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint_item.py +0 -5
  213. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_wrapper.py +0 -13
  214. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_wrapper_item.py +0 -5
  215. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_put_inner_thoughts_in_kwargs.py +0 -15
  216. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_put_inner_thoughts_in_kwargs_item.py +0 -7
  217. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_temperature.py +0 -7
  218. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory.py +0 -26
  219. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item.py +0 -65
  220. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_created_by_id.py +0 -13
  221. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_description.py +0 -13
  222. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_id.py +0 -5
  223. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_label.py +0 -13
  224. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_label_item.py +0 -5
  225. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_last_updated_by_id.py +0 -15
  226. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_last_updated_by_id_item.py +0 -7
  227. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_limit.py +0 -7
  228. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_metadata.py +0 -12
  229. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_metadata_item.py +0 -7
  230. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_name.py +0 -13
  231. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_name_item.py +0 -5
  232. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_organization_id.py +0 -13
  233. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_organization_id_item.py +0 -7
  234. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_prompt_template.py +0 -5
  235. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_message_ids.py +0 -13
  236. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_message_ids_item.py +0 -5
  237. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_metadata.py +0 -12
  238. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_organization_id.py +0 -13
  239. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_project_id.py +0 -13
  240. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item.py +0 -59
  241. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at.py +0 -13
  242. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at_item.py +0 -5
  243. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_by_id.py +0 -13
  244. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_by_id_item.py +0 -5
  245. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_description.py +0 -13
  246. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_description_item.py +0 -5
  247. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config.py +0 -60
  248. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_deployment.py +0 -17
  249. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_deployment_item.py +0 -7
  250. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_endpoint.py +0 -15
  251. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_endpoint_item.py +0 -7
  252. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_version.py +0 -15
  253. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_version_item.py +0 -7
  254. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_chunk_size.py +0 -17
  255. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_chunk_size_item.py +0 -7
  256. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint.py +0 -17
  257. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint_item.py +0 -7
  258. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_handle.py +0 -15
  259. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_handle_item.py +0 -7
  260. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_id.py +0 -5
  261. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_last_updated_by_id.py +0 -13
  262. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_last_updated_by_id_item.py +0 -7
  263. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_metadata.py +0 -12
  264. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_organization_id.py +0 -13
  265. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at.py +0 -13
  266. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at_item.py +0 -5
  267. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_template_id.py +0 -13
  268. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables.py +0 -11
  269. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item.py +0 -61
  270. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at.py +0 -17
  271. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at_item.py +0 -7
  272. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_by_id.py +0 -17
  273. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_by_id_item.py +0 -7
  274. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_description.py +0 -17
  275. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_description_item.py +0 -7
  276. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id.py +0 -17
  277. 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
  278. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_organization_id.py +0 -17
  279. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_organization_id_item.py +0 -7
  280. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_updated_at.py +0 -17
  281. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_updated_at_item.py +0 -7
  282. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules.py +0 -13
  283. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item.py +0 -10
  284. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping.py +0 -36
  285. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child.py +0 -17
  286. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child_item.py +0 -7
  287. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_require_output_mapping.py +0 -7
  288. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item.py +0 -26
  289. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping.py +0 -38
  290. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py +0 -17
  291. 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
  292. 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
  293. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one.py +0 -23
  294. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_tool_name.py +0 -23
  295. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_tool_name.py +0 -23
  296. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item.py +0 -59
  297. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id.py +0 -12
  298. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id_item.py +0 -5
  299. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_description.py +0 -12
  300. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_description_item.py +0 -5
  301. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_json_schema.py +0 -12
  302. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_last_updated_by_id.py +0 -12
  303. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_last_updated_by_id_item.py +0 -7
  304. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_name.py +0 -12
  305. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_name_item.py +0 -5
  306. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_organization_id.py +0 -12
  307. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_organization_id_item.py +0 -5
  308. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_code.py +0 -12
  309. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_code_item.py +0 -5
  310. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type.py +0 -12
  311. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type_item.py +0 -5
  312. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_updated_at.py +0 -13
  313. {letta_client-0.1.40.dist-info → letta_client-0.1.42.dist-info}/WHEEL +0 -0
@@ -31,8 +31,7 @@ from .types import (
31
31
  AgentsSearchResponseAgentsItemEmbeddingConfigEmbeddingEndpointType,
32
32
  AgentsSearchResponseAgentsItemEmbeddingConfigHandle,
33
33
  AgentsSearchResponseAgentsItemEmbeddingConfigHandleItem,
34
- AgentsSearchResponseAgentsItemIdentifierKey,
35
- AgentsSearchResponseAgentsItemIdentifierKeyItem,
34
+ AgentsSearchResponseAgentsItemIdentityIds,
36
35
  AgentsSearchResponseAgentsItemLastUpdatedById,
37
36
  AgentsSearchResponseAgentsItemLastUpdatedByIdItem,
38
37
  AgentsSearchResponseAgentsItemLlmConfig,
@@ -212,8 +211,7 @@ __all__ = [
212
211
  "AgentsSearchResponseAgentsItemEmbeddingConfigEmbeddingEndpointType",
213
212
  "AgentsSearchResponseAgentsItemEmbeddingConfigHandle",
214
213
  "AgentsSearchResponseAgentsItemEmbeddingConfigHandleItem",
215
- "AgentsSearchResponseAgentsItemIdentifierKey",
216
- "AgentsSearchResponseAgentsItemIdentifierKeyItem",
214
+ "AgentsSearchResponseAgentsItemIdentityIds",
217
215
  "AgentsSearchResponseAgentsItemLastUpdatedById",
218
216
  "AgentsSearchResponseAgentsItemLastUpdatedByIdItem",
219
217
  "AgentsSearchResponseAgentsItemLlmConfig",
@@ -67,7 +67,7 @@ class AgentsClient:
67
67
  project_id: typing.Optional[str] = None,
68
68
  template_id: typing.Optional[str] = None,
69
69
  base_template_id: typing.Optional[str] = None,
70
- identifier_key: typing.Optional[str] = None,
70
+ identifier_keys: typing.Optional[typing.Union[str, typing.Sequence[str]]] = None,
71
71
  request_options: typing.Optional[RequestOptions] = None,
72
72
  ) -> typing.List[AgentState]:
73
73
  """
@@ -106,8 +106,8 @@ class AgentsClient:
106
106
  base_template_id : typing.Optional[str]
107
107
  Search agents by base template id
108
108
 
109
- identifier_key : typing.Optional[str]
110
- Search agents by identifier key
109
+ identifier_keys : typing.Optional[typing.Union[str, typing.Sequence[str]]]
110
+ Search agents by identifier keys
111
111
 
112
112
  request_options : typing.Optional[RequestOptions]
113
113
  Request-specific configuration.
@@ -140,7 +140,7 @@ class AgentsClient:
140
140
  "project_id": project_id,
141
141
  "template_id": template_id,
142
142
  "base_template_id": base_template_id,
143
- "identifier_key": identifier_key,
143
+ "identifier_keys": identifier_keys,
144
144
  },
145
145
  request_options=request_options,
146
146
  )
@@ -202,7 +202,7 @@ class AgentsClient:
202
202
  project_id: typing.Optional[str] = OMIT,
203
203
  template_id: typing.Optional[str] = OMIT,
204
204
  base_template_id: typing.Optional[str] = OMIT,
205
- identifier_key: typing.Optional[str] = OMIT,
205
+ identity_ids: typing.Optional[typing.Sequence[str]] = OMIT,
206
206
  message_buffer_autoclear: typing.Optional[bool] = OMIT,
207
207
  request_options: typing.Optional[RequestOptions] = None,
208
208
  ) -> AgentState:
@@ -303,8 +303,8 @@ class AgentsClient:
303
303
  base_template_id : typing.Optional[str]
304
304
  The base template id of the agent.
305
305
 
306
- identifier_key : typing.Optional[str]
307
- The identifier key belonging to the identity associated with this agent.
306
+ identity_ids : typing.Optional[typing.Sequence[str]]
307
+ The ids of the identities associated with this agent.
308
308
 
309
309
  message_buffer_autoclear : typing.Optional[bool]
310
310
  If set to True, the agent will not remember previous messages (though the agent will still retain state via core memory blocks and archival/recall memory). Not recommended unless you have an advanced use case.
@@ -370,7 +370,7 @@ class AgentsClient:
370
370
  "project_id": project_id,
371
371
  "template_id": template_id,
372
372
  "base_template_id": base_template_id,
373
- "identifier_key": identifier_key,
373
+ "identity_ids": identity_ids,
374
374
  "message_buffer_autoclear": message_buffer_autoclear,
375
375
  },
376
376
  headers={
@@ -538,7 +538,7 @@ class AgentsClient:
538
538
  project_id: typing.Optional[str] = OMIT,
539
539
  template_id: typing.Optional[str] = OMIT,
540
540
  base_template_id: typing.Optional[str] = OMIT,
541
- identifier_key: typing.Optional[str] = OMIT,
541
+ identity_ids: typing.Optional[typing.Sequence[str]] = OMIT,
542
542
  message_buffer_autoclear: typing.Optional[bool] = OMIT,
543
543
  request_options: typing.Optional[RequestOptions] = None,
544
544
  ) -> AgentState:
@@ -597,8 +597,8 @@ class AgentsClient:
597
597
  base_template_id : typing.Optional[str]
598
598
  The base template id of the agent.
599
599
 
600
- identifier_key : typing.Optional[str]
601
- The identifier key belonging to the identity associated with this agent.
600
+ identity_ids : typing.Optional[typing.Sequence[str]]
601
+ The ids of the identities associated with this agent.
602
602
 
603
603
  message_buffer_autoclear : typing.Optional[bool]
604
604
  If set to True, the agent will not remember previous messages (though the agent will still retain state via core memory blocks and archival/recall memory). Not recommended unless you have an advanced use case.
@@ -648,7 +648,7 @@ class AgentsClient:
648
648
  "project_id": project_id,
649
649
  "template_id": template_id,
650
650
  "base_template_id": base_template_id,
651
- "identifier_key": identifier_key,
651
+ "identity_ids": identity_ids,
652
652
  "message_buffer_autoclear": message_buffer_autoclear,
653
653
  },
654
654
  headers={
@@ -851,7 +851,7 @@ class AsyncAgentsClient:
851
851
  project_id: typing.Optional[str] = None,
852
852
  template_id: typing.Optional[str] = None,
853
853
  base_template_id: typing.Optional[str] = None,
854
- identifier_key: typing.Optional[str] = None,
854
+ identifier_keys: typing.Optional[typing.Union[str, typing.Sequence[str]]] = None,
855
855
  request_options: typing.Optional[RequestOptions] = None,
856
856
  ) -> typing.List[AgentState]:
857
857
  """
@@ -890,8 +890,8 @@ class AsyncAgentsClient:
890
890
  base_template_id : typing.Optional[str]
891
891
  Search agents by base template id
892
892
 
893
- identifier_key : typing.Optional[str]
894
- Search agents by identifier key
893
+ identifier_keys : typing.Optional[typing.Union[str, typing.Sequence[str]]]
894
+ Search agents by identifier keys
895
895
 
896
896
  request_options : typing.Optional[RequestOptions]
897
897
  Request-specific configuration.
@@ -932,7 +932,7 @@ class AsyncAgentsClient:
932
932
  "project_id": project_id,
933
933
  "template_id": template_id,
934
934
  "base_template_id": base_template_id,
935
- "identifier_key": identifier_key,
935
+ "identifier_keys": identifier_keys,
936
936
  },
937
937
  request_options=request_options,
938
938
  )
@@ -994,7 +994,7 @@ class AsyncAgentsClient:
994
994
  project_id: typing.Optional[str] = OMIT,
995
995
  template_id: typing.Optional[str] = OMIT,
996
996
  base_template_id: typing.Optional[str] = OMIT,
997
- identifier_key: typing.Optional[str] = OMIT,
997
+ identity_ids: typing.Optional[typing.Sequence[str]] = OMIT,
998
998
  message_buffer_autoclear: typing.Optional[bool] = OMIT,
999
999
  request_options: typing.Optional[RequestOptions] = None,
1000
1000
  ) -> AgentState:
@@ -1095,8 +1095,8 @@ class AsyncAgentsClient:
1095
1095
  base_template_id : typing.Optional[str]
1096
1096
  The base template id of the agent.
1097
1097
 
1098
- identifier_key : typing.Optional[str]
1099
- The identifier key belonging to the identity associated with this agent.
1098
+ identity_ids : typing.Optional[typing.Sequence[str]]
1099
+ The ids of the identities associated with this agent.
1100
1100
 
1101
1101
  message_buffer_autoclear : typing.Optional[bool]
1102
1102
  If set to True, the agent will not remember previous messages (though the agent will still retain state via core memory blocks and archival/recall memory). Not recommended unless you have an advanced use case.
@@ -1170,7 +1170,7 @@ class AsyncAgentsClient:
1170
1170
  "project_id": project_id,
1171
1171
  "template_id": template_id,
1172
1172
  "base_template_id": base_template_id,
1173
- "identifier_key": identifier_key,
1173
+ "identity_ids": identity_ids,
1174
1174
  "message_buffer_autoclear": message_buffer_autoclear,
1175
1175
  },
1176
1176
  headers={
@@ -1354,7 +1354,7 @@ class AsyncAgentsClient:
1354
1354
  project_id: typing.Optional[str] = OMIT,
1355
1355
  template_id: typing.Optional[str] = OMIT,
1356
1356
  base_template_id: typing.Optional[str] = OMIT,
1357
- identifier_key: typing.Optional[str] = OMIT,
1357
+ identity_ids: typing.Optional[typing.Sequence[str]] = OMIT,
1358
1358
  message_buffer_autoclear: typing.Optional[bool] = OMIT,
1359
1359
  request_options: typing.Optional[RequestOptions] = None,
1360
1360
  ) -> AgentState:
@@ -1413,8 +1413,8 @@ class AsyncAgentsClient:
1413
1413
  base_template_id : typing.Optional[str]
1414
1414
  The base template id of the agent.
1415
1415
 
1416
- identifier_key : typing.Optional[str]
1417
- The identifier key belonging to the identity associated with this agent.
1416
+ identity_ids : typing.Optional[typing.Sequence[str]]
1417
+ The ids of the identities associated with this agent.
1418
1418
 
1419
1419
  message_buffer_autoclear : typing.Optional[bool]
1420
1420
  If set to True, the agent will not remember previous messages (though the agent will still retain state via core memory blocks and archival/recall memory). Not recommended unless you have an advanced use case.
@@ -1472,7 +1472,7 @@ class AsyncAgentsClient:
1472
1472
  "project_id": project_id,
1473
1473
  "template_id": template_id,
1474
1474
  "base_template_id": base_template_id,
1475
- "identifier_key": identifier_key,
1475
+ "identity_ids": identity_ids,
1476
1476
  "message_buffer_autoclear": message_buffer_autoclear,
1477
1477
  },
1478
1478
  headers={
@@ -56,8 +56,7 @@ from .agents_search_response_agents_item_embedding_config_handle import (
56
56
  from .agents_search_response_agents_item_embedding_config_handle_item import (
57
57
  AgentsSearchResponseAgentsItemEmbeddingConfigHandleItem,
58
58
  )
59
- from .agents_search_response_agents_item_identifier_key import AgentsSearchResponseAgentsItemIdentifierKey
60
- from .agents_search_response_agents_item_identifier_key_item import AgentsSearchResponseAgentsItemIdentifierKeyItem
59
+ from .agents_search_response_agents_item_identity_ids import AgentsSearchResponseAgentsItemIdentityIds
61
60
  from .agents_search_response_agents_item_last_updated_by_id import AgentsSearchResponseAgentsItemLastUpdatedById
62
61
  from .agents_search_response_agents_item_last_updated_by_id_item import (
63
62
  AgentsSearchResponseAgentsItemLastUpdatedByIdItem,
@@ -442,8 +441,7 @@ __all__ = [
442
441
  "AgentsSearchResponseAgentsItemEmbeddingConfigEmbeddingEndpointType",
443
442
  "AgentsSearchResponseAgentsItemEmbeddingConfigHandle",
444
443
  "AgentsSearchResponseAgentsItemEmbeddingConfigHandleItem",
445
- "AgentsSearchResponseAgentsItemIdentifierKey",
446
- "AgentsSearchResponseAgentsItemIdentifierKeyItem",
444
+ "AgentsSearchResponseAgentsItemIdentityIds",
447
445
  "AgentsSearchResponseAgentsItemLastUpdatedById",
448
446
  "AgentsSearchResponseAgentsItemLastUpdatedByIdItem",
449
447
  "AgentsSearchResponseAgentsItemLlmConfig",
@@ -23,7 +23,7 @@ from .agents_search_response_agents_item_tool_exec_environment_variables import
23
23
  from .agents_search_response_agents_item_project_id import AgentsSearchResponseAgentsItemProjectId
24
24
  from .agents_search_response_agents_item_template_id import AgentsSearchResponseAgentsItemTemplateId
25
25
  from .agents_search_response_agents_item_base_template_id import AgentsSearchResponseAgentsItemBaseTemplateId
26
- from .agents_search_response_agents_item_identifier_key import AgentsSearchResponseAgentsItemIdentifierKey
26
+ from .agents_search_response_agents_item_identity_ids import AgentsSearchResponseAgentsItemIdentityIds
27
27
  from .agents_search_response_agents_item_message_buffer_autoclear import (
28
28
  AgentsSearchResponseAgentsItemMessageBufferAutoclear,
29
29
  )
@@ -55,7 +55,7 @@ class AgentsSearchResponseAgentsItem(UncheckedBaseModel):
55
55
  project_id: typing.Optional[AgentsSearchResponseAgentsItemProjectId] = None
56
56
  template_id: typing.Optional[AgentsSearchResponseAgentsItemTemplateId] = None
57
57
  base_template_id: typing.Optional[AgentsSearchResponseAgentsItemBaseTemplateId] = None
58
- identifier_key: typing.Optional[AgentsSearchResponseAgentsItemIdentifierKey] = None
58
+ identity_ids: typing.Optional[AgentsSearchResponseAgentsItemIdentityIds] = None
59
59
  message_buffer_autoclear: typing.Optional[AgentsSearchResponseAgentsItemMessageBufferAutoclear] = None
60
60
  template: typing.Optional[str] = None
61
61
 
@@ -0,0 +1,5 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import typing
4
+
5
+ AgentsSearchResponseAgentsItemIdentityIds = typing.Union[typing.List[str], typing.Optional[typing.Any]]
@@ -16,7 +16,7 @@ class BaseClientWrapper:
16
16
  headers: typing.Dict[str, str] = {
17
17
  "X-Fern-Language": "Python",
18
18
  "X-Fern-SDK-Name": "letta-client",
19
- "X-Fern-SDK-Version": "0.1.40",
19
+ "X-Fern-SDK-Version": "0.1.42",
20
20
  }
21
21
  if self.token is not None:
22
22
  headers["Authorization"] = f"Bearer {self.token}"