letta-client 0.1.59__py3-none-any.whl → 0.1.60__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/core/client_wrapper.py +1 -1
- letta_client/templates/client.py +10 -0
- {letta_client-0.1.59.dist-info → letta_client-0.1.60.dist-info}/METADATA +1 -1
- {letta_client-0.1.59.dist-info → letta_client-0.1.60.dist-info}/RECORD +5 -5
- {letta_client-0.1.59.dist-info → letta_client-0.1.60.dist-info}/WHEEL +0 -0
|
@@ -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.60",
|
|
20
20
|
}
|
|
21
21
|
if self.token is not None:
|
|
22
22
|
headers["Authorization"] = f"Bearer {self.token}"
|
letta_client/templates/client.py
CHANGED
|
@@ -27,6 +27,7 @@ class TemplatesClient:
|
|
|
27
27
|
agent_name: typing.Optional[str] = OMIT,
|
|
28
28
|
memory_variables: typing.Optional[typing.Dict[str, str]] = OMIT,
|
|
29
29
|
tool_variables: typing.Optional[typing.Dict[str, str]] = OMIT,
|
|
30
|
+
identity_ids: typing.Optional[typing.Sequence[str]] = OMIT,
|
|
30
31
|
request_options: typing.Optional[RequestOptions] = None,
|
|
31
32
|
) -> TemplatesCreateAgentsResponse:
|
|
32
33
|
"""
|
|
@@ -52,6 +53,9 @@ class TemplatesClient:
|
|
|
52
53
|
tool_variables : typing.Optional[typing.Dict[str, str]]
|
|
53
54
|
The tool variables to assign to the agent
|
|
54
55
|
|
|
56
|
+
identity_ids : typing.Optional[typing.Sequence[str]]
|
|
57
|
+
The identity ids to assign to the agent
|
|
58
|
+
|
|
55
59
|
request_options : typing.Optional[RequestOptions]
|
|
56
60
|
Request-specific configuration.
|
|
57
61
|
|
|
@@ -80,6 +84,7 @@ class TemplatesClient:
|
|
|
80
84
|
"agent_name": agent_name,
|
|
81
85
|
"memory_variables": memory_variables,
|
|
82
86
|
"tool_variables": tool_variables,
|
|
87
|
+
"identity_ids": identity_ids,
|
|
83
88
|
},
|
|
84
89
|
headers={
|
|
85
90
|
"content-type": "application/json",
|
|
@@ -115,6 +120,7 @@ class AsyncTemplatesClient:
|
|
|
115
120
|
agent_name: typing.Optional[str] = OMIT,
|
|
116
121
|
memory_variables: typing.Optional[typing.Dict[str, str]] = OMIT,
|
|
117
122
|
tool_variables: typing.Optional[typing.Dict[str, str]] = OMIT,
|
|
123
|
+
identity_ids: typing.Optional[typing.Sequence[str]] = OMIT,
|
|
118
124
|
request_options: typing.Optional[RequestOptions] = None,
|
|
119
125
|
) -> TemplatesCreateAgentsResponse:
|
|
120
126
|
"""
|
|
@@ -140,6 +146,9 @@ class AsyncTemplatesClient:
|
|
|
140
146
|
tool_variables : typing.Optional[typing.Dict[str, str]]
|
|
141
147
|
The tool variables to assign to the agent
|
|
142
148
|
|
|
149
|
+
identity_ids : typing.Optional[typing.Sequence[str]]
|
|
150
|
+
The identity ids to assign to the agent
|
|
151
|
+
|
|
143
152
|
request_options : typing.Optional[RequestOptions]
|
|
144
153
|
Request-specific configuration.
|
|
145
154
|
|
|
@@ -176,6 +185,7 @@ class AsyncTemplatesClient:
|
|
|
176
185
|
"agent_name": agent_name,
|
|
177
186
|
"memory_variables": memory_variables,
|
|
178
187
|
"tool_variables": tool_variables,
|
|
188
|
+
"identity_ids": identity_ids,
|
|
179
189
|
},
|
|
180
190
|
headers={
|
|
181
191
|
"content-type": "application/json",
|
|
@@ -210,7 +210,7 @@ letta_client/blocks/client.py,sha256=AeQQ-IdYhV-zqLTt3PTrJOtJ6XtBZcXNC108Y5EogVU
|
|
|
210
210
|
letta_client/client.py,sha256=xdSrD4IkWokZHujowd1r7zESBoVgKGNvo6RqgZ3f0Fg,12808
|
|
211
211
|
letta_client/core/__init__.py,sha256=OKbX2aCZXgHCDUsCouqv-OiX32xA6eFFCKIUH9M5Vzk,1591
|
|
212
212
|
letta_client/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
|
213
|
-
letta_client/core/client_wrapper.py,sha256=
|
|
213
|
+
letta_client/core/client_wrapper.py,sha256=10KV9Su41lR--W7MnFWuWra2qmD3mAjUwu3W11OMUBI,1997
|
|
214
214
|
letta_client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
|
215
215
|
letta_client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
|
216
216
|
letta_client/core/http_client.py,sha256=siUQ6UV0ARZALlxubqWSSAAPC9B4VW8y6MGlHStfaeo,19552
|
|
@@ -251,7 +251,7 @@ letta_client/steps/client.py,sha256=g4XUUtdKzkSiRkxJW6ACrYe8ySvJ_tUMGK4ag6QRZT4,
|
|
|
251
251
|
letta_client/tag/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
252
252
|
letta_client/tag/client.py,sha256=TBAotdb0e2_x2pANF4dOE1qmWY3GIgb7nOhvN7iZ3_4,5183
|
|
253
253
|
letta_client/templates/__init__.py,sha256=67hjKjA8ZYiqjIAHObdIQLVgtbMX7kb6RNaxOUkeQBw,24253
|
|
254
|
-
letta_client/templates/client.py,sha256=
|
|
254
|
+
letta_client/templates/client.py,sha256=k1eya9jpfKw8CwKP8U7qIhKVmpk1IBqPG-oeK8C6fOM,7188
|
|
255
255
|
letta_client/templates/types/__init__.py,sha256=LGDzJg0Gv_Ewfq8plfFOvaD6K2cRLi21mii9xcS01NE,39681
|
|
256
256
|
letta_client/templates/types/templates_create_agents_response.py,sha256=UNMZSUckqoug1sq-gqC7luO392eItxxy0NNdUL0CRfQ,725
|
|
257
257
|
letta_client/templates/types/templates_create_agents_response_agents_item.py,sha256=xaEfez_Y4tIlVnCUXrtY9VgQ2XjodS0ua-9trsO9IJQ,5203
|
|
@@ -599,6 +599,6 @@ letta_client/voice/__init__.py,sha256=ZrZEuXIukVGhsfM-i0dIFfqjeSOBMPeEgDva7Vvnip
|
|
|
599
599
|
letta_client/voice/client.py,sha256=j3feSlNzeTVFXE7RUKEHGeMl_w0TJFBRUI3pXpLpUEI,6148
|
|
600
600
|
letta_client/voice/types/__init__.py,sha256=hBLJcrom99DkDxxsVRU2ni8kPx6SsCy8gtAJvNOz26w,199
|
|
601
601
|
letta_client/voice/types/create_voice_chat_completions_request.py,sha256=K4__83rXRCshfdobyAmH-5fUDJQ_PeSQetTUeC4Abk0,381
|
|
602
|
-
letta_client-0.1.
|
|
603
|
-
letta_client-0.1.
|
|
604
|
-
letta_client-0.1.
|
|
602
|
+
letta_client-0.1.60.dist-info/METADATA,sha256=NIp1pzrdvA6orQsPZp1AfQdTzSgfQvwI6D4ck0M7yAk,4942
|
|
603
|
+
letta_client-0.1.60.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
604
|
+
letta_client-0.1.60.dist-info/RECORD,,
|
|
File without changes
|