letta-client 0.1.44__py3-none-any.whl → 0.1.46__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.

@@ -70,6 +70,7 @@ class AgentsClient:
70
70
  project_id: typing.Optional[str] = None,
71
71
  template_id: typing.Optional[str] = None,
72
72
  base_template_id: typing.Optional[str] = None,
73
+ identifier_id: typing.Optional[str] = None,
73
74
  identifier_keys: typing.Optional[typing.Union[str, typing.Sequence[str]]] = None,
74
75
  request_options: typing.Optional[RequestOptions] = None,
75
76
  ) -> typing.List[AgentState]:
@@ -109,6 +110,9 @@ class AgentsClient:
109
110
  base_template_id : typing.Optional[str]
110
111
  Search agents by base template id
111
112
 
113
+ identifier_id : typing.Optional[str]
114
+ Search agents by identifier id
115
+
112
116
  identifier_keys : typing.Optional[typing.Union[str, typing.Sequence[str]]]
113
117
  Search agents by identifier keys
114
118
 
@@ -143,6 +147,7 @@ class AgentsClient:
143
147
  "project_id": project_id,
144
148
  "template_id": template_id,
145
149
  "base_template_id": base_template_id,
150
+ "identifier_id": identifier_id,
146
151
  "identifier_keys": identifier_keys,
147
152
  },
148
153
  request_options=request_options,
@@ -855,6 +860,7 @@ class AsyncAgentsClient:
855
860
  project_id: typing.Optional[str] = None,
856
861
  template_id: typing.Optional[str] = None,
857
862
  base_template_id: typing.Optional[str] = None,
863
+ identifier_id: typing.Optional[str] = None,
858
864
  identifier_keys: typing.Optional[typing.Union[str, typing.Sequence[str]]] = None,
859
865
  request_options: typing.Optional[RequestOptions] = None,
860
866
  ) -> typing.List[AgentState]:
@@ -894,6 +900,9 @@ class AsyncAgentsClient:
894
900
  base_template_id : typing.Optional[str]
895
901
  Search agents by base template id
896
902
 
903
+ identifier_id : typing.Optional[str]
904
+ Search agents by identifier id
905
+
897
906
  identifier_keys : typing.Optional[typing.Union[str, typing.Sequence[str]]]
898
907
  Search agents by identifier keys
899
908
 
@@ -936,6 +945,7 @@ class AsyncAgentsClient:
936
945
  "project_id": project_id,
937
946
  "template_id": template_id,
938
947
  "base_template_id": base_template_id,
948
+ "identifier_id": identifier_id,
939
949
  "identifier_keys": identifier_keys,
940
950
  },
941
951
  request_options=request_options,
@@ -25,6 +25,7 @@ AgentsSearchResponseAgentsItemLlmConfigModelEndpointType = typing.Union[
25
25
  "together",
26
26
  "bedrock",
27
27
  "deepseek",
28
+ "xai",
28
29
  ],
29
30
  typing.Any,
30
31
  ]
@@ -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.44",
19
+ "X-Fern-SDK-Version": "0.1.46",
20
20
  }
21
21
  if self.token is not None:
22
22
  headers["Authorization"] = f"Bearer {self.token}"
@@ -25,6 +25,7 @@ TemplatesCreateAgentsResponseAgentsItemLlmConfigModelEndpointType = typing.Union
25
25
  "together",
26
26
  "bedrock",
27
27
  "deepseek",
28
+ "xai",
28
29
  ],
29
30
  typing.Any,
30
31
  ]
@@ -25,6 +25,7 @@ LlmConfigModelEndpointType = typing.Union[
25
25
  "together",
26
26
  "bedrock",
27
27
  "deepseek",
28
+ "xai",
28
29
  ],
29
30
  typing.Any,
30
31
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: letta-client
3
- Version: 0.1.44
3
+ Version: 0.1.46
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Intended Audience :: Developers
@@ -2,7 +2,7 @@ letta_client/__init__.py,sha256=9Irh5yC-SkPUD4m7mWClK5N-N0sXmHFV42zihbZp6Vo,5581
2
2
  letta_client/agents/__init__.py,sha256=KCn7wjwmY7PBtXQYfiFQPNtwPz5dPBB4A6V6V242U6w,22136
3
3
  letta_client/agents/blocks/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
4
4
  letta_client/agents/blocks/client.py,sha256=x2651Wftl9J8GhtTkF0os6iposDvOirWa_vdmyEZB38,23746
5
- letta_client/agents/client.py,sha256=dcMsoaq6CaBddCkuQx3SNw06mg7_wzqiloUguaMgiqw,63483
5
+ letta_client/agents/client.py,sha256=QGavj2Fh7TlDEbY7JtMoFUsgsiuQcoQ_1USGuIKUPjU,63861
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
@@ -68,7 +68,7 @@ letta_client/agents/types/agents_search_response_agents_item_llm_config_max_toke
68
68
  letta_client/agents/types/agents_search_response_agents_item_llm_config_max_tokens_item.py,sha256=mfB0NNoNIQJPbAv1VLjSKKc2F4UaeOuNkUMzkqay7xY,177
69
69
  letta_client/agents/types/agents_search_response_agents_item_llm_config_model_endpoint.py,sha256=ejEayxna8G74hNJxeVXNRfDnDaQsl81Fi_KoqNsfeCk,456
70
70
  letta_client/agents/types/agents_search_response_agents_item_llm_config_model_endpoint_item.py,sha256=PpPUtiCe4Src1Z4Re09yueN8PFGJIVpZxTHvD8ucoGA,179
71
- letta_client/agents/types/agents_search_response_agents_item_llm_config_model_endpoint_type.py,sha256=nJMp_B7bs3kr0EnCQeAa7vnnR4CHbUBS1Uq5zO_FODI,635
71
+ letta_client/agents/types/agents_search_response_agents_item_llm_config_model_endpoint_type.py,sha256=9J3d7qdKy79ihQkgW4Y4HuSw0zg128YddC52rFUExgs,650
72
72
  letta_client/agents/types/agents_search_response_agents_item_llm_config_model_wrapper.py,sha256=qMb-549i4kpUJ6B7W73YvLxb3QgpCNUZUt043DpjNYQ,452
73
73
  letta_client/agents/types/agents_search_response_agents_item_llm_config_model_wrapper_item.py,sha256=2NMKvsEotVFqWMfqUntqi1iRxYL6uuUt6RFW048K5VE,178
74
74
  letta_client/agents/types/agents_search_response_agents_item_llm_config_put_inner_thoughts_in_kwargs.py,sha256=eh2lHG9jm971nE6YcHjhv_R97XK9Vo-OL3LePCr22lY,504
@@ -207,7 +207,7 @@ letta_client/blocks/client.py,sha256=AeQQ-IdYhV-zqLTt3PTrJOtJ6XtBZcXNC108Y5EogVU
207
207
  letta_client/client.py,sha256=y2cXN0ApFul2Lz-fVh5TbeYbQ8oUjnXcwJ6wUczEf2c,2457
208
208
  letta_client/core/__init__.py,sha256=OKbX2aCZXgHCDUsCouqv-OiX32xA6eFFCKIUH9M5Vzk,1591
209
209
  letta_client/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
210
- letta_client/core/client_wrapper.py,sha256=kMdFMSIHzJwcX5oznUlyVJiPgpl50AUIB8DNGNJAMVs,1997
210
+ letta_client/core/client_wrapper.py,sha256=iC8brSC9ImdCObsFrR6GcPhQvoNO8EAiVS2YZXndCdo,1997
211
211
  letta_client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
212
212
  letta_client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
213
213
  letta_client/core/http_client.py,sha256=siUQ6UV0ARZALlxubqWSSAAPC9B4VW8y6MGlHStfaeo,19552
@@ -285,7 +285,7 @@ letta_client/templates/types/templates_create_agents_response_agents_item_llm_co
285
285
  letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_max_tokens_item.py,sha256=7FWlQX8vYiYuiZlFz74EQTPGUKr9m0IWbu1eKPE95Vw,186
286
286
  letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_endpoint.py,sha256=ksCAK3zWAtSUDcuk6QZeb4cX824hnvaS5koJzOFliQU,493
287
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
288
+ letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_endpoint_type.py,sha256=7_jyOtZl70wCzA6xxvmmoiqBTPi95zxe-yUQ0ea2Two,659
289
289
  letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_wrapper.py,sha256=yxC8u24WhDNgDRYKknaAU8ZX1nGxxG4v0HCLXUU6cSA,489
290
290
  letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_wrapper_item.py,sha256=fv4oFJAGDYrKiSWrNkWMLY0suXqcRFzmaTJ1kmfm_q8,187
291
291
  letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_put_inner_thoughts_in_kwargs.py,sha256=6Sk94Vh1KaJBghfaUN5txeEChBYB17z88s6Y5EZipoU,541
@@ -525,7 +525,7 @@ letta_client/types/letta_request_config.py,sha256=b6K4QtDdHjcZKfBb1fugUuoPrT2N4d
525
525
  letta_client/types/letta_response.py,sha256=i5gAUTgWzIst_RP8I_zSh0GSnLIS3z--1BmK6EF1mkQ,1315
526
526
  letta_client/types/letta_usage_statistics.py,sha256=0BHM3ArfwH6WVJNHYja7LI2k3BZ3jt0o_COfgA4muWo,1537
527
527
  letta_client/types/llm_config.py,sha256=B-LJpzPB5RNSPG-cag65yTIWc0mbD7iKg77N6ejPL64,3045
528
- letta_client/types/llm_config_model_endpoint_type.py,sha256=TIUj6eq1yDdG5uhFNCiY7xxBHAwdPjaYa_A5BBpAbPQ,605
528
+ letta_client/types/llm_config_model_endpoint_type.py,sha256=HOSM5kIZDCNAVCWmASvAk52K819plqGlD66yKQ1xFkI,620
529
529
  letta_client/types/local_sandbox_config.py,sha256=jfe7akG_YrJJ8csLaLdev04Zg1x-PTN0XCAL4KifaZI,1387
530
530
  letta_client/types/memory.py,sha256=KD5MkDQB-vbRPT9f_-yFBWY1WUW_NWxYEI0IiflG6P8,1035
531
531
  letta_client/types/message.py,sha256=Mg6oT5sP5NVqBXSz9lpWkRW-6Sq_YiOLX-fT3KrwoaY,3137
@@ -582,6 +582,6 @@ letta_client/types/user_update.py,sha256=0Bl1OjO7bfmlpsGQ36dSh6DH1UB_wJOTNewS0wD
582
582
  letta_client/types/validation_error.py,sha256=ACDS7wL5nQbS8ymFhWljwbBJmbugNa8bs2O5xEZC3u4,680
583
583
  letta_client/types/validation_error_loc_item.py,sha256=LAtjCHIllWRBFXvAZ5QZpp7CPXjdtN9EB7HrLVo6EP0,128
584
584
  letta_client/version.py,sha256=bttKLbIhO3UonCYQlqs600zzbQgfhCCMjeXR9WRzid4,79
585
- letta_client-0.1.44.dist-info/METADATA,sha256=cf1t9egfQFgXdetOPDFhiflfvf7xBF2i_HsJ4kZZ3JI,4942
586
- letta_client-0.1.44.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
587
- letta_client-0.1.44.dist-info/RECORD,,
585
+ letta_client-0.1.46.dist-info/METADATA,sha256=QEf59tsIbvdnS3UEFAN_V9_7TeQR1k0eVW5FP66aRog,4942
586
+ letta_client-0.1.46.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
587
+ letta_client-0.1.46.dist-info/RECORD,,