letta-client 0.1.45__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.

@@ -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.45",
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.45
3
+ Version: 0.1.46
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Intended Audience :: Developers
@@ -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=4T-wmceQBwAxCX9h0qEalePihiunwOlPWbLvo7KLIcg,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.45.dist-info/METADATA,sha256=FPvpOy_hPF4JmSkWhQVwtB-mJENyaYNhtXbhK16k6tI,4942
586
- letta_client-0.1.45.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
587
- letta_client-0.1.45.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,,