letta-client 0.1.235__py3-none-any.whl → 0.1.236__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-0.1.235.dist-info → letta_client-0.1.236.dist-info}/METADATA +1 -1
- {letta_client-0.1.235.dist-info → letta_client-0.1.236.dist-info}/RECORD +6 -6
- {letta_client-0.1.235.dist-info → letta_client-0.1.236.dist-info}/WHEEL +0 -0
letta_client/agents/client.py
CHANGED
|
@@ -125,7 +125,7 @@ class AgentsClient:
|
|
|
125
125
|
Search agents by name
|
|
126
126
|
|
|
127
127
|
project_id : typing.Optional[str]
|
|
128
|
-
Search agents by project ID
|
|
128
|
+
Search agents by project ID - this will default to your default project on cloud
|
|
129
129
|
|
|
130
130
|
template_id : typing.Optional[str]
|
|
131
131
|
Search agents by template ID
|
|
@@ -992,7 +992,7 @@ class AsyncAgentsClient:
|
|
|
992
992
|
Search agents by name
|
|
993
993
|
|
|
994
994
|
project_id : typing.Optional[str]
|
|
995
|
-
Search agents by project ID
|
|
995
|
+
Search agents by project ID - this will default to your default project on cloud
|
|
996
996
|
|
|
997
997
|
template_id : typing.Optional[str]
|
|
998
998
|
Search agents by template ID
|
|
@@ -86,7 +86,7 @@ class RawAgentsClient:
|
|
|
86
86
|
Search agents by name
|
|
87
87
|
|
|
88
88
|
project_id : typing.Optional[str]
|
|
89
|
-
Search agents by project ID
|
|
89
|
+
Search agents by project ID - this will default to your default project on cloud
|
|
90
90
|
|
|
91
91
|
template_id : typing.Optional[str]
|
|
92
92
|
Search agents by template ID
|
|
@@ -1114,7 +1114,7 @@ class AsyncRawAgentsClient:
|
|
|
1114
1114
|
Search agents by name
|
|
1115
1115
|
|
|
1116
1116
|
project_id : typing.Optional[str]
|
|
1117
|
-
Search agents by project ID
|
|
1117
|
+
Search agents by project ID - this will default to your default project on cloud
|
|
1118
1118
|
|
|
1119
1119
|
template_id : typing.Optional[str]
|
|
1120
1120
|
Search agents by template ID
|
|
@@ -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.236",
|
|
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.236",
|
|
31
31
|
**(self.get_custom_headers() or {}),
|
|
32
32
|
}
|
|
33
33
|
if self._project is not None:
|
|
@@ -3,7 +3,7 @@ letta_client/agents/__init__.py,sha256=JkuWGGNJsCfnMr2DFzQ1SiqEB1tcFZnafdidODi0_
|
|
|
3
3
|
letta_client/agents/blocks/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
4
4
|
letta_client/agents/blocks/client.py,sha256=Akx-1SYEXkmdtLtytPtdFNhVts8JkjC2aMQnnWgd8Ug,14735
|
|
5
5
|
letta_client/agents/blocks/raw_client.py,sha256=7tdlieWtGyMe1G5Ne9Rcujvr43DbD4K3hVJ7eiJNuFo,24454
|
|
6
|
-
letta_client/agents/client.py,sha256=
|
|
6
|
+
letta_client/agents/client.py,sha256=70HaikzJJem_l3_vgrshFbsyW9fOPSs1xDdXou0cKY0,67474
|
|
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=PUyT8sbJMu3FAlBzSYE77XiLfcAXKHwvJYLdrz896VQ,16893
|
|
37
37
|
letta_client/agents/passages/raw_client.py,sha256=pPZnVLan1B1ATYKBVFW73k7MrpaNzWehBGoNOI7vgkQ,25788
|
|
38
|
-
letta_client/agents/raw_client.py,sha256=
|
|
38
|
+
letta_client/agents/raw_client.py,sha256=9mxxHLSJFn8R_dXe8zDWvJgyUqvz82Nsjf5pNhuqibg,88825
|
|
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
|
|
@@ -92,7 +92,7 @@ letta_client/client_side_access_tokens/types/client_side_access_tokens_list_clie
|
|
|
92
92
|
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
|
|
93
93
|
letta_client/core/__init__.py,sha256=tpn7rjb6C2UIkYZYIqdrNpI7Yax2jw88sXh2baxaxAI,1715
|
|
94
94
|
letta_client/core/api_error.py,sha256=44vPoTyWN59gonCIZMdzw7M1uspygiLnr3GNFOoVL2Q,614
|
|
95
|
-
letta_client/core/client_wrapper.py,sha256=
|
|
95
|
+
letta_client/core/client_wrapper.py,sha256=FYTaeCcr5GA858Wf3tFW08sWI-ko3h3c9tdoFQd9R9M,2776
|
|
96
96
|
letta_client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
|
97
97
|
letta_client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
|
98
98
|
letta_client/core/force_multipart.py,sha256=awxh5MtcRYe74ehY8U76jzv6fYM_w_D3Rur7KQQzSDk,429
|
|
@@ -498,6 +498,6 @@ letta_client/version.py,sha256=bttKLbIhO3UonCYQlqs600zzbQgfhCCMjeXR9WRzid4,79
|
|
|
498
498
|
letta_client/voice/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
|
|
499
499
|
letta_client/voice/client.py,sha256=EbIVOQh4HXqU9McATxwga08STk-HUwPEAUr_UHqyKHg,3748
|
|
500
500
|
letta_client/voice/raw_client.py,sha256=KvM_3GXuSf51bubM0RVBnxvlf20qZTFMnaA_BzhXzjQ,5938
|
|
501
|
-
letta_client-0.1.
|
|
502
|
-
letta_client-0.1.
|
|
503
|
-
letta_client-0.1.
|
|
501
|
+
letta_client-0.1.236.dist-info/METADATA,sha256=83tIv_LyDsX5dB6_PzzhHy2eFYlAlW1UzYX3P_1zQKg,5781
|
|
502
|
+
letta_client-0.1.236.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
503
|
+
letta_client-0.1.236.dist-info/RECORD,,
|
|
File without changes
|