letta-client 0.1.286__py3-none-any.whl → 0.1.288__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.
- letta_client/agents/client.py +2 -2
- letta_client/agents/raw_client.py +2 -2
- letta_client/core/client_wrapper.py +2 -2
- letta_client/types/provider_type.py +8 -7
- {letta_client-0.1.286.dist-info → letta_client-0.1.288.dist-info}/METADATA +1 -1
- {letta_client-0.1.286.dist-info → letta_client-0.1.288.dist-info}/RECORD +7 -7
- {letta_client-0.1.286.dist-info → letta_client-0.1.288.dist-info}/WHEEL +0 -0
letta_client/agents/client.py
CHANGED
|
@@ -485,7 +485,7 @@ class AgentsClient:
|
|
|
485
485
|
max_steps : typing.Optional[int]
|
|
486
486
|
|
|
487
487
|
use_legacy_format : typing.Optional[bool]
|
|
488
|
-
If true, exports using the legacy single-agent format. If false, exports using the new multi-entity format.
|
|
488
|
+
If true, exports using the legacy single-agent format (v1). If false, exports using the new multi-entity format (v2).
|
|
489
489
|
|
|
490
490
|
request_options : typing.Optional[RequestOptions]
|
|
491
491
|
Request-specific configuration.
|
|
@@ -1460,7 +1460,7 @@ class AsyncAgentsClient:
|
|
|
1460
1460
|
max_steps : typing.Optional[int]
|
|
1461
1461
|
|
|
1462
1462
|
use_legacy_format : typing.Optional[bool]
|
|
1463
|
-
If true, exports using the legacy single-agent format. If false, exports using the new multi-entity format.
|
|
1463
|
+
If true, exports using the legacy single-agent format (v1). If false, exports using the new multi-entity format (v2).
|
|
1464
1464
|
|
|
1465
1465
|
request_options : typing.Optional[RequestOptions]
|
|
1466
1466
|
Request-specific configuration.
|
|
@@ -516,7 +516,7 @@ class RawAgentsClient:
|
|
|
516
516
|
max_steps : typing.Optional[int]
|
|
517
517
|
|
|
518
518
|
use_legacy_format : typing.Optional[bool]
|
|
519
|
-
If true, exports using the legacy single-agent format. If false, exports using the new multi-entity format.
|
|
519
|
+
If true, exports using the legacy single-agent format (v1). If false, exports using the new multi-entity format (v2).
|
|
520
520
|
|
|
521
521
|
request_options : typing.Optional[RequestOptions]
|
|
522
522
|
Request-specific configuration.
|
|
@@ -1646,7 +1646,7 @@ class AsyncRawAgentsClient:
|
|
|
1646
1646
|
max_steps : typing.Optional[int]
|
|
1647
1647
|
|
|
1648
1648
|
use_legacy_format : typing.Optional[bool]
|
|
1649
|
-
If true, exports using the legacy single-agent format. If false, exports using the new multi-entity format.
|
|
1649
|
+
If true, exports using the legacy single-agent format (v1). If false, exports using the new multi-entity format (v2).
|
|
1650
1650
|
|
|
1651
1651
|
request_options : typing.Optional[RequestOptions]
|
|
1652
1652
|
Request-specific configuration.
|
|
@@ -24,10 +24,10 @@ class BaseClientWrapper:
|
|
|
24
24
|
|
|
25
25
|
def get_headers(self) -> typing.Dict[str, str]:
|
|
26
26
|
headers: typing.Dict[str, str] = {
|
|
27
|
-
"User-Agent": "letta-client/0.1.
|
|
27
|
+
"User-Agent": "letta-client/0.1.288",
|
|
28
28
|
"X-Fern-Language": "Python",
|
|
29
29
|
"X-Fern-SDK-Name": "letta-client",
|
|
30
|
-
"X-Fern-SDK-Version": "0.1.
|
|
30
|
+
"X-Fern-SDK-Version": "0.1.288",
|
|
31
31
|
**(self.get_custom_headers() or {}),
|
|
32
32
|
}
|
|
33
33
|
if self._project is not None:
|
|
@@ -5,21 +5,22 @@ import typing
|
|
|
5
5
|
ProviderType = typing.Union[
|
|
6
6
|
typing.Literal[
|
|
7
7
|
"anthropic",
|
|
8
|
+
"azure",
|
|
9
|
+
"bedrock",
|
|
10
|
+
"cerebras",
|
|
11
|
+
"deepseek",
|
|
8
12
|
"google_ai",
|
|
9
13
|
"google_vertex",
|
|
10
|
-
"
|
|
14
|
+
"groq",
|
|
15
|
+
"hugging-face",
|
|
11
16
|
"letta",
|
|
12
|
-
"deepseek",
|
|
13
|
-
"cerebras",
|
|
14
17
|
"lmstudio_openai",
|
|
15
|
-
"xai",
|
|
16
18
|
"mistral",
|
|
17
19
|
"ollama",
|
|
18
|
-
"
|
|
20
|
+
"openai",
|
|
19
21
|
"together",
|
|
20
|
-
"azure",
|
|
21
22
|
"vllm",
|
|
22
|
-
"
|
|
23
|
+
"xai",
|
|
23
24
|
],
|
|
24
25
|
typing.Any,
|
|
25
26
|
]
|
|
@@ -3,7 +3,7 @@ letta_client/agents/__init__.py,sha256=mrreK8Hk5PitAA7gomrc2g9EW9idazMGLDTHBAPrR
|
|
|
3
3
|
letta_client/agents/blocks/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
4
4
|
letta_client/agents/blocks/client.py,sha256=CUwVh5FHgD0YP3VNhUrWdkedMWk49yH3IiDD589AWEM,15809
|
|
5
5
|
letta_client/agents/blocks/raw_client.py,sha256=Cx_85c78oqIOPZIPfCOsIa8WOL2EUNRwXJRGbOqn2AA,25570
|
|
6
|
-
letta_client/agents/client.py,sha256=
|
|
6
|
+
letta_client/agents/client.py,sha256=M0gpBd7MoAWkOyBGCZ-IxxCXPcvjXGeDiWpPUl61nh8,73268
|
|
7
7
|
letta_client/agents/context/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
8
8
|
letta_client/agents/context/client.py,sha256=fhpJFWRs6INGreRyEw9gsFnlUWR48vIHbN_jVIHIBrw,3052
|
|
9
9
|
letta_client/agents/context/raw_client.py,sha256=j2gko-oEFWuCgPkcX9jCv31OWvR6sTOtAYcSWllXYDs,4747
|
|
@@ -35,7 +35,7 @@ letta_client/agents/messages/types/messages_preview_raw_payload_request.py,sha25
|
|
|
35
35
|
letta_client/agents/passages/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
36
36
|
letta_client/agents/passages/client.py,sha256=XHPpqOH2BDjHkegTRM9MRdDVxW5VH40ERSFvWchWT48,16785
|
|
37
37
|
letta_client/agents/passages/raw_client.py,sha256=TnNrFsnrexrPVmemkFbRIBfFMcq1Iap2qk23L7mr1Z0,25710
|
|
38
|
-
letta_client/agents/raw_client.py,sha256=
|
|
38
|
+
letta_client/agents/raw_client.py,sha256=SPM2ai4H0ww9w5X_qQicubIa00Jx7dpb0qONDVBuL9k,96814
|
|
39
39
|
letta_client/agents/sources/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
40
40
|
letta_client/agents/sources/client.py,sha256=lCqB6FF9svrwf0oZSFs41WKlMXc-YRhUeb4FZkHbicM,6868
|
|
41
41
|
letta_client/agents/sources/raw_client.py,sha256=ts4c5UBuXzrHU-lFWWrYniQqrMEc8SN0rfiqNXJLP5Y,12399
|
|
@@ -89,7 +89,7 @@ letta_client/client_side_access_tokens/types/client_side_access_tokens_list_clie
|
|
|
89
89
|
letta_client/client_side_access_tokens/types/client_side_access_tokens_list_client_side_access_tokens_response_tokens_item_policy_data_item_access_item.py,sha256=kNHfEWFl7u71Pu8NPqutod0a2NXfvq8il05Hqm0iBB4,284
|
|
90
90
|
letta_client/core/__init__.py,sha256=tpn7rjb6C2UIkYZYIqdrNpI7Yax2jw88sXh2baxaxAI,1715
|
|
91
91
|
letta_client/core/api_error.py,sha256=44vPoTyWN59gonCIZMdzw7M1uspygiLnr3GNFOoVL2Q,614
|
|
92
|
-
letta_client/core/client_wrapper.py,sha256=
|
|
92
|
+
letta_client/core/client_wrapper.py,sha256=pioY7-XSXY7Ul7Ro1YYBaFmEVrKIrFv3UG3tW9dIV4A,2776
|
|
93
93
|
letta_client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
|
94
94
|
letta_client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
|
95
95
|
letta_client/core/force_multipart.py,sha256=awxh5MtcRYe74ehY8U76jzv6fYM_w_D3Rur7KQQzSDk,429
|
|
@@ -477,7 +477,7 @@ letta_client/types/pip_requirement.py,sha256=A9mFgoz-yAlVHsy8vljtYdtJInfN7qL1JeP
|
|
|
477
477
|
letta_client/types/provider.py,sha256=hUTNL8HIolqPtKwPdSxjElEhENIYh05nB12ma9pcZ1g,1890
|
|
478
478
|
letta_client/types/provider_category.py,sha256=St4tSc_Wc5huF79kb088-L-tRz9Cj2_b5DqEoU4eDIs,156
|
|
479
479
|
letta_client/types/provider_trace.py,sha256=d7_IpoEgLeqnPaElWjOp6iAL8SbeI4DZsBaaaFtkorM,2201
|
|
480
|
-
letta_client/types/provider_type.py,sha256=
|
|
480
|
+
letta_client/types/provider_type.py,sha256=1nKjLUXPY7_O_nW-AjznrEMk3NxUSggmQMj8wHsGx8A,487
|
|
481
481
|
letta_client/types/reasoning_content.py,sha256=YPmNwwSH_toPAThpE5gq7gaxBlvvjh33csKBRdFI_iY,996
|
|
482
482
|
letta_client/types/reasoning_message.py,sha256=-eZpuDwFkRjNcfrebI3u_7HIP62sxXnZl59bx21oTR8,1728
|
|
483
483
|
letta_client/types/reasoning_message_source.py,sha256=GYOWGm2mje1yYbR8E2kbAeQS--VDrGlpsobEBQHE2cU,186
|
|
@@ -566,6 +566,6 @@ letta_client/version.py,sha256=bttKLbIhO3UonCYQlqs600zzbQgfhCCMjeXR9WRzid4,79
|
|
|
566
566
|
letta_client/voice/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
567
567
|
letta_client/voice/client.py,sha256=EbIVOQh4HXqU9McATxwga08STk-HUwPEAUr_UHqyKHg,3748
|
|
568
568
|
letta_client/voice/raw_client.py,sha256=KvM_3GXuSf51bubM0RVBnxvlf20qZTFMnaA_BzhXzjQ,5938
|
|
569
|
-
letta_client-0.1.
|
|
570
|
-
letta_client-0.1.
|
|
571
|
-
letta_client-0.1.
|
|
569
|
+
letta_client-0.1.288.dist-info/METADATA,sha256=H3FBkXOSxS6DyVgjeBQ2uEogWoqrxGL1G6SdgyUR6Lc,5782
|
|
570
|
+
letta_client-0.1.288.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
571
|
+
letta_client-0.1.288.dist-info/RECORD,,
|
|
File without changes
|