letta-client 0.1.46__py3-none-any.whl → 0.1.47__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/templates/client.py +8 -0
- letta_client/core/client_wrapper.py +1 -1
- {letta_client-0.1.46.dist-info → letta_client-0.1.47.dist-info}/METADATA +1 -1
- {letta_client-0.1.46.dist-info → letta_client-0.1.47.dist-info}/RECORD +5 -5
- {letta_client-0.1.46.dist-info → letta_client-0.1.47.dist-info}/WHEEL +0 -0
|
@@ -29,6 +29,7 @@ class TemplatesClient:
|
|
|
29
29
|
*,
|
|
30
30
|
return_agent_state: typing.Optional[bool] = None,
|
|
31
31
|
migrate_deployed_agents: typing.Optional[bool] = OMIT,
|
|
32
|
+
message: typing.Optional[str] = OMIT,
|
|
32
33
|
request_options: typing.Optional[RequestOptions] = None,
|
|
33
34
|
) -> None:
|
|
34
35
|
"""
|
|
@@ -45,6 +46,8 @@ class TemplatesClient:
|
|
|
45
46
|
|
|
46
47
|
migrate_deployed_agents : typing.Optional[bool]
|
|
47
48
|
|
|
49
|
+
message : typing.Optional[str]
|
|
50
|
+
|
|
48
51
|
request_options : typing.Optional[RequestOptions]
|
|
49
52
|
Request-specific configuration.
|
|
50
53
|
|
|
@@ -71,6 +74,7 @@ class TemplatesClient:
|
|
|
71
74
|
},
|
|
72
75
|
json={
|
|
73
76
|
"migrate_deployed_agents": migrate_deployed_agents,
|
|
77
|
+
"message": message,
|
|
74
78
|
},
|
|
75
79
|
headers={
|
|
76
80
|
"content-type": "application/json",
|
|
@@ -294,6 +298,7 @@ class AsyncTemplatesClient:
|
|
|
294
298
|
*,
|
|
295
299
|
return_agent_state: typing.Optional[bool] = None,
|
|
296
300
|
migrate_deployed_agents: typing.Optional[bool] = OMIT,
|
|
301
|
+
message: typing.Optional[str] = OMIT,
|
|
297
302
|
request_options: typing.Optional[RequestOptions] = None,
|
|
298
303
|
) -> None:
|
|
299
304
|
"""
|
|
@@ -310,6 +315,8 @@ class AsyncTemplatesClient:
|
|
|
310
315
|
|
|
311
316
|
migrate_deployed_agents : typing.Optional[bool]
|
|
312
317
|
|
|
318
|
+
message : typing.Optional[str]
|
|
319
|
+
|
|
313
320
|
request_options : typing.Optional[RequestOptions]
|
|
314
321
|
Request-specific configuration.
|
|
315
322
|
|
|
@@ -344,6 +351,7 @@ class AsyncTemplatesClient:
|
|
|
344
351
|
},
|
|
345
352
|
json={
|
|
346
353
|
"migrate_deployed_agents": migrate_deployed_agents,
|
|
354
|
+
"message": message,
|
|
347
355
|
},
|
|
348
356
|
headers={
|
|
349
357
|
"content-type": "application/json",
|
|
@@ -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.
|
|
19
|
+
"X-Fern-SDK-Version": "0.1.47",
|
|
20
20
|
}
|
|
21
21
|
if self.token is not None:
|
|
22
22
|
headers["Authorization"] = f"Bearer {self.token}"
|
|
@@ -21,7 +21,7 @@ letta_client/agents/passages/client.py,sha256=aNaeyQU8AQHozFWkTbNH8MxpOUea-uiZ_R
|
|
|
21
21
|
letta_client/agents/sources/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
22
22
|
letta_client/agents/sources/client.py,sha256=VjmiI0L2RyT3AhqstHunapdbzygTBcNGoT1DiFGRg44,12799
|
|
23
23
|
letta_client/agents/templates/__init__.py,sha256=GGaz6hUZBKGSU4XFlzlC_cMqLxAymHN45RF3WLwkiWY,201
|
|
24
|
-
letta_client/agents/templates/client.py,sha256=
|
|
24
|
+
letta_client/agents/templates/client.py,sha256=cRTKajiqfrPX2Dusg_cD1Cs9GvNd0wVt9U112SL2YHo,18990
|
|
25
25
|
letta_client/agents/templates/types/__init__.py,sha256=3D6k0cTL6PW0r2lOlXoRU8fH5p1sojHIlNqddeCegcs,260
|
|
26
26
|
letta_client/agents/templates/types/templates_create_response.py,sha256=kKjkyjv3oLwr1U4sagbjc1nWyjT39vDcPzwSqWqNgSg,806
|
|
27
27
|
letta_client/agents/templates/types/templates_migrate_response.py,sha256=7N4JtAaiao-LrNdi72K7XB01uXJVkczaKYIJIMf0QYs,577
|
|
@@ -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=
|
|
210
|
+
letta_client/core/client_wrapper.py,sha256=zmzku-vVVodEjqdPTt_Ya0ia3U-HF76xvJaZMQGvpRs,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
|
|
@@ -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.
|
|
586
|
-
letta_client-0.1.
|
|
587
|
-
letta_client-0.1.
|
|
585
|
+
letta_client-0.1.47.dist-info/METADATA,sha256=bSbKbgJK71NZEvlvPkGoAFWlX4kVwi31FHLB8LslksI,4942
|
|
586
|
+
letta_client-0.1.47.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
587
|
+
letta_client-0.1.47.dist-info/RECORD,,
|
|
File without changes
|