letta-client 0.1.24__py3-none-any.whl → 0.1.25__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/__init__.py +14 -0
- letta_client/agents/client.py +90 -0
- letta_client/core/client_wrapper.py +1 -1
- letta_client/templates/__init__.py +12 -0
- letta_client/templates/types/__init__.py +24 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item.py +12 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_project_id.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_project_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_template_id.py +13 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_template_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_tool_type.py +3 -1
- letta_client/types/__init__.py +2 -0
- letta_client/types/agent_state.py +15 -0
- letta_client/types/local_sandbox_config.py +8 -2
- letta_client/types/pip_requirement.py +27 -0
- letta_client/types/tool_type.py +3 -1
- {letta_client-0.1.24.dist-info → letta_client-0.1.25.dist-info}/METADATA +1 -1
- {letta_client-0.1.24.dist-info → letta_client-0.1.25.dist-info}/RECORD +21 -14
- {letta_client-0.1.24.dist-info → letta_client-0.1.25.dist-info}/WHEEL +0 -0
letta_client/__init__.py
CHANGED
|
@@ -117,6 +117,7 @@ from .types import (
|
|
|
117
117
|
Organization,
|
|
118
118
|
OrganizationCreate,
|
|
119
119
|
Passage,
|
|
120
|
+
PipRequirement,
|
|
120
121
|
Provider,
|
|
121
122
|
ReasoningMessage,
|
|
122
123
|
ResponseFormatJsonObject,
|
|
@@ -177,6 +178,8 @@ from .templates import (
|
|
|
177
178
|
TemplatesCreateAgentsFromTemplateResponse,
|
|
178
179
|
TemplatesCreateAgentsFromTemplateResponseAgentsItem,
|
|
179
180
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemAgentType,
|
|
181
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateId,
|
|
182
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateIdItem,
|
|
180
183
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAt,
|
|
181
184
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAtItem,
|
|
182
185
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedById,
|
|
@@ -236,6 +239,8 @@ from .templates import (
|
|
|
236
239
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemMetadataItem,
|
|
237
240
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemOrganizationId,
|
|
238
241
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemOrganizationIdItem,
|
|
242
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectId,
|
|
243
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectIdItem,
|
|
239
244
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItem,
|
|
240
245
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedAt,
|
|
241
246
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedAtItem,
|
|
@@ -266,6 +271,8 @@ from .templates import (
|
|
|
266
271
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemOrganizationIdItem,
|
|
267
272
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemUpdatedAt,
|
|
268
273
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemUpdatedAtItem,
|
|
274
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateId,
|
|
275
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateIdItem,
|
|
269
276
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariables,
|
|
270
277
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItem,
|
|
271
278
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemCreatedAt,
|
|
@@ -462,6 +469,7 @@ __all__ = [
|
|
|
462
469
|
"Organization",
|
|
463
470
|
"OrganizationCreate",
|
|
464
471
|
"Passage",
|
|
472
|
+
"PipRequirement",
|
|
465
473
|
"Provider",
|
|
466
474
|
"ReasoningMessage",
|
|
467
475
|
"ResponseFormatJsonObject",
|
|
@@ -484,6 +492,8 @@ __all__ = [
|
|
|
484
492
|
"TemplatesCreateAgentsFromTemplateResponse",
|
|
485
493
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItem",
|
|
486
494
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemAgentType",
|
|
495
|
+
"TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateId",
|
|
496
|
+
"TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateIdItem",
|
|
487
497
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAt",
|
|
488
498
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAtItem",
|
|
489
499
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedById",
|
|
@@ -543,6 +553,8 @@ __all__ = [
|
|
|
543
553
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemMetadataItem",
|
|
544
554
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemOrganizationId",
|
|
545
555
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemOrganizationIdItem",
|
|
556
|
+
"TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectId",
|
|
557
|
+
"TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectIdItem",
|
|
546
558
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItem",
|
|
547
559
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedAt",
|
|
548
560
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedAtItem",
|
|
@@ -573,6 +585,8 @@ __all__ = [
|
|
|
573
585
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemOrganizationIdItem",
|
|
574
586
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemUpdatedAt",
|
|
575
587
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemUpdatedAtItem",
|
|
588
|
+
"TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateId",
|
|
589
|
+
"TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateIdItem",
|
|
576
590
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariables",
|
|
577
591
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItem",
|
|
578
592
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemCreatedAt",
|
letta_client/agents/client.py
CHANGED
|
@@ -64,6 +64,9 @@ class AgentsClient:
|
|
|
64
64
|
after: typing.Optional[str] = None,
|
|
65
65
|
limit: typing.Optional[int] = None,
|
|
66
66
|
query_text: typing.Optional[str] = None,
|
|
67
|
+
project_id: typing.Optional[str] = None,
|
|
68
|
+
template_id: typing.Optional[str] = None,
|
|
69
|
+
base_template_id: typing.Optional[str] = None,
|
|
67
70
|
request_options: typing.Optional[RequestOptions] = None,
|
|
68
71
|
) -> typing.List[AgentState]:
|
|
69
72
|
"""
|
|
@@ -93,6 +96,15 @@ class AgentsClient:
|
|
|
93
96
|
query_text : typing.Optional[str]
|
|
94
97
|
Search agents by name
|
|
95
98
|
|
|
99
|
+
project_id : typing.Optional[str]
|
|
100
|
+
Search agents by project id
|
|
101
|
+
|
|
102
|
+
template_id : typing.Optional[str]
|
|
103
|
+
Search agents by template id
|
|
104
|
+
|
|
105
|
+
base_template_id : typing.Optional[str]
|
|
106
|
+
Search agents by base template id
|
|
107
|
+
|
|
96
108
|
request_options : typing.Optional[RequestOptions]
|
|
97
109
|
Request-specific configuration.
|
|
98
110
|
|
|
@@ -121,6 +133,9 @@ class AgentsClient:
|
|
|
121
133
|
"after": after,
|
|
122
134
|
"limit": limit,
|
|
123
135
|
"query_text": query_text,
|
|
136
|
+
"project_id": project_id,
|
|
137
|
+
"template_id": template_id,
|
|
138
|
+
"base_template_id": base_template_id,
|
|
124
139
|
},
|
|
125
140
|
request_options=request_options,
|
|
126
141
|
)
|
|
@@ -177,6 +192,9 @@ class AgentsClient:
|
|
|
177
192
|
project: typing.Optional[str] = OMIT,
|
|
178
193
|
tool_exec_environment_variables: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
179
194
|
memory_variables: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
195
|
+
project_id: typing.Optional[str] = OMIT,
|
|
196
|
+
template_id: typing.Optional[str] = OMIT,
|
|
197
|
+
base_template_id: typing.Optional[str] = OMIT,
|
|
180
198
|
request_options: typing.Optional[RequestOptions] = None,
|
|
181
199
|
) -> AgentState:
|
|
182
200
|
"""
|
|
@@ -262,6 +280,15 @@ class AgentsClient:
|
|
|
262
280
|
memory_variables : typing.Optional[typing.Dict[str, typing.Optional[str]]]
|
|
263
281
|
The variables that should be set for the agent.
|
|
264
282
|
|
|
283
|
+
project_id : typing.Optional[str]
|
|
284
|
+
The id of the project the agent belongs to.
|
|
285
|
+
|
|
286
|
+
template_id : typing.Optional[str]
|
|
287
|
+
The id of the template the agent belongs to.
|
|
288
|
+
|
|
289
|
+
base_template_id : typing.Optional[str]
|
|
290
|
+
The base template id of the agent.
|
|
291
|
+
|
|
265
292
|
request_options : typing.Optional[RequestOptions]
|
|
266
293
|
Request-specific configuration.
|
|
267
294
|
|
|
@@ -319,6 +346,9 @@ class AgentsClient:
|
|
|
319
346
|
"project": project,
|
|
320
347
|
"tool_exec_environment_variables": tool_exec_environment_variables,
|
|
321
348
|
"memory_variables": memory_variables,
|
|
349
|
+
"project_id": project_id,
|
|
350
|
+
"template_id": template_id,
|
|
351
|
+
"base_template_id": base_template_id,
|
|
322
352
|
},
|
|
323
353
|
headers={
|
|
324
354
|
"content-type": "application/json",
|
|
@@ -481,6 +511,9 @@ class AgentsClient:
|
|
|
481
511
|
description: typing.Optional[str] = OMIT,
|
|
482
512
|
metadata: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = OMIT,
|
|
483
513
|
tool_exec_environment_variables: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
514
|
+
project_id: typing.Optional[str] = OMIT,
|
|
515
|
+
template_id: typing.Optional[str] = OMIT,
|
|
516
|
+
base_template_id: typing.Optional[str] = OMIT,
|
|
484
517
|
request_options: typing.Optional[RequestOptions] = None,
|
|
485
518
|
) -> AgentState:
|
|
486
519
|
"""
|
|
@@ -529,6 +562,15 @@ class AgentsClient:
|
|
|
529
562
|
tool_exec_environment_variables : typing.Optional[typing.Dict[str, typing.Optional[str]]]
|
|
530
563
|
The environment variables for tool execution specific to this agent.
|
|
531
564
|
|
|
565
|
+
project_id : typing.Optional[str]
|
|
566
|
+
The id of the project the agent belongs to.
|
|
567
|
+
|
|
568
|
+
template_id : typing.Optional[str]
|
|
569
|
+
The id of the template the agent belongs to.
|
|
570
|
+
|
|
571
|
+
base_template_id : typing.Optional[str]
|
|
572
|
+
The base template id of the agent.
|
|
573
|
+
|
|
532
574
|
request_options : typing.Optional[RequestOptions]
|
|
533
575
|
Request-specific configuration.
|
|
534
576
|
|
|
@@ -571,6 +613,9 @@ class AgentsClient:
|
|
|
571
613
|
"description": description,
|
|
572
614
|
"metadata": metadata,
|
|
573
615
|
"tool_exec_environment_variables": tool_exec_environment_variables,
|
|
616
|
+
"project_id": project_id,
|
|
617
|
+
"template_id": template_id,
|
|
618
|
+
"base_template_id": base_template_id,
|
|
574
619
|
},
|
|
575
620
|
headers={
|
|
576
621
|
"content-type": "application/json",
|
|
@@ -762,6 +807,9 @@ class AsyncAgentsClient:
|
|
|
762
807
|
after: typing.Optional[str] = None,
|
|
763
808
|
limit: typing.Optional[int] = None,
|
|
764
809
|
query_text: typing.Optional[str] = None,
|
|
810
|
+
project_id: typing.Optional[str] = None,
|
|
811
|
+
template_id: typing.Optional[str] = None,
|
|
812
|
+
base_template_id: typing.Optional[str] = None,
|
|
765
813
|
request_options: typing.Optional[RequestOptions] = None,
|
|
766
814
|
) -> typing.List[AgentState]:
|
|
767
815
|
"""
|
|
@@ -791,6 +839,15 @@ class AsyncAgentsClient:
|
|
|
791
839
|
query_text : typing.Optional[str]
|
|
792
840
|
Search agents by name
|
|
793
841
|
|
|
842
|
+
project_id : typing.Optional[str]
|
|
843
|
+
Search agents by project id
|
|
844
|
+
|
|
845
|
+
template_id : typing.Optional[str]
|
|
846
|
+
Search agents by template id
|
|
847
|
+
|
|
848
|
+
base_template_id : typing.Optional[str]
|
|
849
|
+
Search agents by base template id
|
|
850
|
+
|
|
794
851
|
request_options : typing.Optional[RequestOptions]
|
|
795
852
|
Request-specific configuration.
|
|
796
853
|
|
|
@@ -827,6 +884,9 @@ class AsyncAgentsClient:
|
|
|
827
884
|
"after": after,
|
|
828
885
|
"limit": limit,
|
|
829
886
|
"query_text": query_text,
|
|
887
|
+
"project_id": project_id,
|
|
888
|
+
"template_id": template_id,
|
|
889
|
+
"base_template_id": base_template_id,
|
|
830
890
|
},
|
|
831
891
|
request_options=request_options,
|
|
832
892
|
)
|
|
@@ -883,6 +943,9 @@ class AsyncAgentsClient:
|
|
|
883
943
|
project: typing.Optional[str] = OMIT,
|
|
884
944
|
tool_exec_environment_variables: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
885
945
|
memory_variables: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
946
|
+
project_id: typing.Optional[str] = OMIT,
|
|
947
|
+
template_id: typing.Optional[str] = OMIT,
|
|
948
|
+
base_template_id: typing.Optional[str] = OMIT,
|
|
886
949
|
request_options: typing.Optional[RequestOptions] = None,
|
|
887
950
|
) -> AgentState:
|
|
888
951
|
"""
|
|
@@ -968,6 +1031,15 @@ class AsyncAgentsClient:
|
|
|
968
1031
|
memory_variables : typing.Optional[typing.Dict[str, typing.Optional[str]]]
|
|
969
1032
|
The variables that should be set for the agent.
|
|
970
1033
|
|
|
1034
|
+
project_id : typing.Optional[str]
|
|
1035
|
+
The id of the project the agent belongs to.
|
|
1036
|
+
|
|
1037
|
+
template_id : typing.Optional[str]
|
|
1038
|
+
The id of the template the agent belongs to.
|
|
1039
|
+
|
|
1040
|
+
base_template_id : typing.Optional[str]
|
|
1041
|
+
The base template id of the agent.
|
|
1042
|
+
|
|
971
1043
|
request_options : typing.Optional[RequestOptions]
|
|
972
1044
|
Request-specific configuration.
|
|
973
1045
|
|
|
@@ -1033,6 +1105,9 @@ class AsyncAgentsClient:
|
|
|
1033
1105
|
"project": project,
|
|
1034
1106
|
"tool_exec_environment_variables": tool_exec_environment_variables,
|
|
1035
1107
|
"memory_variables": memory_variables,
|
|
1108
|
+
"project_id": project_id,
|
|
1109
|
+
"template_id": template_id,
|
|
1110
|
+
"base_template_id": base_template_id,
|
|
1036
1111
|
},
|
|
1037
1112
|
headers={
|
|
1038
1113
|
"content-type": "application/json",
|
|
@@ -1211,6 +1286,9 @@ class AsyncAgentsClient:
|
|
|
1211
1286
|
description: typing.Optional[str] = OMIT,
|
|
1212
1287
|
metadata: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = OMIT,
|
|
1213
1288
|
tool_exec_environment_variables: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
|
|
1289
|
+
project_id: typing.Optional[str] = OMIT,
|
|
1290
|
+
template_id: typing.Optional[str] = OMIT,
|
|
1291
|
+
base_template_id: typing.Optional[str] = OMIT,
|
|
1214
1292
|
request_options: typing.Optional[RequestOptions] = None,
|
|
1215
1293
|
) -> AgentState:
|
|
1216
1294
|
"""
|
|
@@ -1259,6 +1337,15 @@ class AsyncAgentsClient:
|
|
|
1259
1337
|
tool_exec_environment_variables : typing.Optional[typing.Dict[str, typing.Optional[str]]]
|
|
1260
1338
|
The environment variables for tool execution specific to this agent.
|
|
1261
1339
|
|
|
1340
|
+
project_id : typing.Optional[str]
|
|
1341
|
+
The id of the project the agent belongs to.
|
|
1342
|
+
|
|
1343
|
+
template_id : typing.Optional[str]
|
|
1344
|
+
The id of the template the agent belongs to.
|
|
1345
|
+
|
|
1346
|
+
base_template_id : typing.Optional[str]
|
|
1347
|
+
The base template id of the agent.
|
|
1348
|
+
|
|
1262
1349
|
request_options : typing.Optional[RequestOptions]
|
|
1263
1350
|
Request-specific configuration.
|
|
1264
1351
|
|
|
@@ -1309,6 +1396,9 @@ class AsyncAgentsClient:
|
|
|
1309
1396
|
"description": description,
|
|
1310
1397
|
"metadata": metadata,
|
|
1311
1398
|
"tool_exec_environment_variables": tool_exec_environment_variables,
|
|
1399
|
+
"project_id": project_id,
|
|
1400
|
+
"template_id": template_id,
|
|
1401
|
+
"base_template_id": base_template_id,
|
|
1312
1402
|
},
|
|
1313
1403
|
headers={
|
|
1314
1404
|
"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.25",
|
|
20
20
|
}
|
|
21
21
|
if self.token is not None:
|
|
22
22
|
headers["Authorization"] = f"Bearer {self.token}"
|
|
@@ -4,6 +4,8 @@ from .types import (
|
|
|
4
4
|
TemplatesCreateAgentsFromTemplateResponse,
|
|
5
5
|
TemplatesCreateAgentsFromTemplateResponseAgentsItem,
|
|
6
6
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemAgentType,
|
|
7
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateId,
|
|
8
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateIdItem,
|
|
7
9
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAt,
|
|
8
10
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAtItem,
|
|
9
11
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedById,
|
|
@@ -63,6 +65,8 @@ from .types import (
|
|
|
63
65
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemMetadataItem,
|
|
64
66
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemOrganizationId,
|
|
65
67
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemOrganizationIdItem,
|
|
68
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectId,
|
|
69
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectIdItem,
|
|
66
70
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItem,
|
|
67
71
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedAt,
|
|
68
72
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedAtItem,
|
|
@@ -93,6 +97,8 @@ from .types import (
|
|
|
93
97
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemOrganizationIdItem,
|
|
94
98
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemUpdatedAt,
|
|
95
99
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemUpdatedAtItem,
|
|
100
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateId,
|
|
101
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateIdItem,
|
|
96
102
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariables,
|
|
97
103
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItem,
|
|
98
104
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemCreatedAt,
|
|
@@ -159,6 +165,8 @@ __all__ = [
|
|
|
159
165
|
"TemplatesCreateAgentsFromTemplateResponse",
|
|
160
166
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItem",
|
|
161
167
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemAgentType",
|
|
168
|
+
"TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateId",
|
|
169
|
+
"TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateIdItem",
|
|
162
170
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAt",
|
|
163
171
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAtItem",
|
|
164
172
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedById",
|
|
@@ -218,6 +226,8 @@ __all__ = [
|
|
|
218
226
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemMetadataItem",
|
|
219
227
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemOrganizationId",
|
|
220
228
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemOrganizationIdItem",
|
|
229
|
+
"TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectId",
|
|
230
|
+
"TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectIdItem",
|
|
221
231
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItem",
|
|
222
232
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedAt",
|
|
223
233
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedAtItem",
|
|
@@ -248,6 +258,8 @@ __all__ = [
|
|
|
248
258
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemOrganizationIdItem",
|
|
249
259
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemUpdatedAt",
|
|
250
260
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemUpdatedAtItem",
|
|
261
|
+
"TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateId",
|
|
262
|
+
"TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateIdItem",
|
|
251
263
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariables",
|
|
252
264
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItem",
|
|
253
265
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemCreatedAt",
|
|
@@ -7,6 +7,12 @@ from .templates_create_agents_from_template_response_agents_item import (
|
|
|
7
7
|
from .templates_create_agents_from_template_response_agents_item_agent_type import (
|
|
8
8
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemAgentType,
|
|
9
9
|
)
|
|
10
|
+
from .templates_create_agents_from_template_response_agents_item_base_template_id import (
|
|
11
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateId,
|
|
12
|
+
)
|
|
13
|
+
from .templates_create_agents_from_template_response_agents_item_base_template_id_item import (
|
|
14
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateIdItem,
|
|
15
|
+
)
|
|
10
16
|
from .templates_create_agents_from_template_response_agents_item_created_at import (
|
|
11
17
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAt,
|
|
12
18
|
)
|
|
@@ -184,6 +190,12 @@ from .templates_create_agents_from_template_response_agents_item_organization_id
|
|
|
184
190
|
from .templates_create_agents_from_template_response_agents_item_organization_id_item import (
|
|
185
191
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemOrganizationIdItem,
|
|
186
192
|
)
|
|
193
|
+
from .templates_create_agents_from_template_response_agents_item_project_id import (
|
|
194
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectId,
|
|
195
|
+
)
|
|
196
|
+
from .templates_create_agents_from_template_response_agents_item_project_id_item import (
|
|
197
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectIdItem,
|
|
198
|
+
)
|
|
187
199
|
from .templates_create_agents_from_template_response_agents_item_sources_item import (
|
|
188
200
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItem,
|
|
189
201
|
)
|
|
@@ -274,6 +286,12 @@ from .templates_create_agents_from_template_response_agents_item_sources_item_up
|
|
|
274
286
|
from .templates_create_agents_from_template_response_agents_item_sources_item_updated_at_item import (
|
|
275
287
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemUpdatedAtItem,
|
|
276
288
|
)
|
|
289
|
+
from .templates_create_agents_from_template_response_agents_item_template_id import (
|
|
290
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateId,
|
|
291
|
+
)
|
|
292
|
+
from .templates_create_agents_from_template_response_agents_item_template_id_item import (
|
|
293
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateIdItem,
|
|
294
|
+
)
|
|
277
295
|
from .templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables import (
|
|
278
296
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariables,
|
|
279
297
|
)
|
|
@@ -459,6 +477,8 @@ __all__ = [
|
|
|
459
477
|
"TemplatesCreateAgentsFromTemplateResponse",
|
|
460
478
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItem",
|
|
461
479
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemAgentType",
|
|
480
|
+
"TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateId",
|
|
481
|
+
"TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateIdItem",
|
|
462
482
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAt",
|
|
463
483
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAtItem",
|
|
464
484
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedById",
|
|
@@ -518,6 +538,8 @@ __all__ = [
|
|
|
518
538
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemMetadataItem",
|
|
519
539
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemOrganizationId",
|
|
520
540
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemOrganizationIdItem",
|
|
541
|
+
"TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectId",
|
|
542
|
+
"TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectIdItem",
|
|
521
543
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItem",
|
|
522
544
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedAt",
|
|
523
545
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemCreatedAtItem",
|
|
@@ -548,6 +570,8 @@ __all__ = [
|
|
|
548
570
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemOrganizationIdItem",
|
|
549
571
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemUpdatedAt",
|
|
550
572
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemSourcesItemUpdatedAtItem",
|
|
573
|
+
"TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateId",
|
|
574
|
+
"TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateIdItem",
|
|
551
575
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariables",
|
|
552
576
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItem",
|
|
553
577
|
"TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariablesItemCreatedAt",
|
|
@@ -50,6 +50,15 @@ from .templates_create_agents_from_template_response_agents_item_sources_item im
|
|
|
50
50
|
from .templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables import (
|
|
51
51
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariables,
|
|
52
52
|
)
|
|
53
|
+
from .templates_create_agents_from_template_response_agents_item_project_id import (
|
|
54
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectId,
|
|
55
|
+
)
|
|
56
|
+
from .templates_create_agents_from_template_response_agents_item_template_id import (
|
|
57
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateId,
|
|
58
|
+
)
|
|
59
|
+
from .templates_create_agents_from_template_response_agents_item_base_template_id import (
|
|
60
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateId,
|
|
61
|
+
)
|
|
53
62
|
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
54
63
|
import pydantic
|
|
55
64
|
|
|
@@ -77,6 +86,9 @@ class TemplatesCreateAgentsFromTemplateResponseAgentsItem(UncheckedBaseModel):
|
|
|
77
86
|
tool_exec_environment_variables: typing.Optional[
|
|
78
87
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolExecEnvironmentVariables
|
|
79
88
|
] = None
|
|
89
|
+
project_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectId] = None
|
|
90
|
+
template_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateId] = None
|
|
91
|
+
base_template_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateId] = None
|
|
80
92
|
|
|
81
93
|
if IS_PYDANTIC_V2:
|
|
82
94
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
from .templates_create_agents_from_template_response_agents_item_base_template_id_item import (
|
|
5
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateIdItem,
|
|
6
|
+
)
|
|
7
|
+
|
|
8
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateId = typing.Union[
|
|
9
|
+
str,
|
|
10
|
+
typing.Optional[str],
|
|
11
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateIdItem]],
|
|
12
|
+
typing.Optional[typing.Any],
|
|
13
|
+
]
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
from .templates_create_agents_from_template_response_agents_item_project_id_item import (
|
|
5
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectIdItem,
|
|
6
|
+
)
|
|
7
|
+
|
|
8
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectId = typing.Union[
|
|
9
|
+
str,
|
|
10
|
+
typing.Optional[str],
|
|
11
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemProjectIdItem]],
|
|
12
|
+
typing.Optional[typing.Any],
|
|
13
|
+
]
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
from .templates_create_agents_from_template_response_agents_item_template_id_item import (
|
|
5
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateIdItem,
|
|
6
|
+
)
|
|
7
|
+
|
|
8
|
+
TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateId = typing.Union[
|
|
9
|
+
str,
|
|
10
|
+
typing.Optional[str],
|
|
11
|
+
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemTemplateIdItem]],
|
|
12
|
+
typing.Optional[typing.Any],
|
|
13
|
+
]
|
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolsItemToolType = typing.Union[
|
|
6
|
-
typing.Literal[
|
|
6
|
+
typing.Literal[
|
|
7
|
+
"custom", "letta_core", "letta_memory_core", "letta_multi_agent_core", "external_composio", "external_langchain"
|
|
8
|
+
],
|
|
7
9
|
typing.Any,
|
|
8
10
|
]
|
letta_client/types/__init__.py
CHANGED
|
@@ -122,6 +122,7 @@ from .openai_types_chat_completion_create_params_function import OpenaiTypesChat
|
|
|
122
122
|
from .organization import Organization
|
|
123
123
|
from .organization_create import OrganizationCreate
|
|
124
124
|
from .passage import Passage
|
|
125
|
+
from .pip_requirement import PipRequirement
|
|
125
126
|
from .provider import Provider
|
|
126
127
|
from .reasoning_message import ReasoningMessage
|
|
127
128
|
from .response_format_json_object import ResponseFormatJsonObject
|
|
@@ -278,6 +279,7 @@ __all__ = [
|
|
|
278
279
|
"Organization",
|
|
279
280
|
"OrganizationCreate",
|
|
280
281
|
"Passage",
|
|
282
|
+
"PipRequirement",
|
|
281
283
|
"Provider",
|
|
282
284
|
"ReasoningMessage",
|
|
283
285
|
"ResponseFormatJsonObject",
|
|
@@ -128,6 +128,21 @@ class AgentState(UncheckedBaseModel):
|
|
|
128
128
|
The environment variables for tool execution specific to this agent.
|
|
129
129
|
"""
|
|
130
130
|
|
|
131
|
+
project_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
132
|
+
"""
|
|
133
|
+
The id of the project the agent belongs to.
|
|
134
|
+
"""
|
|
135
|
+
|
|
136
|
+
template_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
137
|
+
"""
|
|
138
|
+
The id of the template the agent belongs to.
|
|
139
|
+
"""
|
|
140
|
+
|
|
141
|
+
base_template_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
142
|
+
"""
|
|
143
|
+
The base template id of the agent.
|
|
144
|
+
"""
|
|
145
|
+
|
|
131
146
|
if IS_PYDANTIC_V2:
|
|
132
147
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
133
148
|
else:
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
|
|
3
3
|
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
4
|
-
import pydantic
|
|
5
4
|
import typing
|
|
5
|
+
import pydantic
|
|
6
|
+
from .pip_requirement import PipRequirement
|
|
6
7
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
8
|
|
|
8
9
|
|
|
9
10
|
class LocalSandboxConfig(UncheckedBaseModel):
|
|
10
|
-
sandbox_dir: str = pydantic.Field()
|
|
11
|
+
sandbox_dir: typing.Optional[str] = pydantic.Field(default=None)
|
|
11
12
|
"""
|
|
12
13
|
Directory for the sandbox environment.
|
|
13
14
|
"""
|
|
@@ -22,6 +23,11 @@ class LocalSandboxConfig(UncheckedBaseModel):
|
|
|
22
23
|
The name for the venv in the sandbox directory. We first search for an existing venv with this name, otherwise, we make it from the requirements.txt.
|
|
23
24
|
"""
|
|
24
25
|
|
|
26
|
+
pip_requirements: typing.Optional[typing.List[PipRequirement]] = pydantic.Field(default=None)
|
|
27
|
+
"""
|
|
28
|
+
List of pip packages to install with mandatory name and optional version following semantic versioning. This only is considered when use_venv is True.
|
|
29
|
+
"""
|
|
30
|
+
|
|
25
31
|
if IS_PYDANTIC_V2:
|
|
26
32
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
27
33
|
else:
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
4
|
+
import pydantic
|
|
5
|
+
import typing
|
|
6
|
+
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class PipRequirement(UncheckedBaseModel):
|
|
10
|
+
name: str = pydantic.Field()
|
|
11
|
+
"""
|
|
12
|
+
Name of the pip package.
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
version: typing.Optional[str] = pydantic.Field(default=None)
|
|
16
|
+
"""
|
|
17
|
+
Optional version of the package, following semantic versioning.
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
if IS_PYDANTIC_V2:
|
|
21
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
22
|
+
else:
|
|
23
|
+
|
|
24
|
+
class Config:
|
|
25
|
+
frozen = True
|
|
26
|
+
smart_union = True
|
|
27
|
+
extra = pydantic.Extra.allow
|
letta_client/types/tool_type.py
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
ToolType = typing.Union[
|
|
6
|
-
typing.Literal[
|
|
6
|
+
typing.Literal[
|
|
7
|
+
"custom", "letta_core", "letta_memory_core", "letta_multi_agent_core", "external_composio", "external_langchain"
|
|
8
|
+
],
|
|
7
9
|
typing.Any,
|
|
8
10
|
]
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
letta_client/__init__.py,sha256=
|
|
1
|
+
letta_client/__init__.py,sha256=sGORlcqNBLclhL2qxIV5cWagu_4bYf80Q_o8ICLmKLg,37669
|
|
2
2
|
letta_client/agents/__init__.py,sha256=I9DFTI2KpMg8sEGF1oCYefDS8tykQ2nRKi_axy8uMhI,1560
|
|
3
3
|
letta_client/agents/archival_memory/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
4
4
|
letta_client/agents/archival_memory/client.py,sha256=VTlL-cGmYBYdVI5owY8Gbbj4dscUCtSzL34Gm_5Nvk4,14872
|
|
5
|
-
letta_client/agents/client.py,sha256=
|
|
5
|
+
letta_client/agents/client.py,sha256=qFiNx1y3E0IFQ_2LWvMr0TuCR83XrfVqOMiZIVfZt14,58354
|
|
6
6
|
letta_client/agents/context/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
7
7
|
letta_client/agents/context/client.py,sha256=GKKvoG4N_K8Biz9yDjeIHpFG0C8Cwc7tHmEX3pTL_9U,4815
|
|
8
8
|
letta_client/agents/core_memory/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
@@ -42,7 +42,7 @@ letta_client/blocks/client.py,sha256=AeQQ-IdYhV-zqLTt3PTrJOtJ6XtBZcXNC108Y5EogVU
|
|
|
42
42
|
letta_client/client.py,sha256=y2cXN0ApFul2Lz-fVh5TbeYbQ8oUjnXcwJ6wUczEf2c,2457
|
|
43
43
|
letta_client/core/__init__.py,sha256=OKbX2aCZXgHCDUsCouqv-OiX32xA6eFFCKIUH9M5Vzk,1591
|
|
44
44
|
letta_client/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
|
45
|
-
letta_client/core/client_wrapper.py,sha256=
|
|
45
|
+
letta_client/core/client_wrapper.py,sha256=7WZI50mi5rGsaMQbfVvvW1rmZmSiItjehlHh4blD-ic,1997
|
|
46
46
|
letta_client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
|
47
47
|
letta_client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
|
48
48
|
letta_client/core/http_client.py,sha256=siUQ6UV0ARZALlxubqWSSAAPC9B4VW8y6MGlHStfaeo,19552
|
|
@@ -80,12 +80,14 @@ letta_client/steps/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_p
|
|
|
80
80
|
letta_client/steps/client.py,sha256=nHd4ZxYeaVgYf9ZewBCLc58DZ38LoW97W-xbc2oOL_0,10900
|
|
81
81
|
letta_client/tag/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
82
82
|
letta_client/tag/client.py,sha256=TBAotdb0e2_x2pANF4dOE1qmWY3GIgb7nOhvN7iZ3_4,5183
|
|
83
|
-
letta_client/templates/__init__.py,sha256=
|
|
83
|
+
letta_client/templates/__init__.py,sha256=Mkpnea2biqb9PObEyTBs2KZMW_XnIzDHi_Bs8yLn7lw,26679
|
|
84
84
|
letta_client/templates/client.py,sha256=QnDjZGddgxDUfvEPybgEW3qE29n43JVE1tn6-FCZ990,6482
|
|
85
|
-
letta_client/templates/types/__init__.py,sha256=
|
|
85
|
+
letta_client/templates/types/__init__.py,sha256=tkVSnzJVycQKP4fkcRPRJgMhAab3f81KbPCJhvN888o,43544
|
|
86
86
|
letta_client/templates/types/templates_create_agents_from_template_response.py,sha256=7rV8AJ6_35MTo2bsgVVvdEzn5LHKdoaNhuHFy5ABsIc,784
|
|
87
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item.py,sha256=
|
|
87
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item.py,sha256=pOs4foKunsw4RpBC7dwMwj4D7Ea4YaYWRfKa6OoUJ_E,5551
|
|
88
88
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_agent_type.py,sha256=1YGJe4QqKmUsJRXlvhXH8xl7PhpCgTQip-aT1Zd3h0c,271
|
|
89
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id.py,sha256=Giq4AX2SRh9ZWnakEpn3jovsaf2n4eG5m5CisLGE0Ao,510
|
|
90
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id_item.py,sha256=9hfn8doRLvqLAHnzJ9w13lR-dMG_4iv_wfKR6z7pUdg,192
|
|
89
91
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_at.py,sha256=nmQ5bS6aOvRBSfrIKcH93EaUNNqiFPqETj4tyqIVUPo,489
|
|
90
92
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_at_item.py,sha256=fu5mYHTTKK_olak7X1qXfxEZBIF527IWw-i0nmRsGdQ,187
|
|
91
93
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_by_id.py,sha256=7Ju4YT1FuM3hmU9xtut54eTaWSQxIr-KhGipZCVingE,498
|
|
@@ -145,6 +147,8 @@ letta_client/templates/types/templates_create_agents_from_template_response_agen
|
|
|
145
147
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_metadata_item.py,sha256=43TRZ92wYQtVTHdN_2BP96r4dIh7IWRSDO0lVObV4r4,216
|
|
146
148
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_organization_id.py,sha256=hAz3o3_WfFqdJmsYdju6pXj-4ChbkYB8Cp1hDtVDLVs,509
|
|
147
149
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_organization_id_item.py,sha256=O7hNKYQFed7cnq7j0IuTHxiXxjEnx9NSfO-DUq-KIXo,192
|
|
150
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_project_id.py,sha256=vg0oOvJlrMjF--ogPJGdY4_EcI8ihlzgQPQ04uubzdk,489
|
|
151
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_project_id_item.py,sha256=Cv_esfzyFmx4XCz5Q_Bjsr98OhJYhVqSwZ1dF60xxQs,187
|
|
148
152
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item.py,sha256=ypjpwE3_to9Zw4fFXyE-dFIQx2fT3JckFTFDdZl01RA,3268
|
|
149
153
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at.py,sha256=isIG1hHcQBquFAVqGDvJ30Vc4bfm5bTUnTTwtbP0rXE,535
|
|
150
154
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at_item.py,sha256=-8S1sSNv9Flh4zxdEiScxUHlHShqRK0xpyLDRHzcwL0,198
|
|
@@ -175,6 +179,8 @@ letta_client/templates/types/templates_create_agents_from_template_response_agen
|
|
|
175
179
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_organization_id_item.py,sha256=PlXaVHVu_sKUz5QIkwLJPrwF5On4pzRxZ7Y4dzprk60,209
|
|
176
180
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at.py,sha256=YAP6vPnr4_Tn4R4K_jiO9cezDQZ_TFiPcvXxhNMnrN4,535
|
|
177
181
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at_item.py,sha256=hhv_Dk-0wRe02P7mQ7Yc_1I0Rgiafhni0AV10JR263s,198
|
|
182
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_template_id.py,sha256=6KJYVntqECGF34tZe6OyOvXp6OOCyzScV-EStgUAA1M,493
|
|
183
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_template_id_item.py,sha256=6T-apkxRO1M4RNBPA_6psbasl5dmUkU8D4Vkn51CTqc,188
|
|
178
184
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables.py,sha256=riTRpywTyCIkdnYIdNuwsgH0djQ6xj-jAD9o0jiecFI,515
|
|
179
185
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item.py,sha256=vOI2LMQrccr3BJIdmtNbHrmmfUY69YFnKJDOD-ru7do,3265
|
|
180
186
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at.py,sha256=4ftavcRO_beRQ8RZVb-TFPKu7_liR8Aj642LPdfsXr0,658
|
|
@@ -232,17 +238,17 @@ letta_client/templates/types/templates_create_agents_from_template_response_agen
|
|
|
232
238
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_code_item.py,sha256=C4BCxqXMLu8iFiSYcUe9OXNMvie9tsOngtim-1lM3x8,197
|
|
233
239
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type.py,sha256=5htgo4AsPp2CCyTZXBIoiCREv_8Tr5tFp3vx25QWl1M,498
|
|
234
240
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type_item.py,sha256=B5EL59bffAOWVRmxo51Hah0iLQZCtllVW3tS_znwsgY,197
|
|
235
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_tool_type.py,sha256=
|
|
241
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_tool_type.py,sha256=aY3SAosSIjzi6RYFMKXpYgMeVARVwFTRokPItoBwrdE,331
|
|
236
242
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_updated_at.py,sha256=p8tLhJJIJTSW0JfQKEPbuhjuRcBbALfqgxrJ79tbNYQ,489
|
|
237
243
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_updated_at_item.py,sha256=uXkJJCwx44tIcYHCkXzAqvIvhtQDN9mYZanKbLBJNyI,187
|
|
238
244
|
letta_client/tools/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
239
245
|
letta_client/tools/client.py,sha256=nv4PKwwlBsyGYm9B_3okgaiNFbbMYfZ53bzeoaAhVfU,53219
|
|
240
|
-
letta_client/types/__init__.py,sha256=
|
|
246
|
+
letta_client/types/__init__.py,sha256=lIEkIkJF2CxdYemPIZ1zOQrX-pHHreQWEr4OcMZOOUM,14904
|
|
241
247
|
letta_client/types/action_model.py,sha256=y1e2XMv3skFaNJIBdYoBKgiORzGh05aOVvu-qVR9uHg,1240
|
|
242
248
|
letta_client/types/action_parameters_model.py,sha256=zKzJkjtu1pt4BEA2GHlg9rMWja5a0uZygOpOx3FbgIM,749
|
|
243
249
|
letta_client/types/action_response_model.py,sha256=5OuImT0EQFkAnc81F6tZsVEwYG8rKbIrx_ydGiKqwog,745
|
|
244
250
|
letta_client/types/agent_environment_variable.py,sha256=vutZLcR0yETltgOZ7E_o9kR4vOdBxybVL9lzXSux75w,1698
|
|
245
|
-
letta_client/types/agent_state.py,sha256=
|
|
251
|
+
letta_client/types/agent_state.py,sha256=QM0iovYsROEFi7EEttaYveMf-jJWgTbZIKtjmIX6G6w,4555
|
|
246
252
|
letta_client/types/agent_state_tool_rules_item.py,sha256=-1gMhEZOThSYXXTWxZXtSNpkANOTws0bZcEXf-PQCJA,375
|
|
247
253
|
letta_client/types/agent_type.py,sha256=iZ3Wa4BUddDeFSgcK3Z0WUKCQYDRCEo0aJICKsc3HL0,220
|
|
248
254
|
letta_client/types/app_auth_scheme.py,sha256=_6FLlw3drQ3HDSP9SecStBwQyE0DgL6UvKFArCC4yp8,1242
|
|
@@ -338,7 +344,7 @@ letta_client/types/letta_response.py,sha256=i5gAUTgWzIst_RP8I_zSh0GSnLIS3z--1BmK
|
|
|
338
344
|
letta_client/types/letta_usage_statistics.py,sha256=0BHM3ArfwH6WVJNHYja7LI2k3BZ3jt0o_COfgA4muWo,1537
|
|
339
345
|
letta_client/types/llm_config.py,sha256=8Phumb-vTzIED8vi2tFMGP8kCITCgEtl5vv99p6vot8,2796
|
|
340
346
|
letta_client/types/llm_config_model_endpoint_type.py,sha256=zz7qt0dCqX06vu8mTN1vIvO7iPl1CNbKTFHd-Qg6q6E,524
|
|
341
|
-
letta_client/types/local_sandbox_config.py,sha256=
|
|
347
|
+
letta_client/types/local_sandbox_config.py,sha256=jfe7akG_YrJJ8csLaLdev04Zg1x-PTN0XCAL4KifaZI,1387
|
|
342
348
|
letta_client/types/memory.py,sha256=KD5MkDQB-vbRPT9f_-yFBWY1WUW_NWxYEI0IiflG6P8,1035
|
|
343
349
|
letta_client/types/message.py,sha256=Mg6oT5sP5NVqBXSz9lpWkRW-6Sq_YiOLX-fT3KrwoaY,3137
|
|
344
350
|
letta_client/types/message_create.py,sha256=x80xQYxC3IUHs7PKCqHfeJkHRh02dx0oOc0PoJO8krc,1011
|
|
@@ -354,6 +360,7 @@ letta_client/types/openai_types_chat_completion_create_params_function.py,sha256
|
|
|
354
360
|
letta_client/types/organization.py,sha256=vSXwqYTpxGZgpMTv8rw5jzklZnUYjS6yBTkEFNPNSrU,927
|
|
355
361
|
letta_client/types/organization_create.py,sha256=xlF1FgDRa7zpv49kVGWYchcSEUjPEsjF5_m2xHWb9VM,661
|
|
356
362
|
letta_client/types/passage.py,sha256=1OM19TyVCQEL1P3BC58hmzWfawZM4vejiKr0P11dOUk,3034
|
|
363
|
+
letta_client/types/pip_requirement.py,sha256=Hmh7VpJhdSfFkafh6QwAehCp0MQUBXv1YAoYP-2wV2M,773
|
|
357
364
|
letta_client/types/provider.py,sha256=RvdE9dzGFJ4hcmyvk2xeO7RNpxQvXhB_S9DNy8t_z-E,1053
|
|
358
365
|
letta_client/types/reasoning_message.py,sha256=NmPZqN7hxYVkh7WKYxHTIfqTDqxVLbNZYB5G9TyQ5mc,958
|
|
359
366
|
letta_client/types/response_format_json_object.py,sha256=ZSWmwdN8itFr5q77mxuBhEWRBh2CubAonJUCi88UjbA,611
|
|
@@ -383,7 +390,7 @@ letta_client/types/tool_call_message_tool_call.py,sha256=twtq5-vZIeh1nShqm8iTCN9
|
|
|
383
390
|
letta_client/types/tool_create.py,sha256=OHG0RqVSLi7O_C_vhbo-1AN5FPCy-JTbDc0a88_Z5XE,1347
|
|
384
391
|
letta_client/types/tool_return_message.py,sha256=hQ-17bvNGoSaCow4AvWSGLTa80fKuXP2bxXGNUXuX0w,1591
|
|
385
392
|
letta_client/types/tool_return_message_status.py,sha256=FvFOMaG9mnmgnHi2UBQVQQMtHFabbWnQnHTxGUDgVl0,167
|
|
386
|
-
letta_client/types/tool_type.py,sha256=
|
|
393
|
+
letta_client/types/tool_type.py,sha256=Br4Lk5nEsc8wcWP1leTqGPaYnNVWo4xMmoAksUTVqOA,271
|
|
387
394
|
letta_client/types/usage_statistics.py,sha256=btEmMUxFVu7oQQtBCdQqFJ6XddgmR84799-AdlsHh0w,690
|
|
388
395
|
letta_client/types/user.py,sha256=z_v1uqQ6HYwV_Pp7wDDqS6QWhslHgdUH-AldV-jnmKQ,1349
|
|
389
396
|
letta_client/types/user_create.py,sha256=prQea3xb2-Cm64wv6Y84OfhWNWrA2P8SH5yhUxejzOI,616
|
|
@@ -393,6 +400,6 @@ letta_client/types/user_update.py,sha256=0Bl1OjO7bfmlpsGQ36dSh6DH1UB_wJOTNewS0wD
|
|
|
393
400
|
letta_client/types/validation_error.py,sha256=ACDS7wL5nQbS8ymFhWljwbBJmbugNa8bs2O5xEZC3u4,680
|
|
394
401
|
letta_client/types/validation_error_loc_item.py,sha256=LAtjCHIllWRBFXvAZ5QZpp7CPXjdtN9EB7HrLVo6EP0,128
|
|
395
402
|
letta_client/version.py,sha256=bttKLbIhO3UonCYQlqs600zzbQgfhCCMjeXR9WRzid4,79
|
|
396
|
-
letta_client-0.1.
|
|
397
|
-
letta_client-0.1.
|
|
398
|
-
letta_client-0.1.
|
|
403
|
+
letta_client-0.1.25.dist-info/METADATA,sha256=DtbM_DjK47DdmGJECQvd0zv56jonG7tDVEcsIzML9BY,4942
|
|
404
|
+
letta_client-0.1.25.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
405
|
+
letta_client-0.1.25.dist-info/RECORD,,
|
|
File without changes
|