letta-client 0.1.23__py3-none-any.whl → 0.1.24__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 +4 -27
- letta_client/agents/types/create_agent_request_tool_rules_item.py +3 -3
- letta_client/agents/types/update_agent_tool_rules_item.py +3 -3
- letta_client/base_client.py +4 -0
- letta_client/core/client_wrapper.py +1 -1
- letta_client/steps/__init__.py +2 -0
- letta_client/steps/client.py +339 -0
- letta_client/templates/__init__.py +0 -24
- letta_client/templates/types/__init__.py +0 -48
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_type.py +1 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_children_type.py +1 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item.py +0 -4
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_type.py +1 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_children_type.py +1 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one_type.py +1 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two_type.py +1 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one_type.py +1 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two_type.py +1 -7
- letta_client/tools/client.py +8 -0
- letta_client/types/__init__.py +2 -2
- letta_client/types/agent_state_tool_rules_item.py +3 -3
- letta_client/types/child_tool_rule.py +1 -2
- letta_client/types/conditional_tool_rule.py +1 -2
- letta_client/types/init_tool_rule.py +1 -2
- letta_client/types/step.py +90 -0
- letta_client/types/terminal_tool_rule.py +1 -2
- {letta_client-0.1.23.dist-info → letta_client-0.1.24.dist-info}/METADATA +1 -1
- {letta_client-0.1.23.dist-info → letta_client-0.1.24.dist-info}/RECORD +29 -39
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item.py +0 -22
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping.py +0 -38
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_default_child.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_default_child_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_require_output_mapping.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_type.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_children.py +0 -24
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_children_type.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_one.py +0 -23
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_one_type.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_two.py +0 -23
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_two_type.py +0 -13
- letta_client/types/tool_rule_type.py +0 -10
- {letta_client-0.1.23.dist-info → letta_client-0.1.24.dist-info}/WHEEL +0 -0
|
@@ -3,11 +3,5 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemOneType = typing.Union[
|
|
6
|
-
typing.Literal["
|
|
7
|
-
typing.Literal["TerminalToolRule"],
|
|
8
|
-
typing.Literal["continue_loop"],
|
|
9
|
-
typing.Literal["conditional"],
|
|
10
|
-
typing.Literal["ToolRule"],
|
|
11
|
-
typing.Literal["require_parent_tools"],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
6
|
+
typing.Literal["run_first"], typing.Optional[typing.Any]
|
|
13
7
|
]
|
|
@@ -3,11 +3,5 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemTwoType = typing.Union[
|
|
6
|
-
typing.Literal["
|
|
7
|
-
typing.Literal["TerminalToolRule"],
|
|
8
|
-
typing.Literal["continue_loop"],
|
|
9
|
-
typing.Literal["conditional"],
|
|
10
|
-
typing.Literal["ToolRule"],
|
|
11
|
-
typing.Literal["require_parent_tools"],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
6
|
+
typing.Literal["exit_loop"], typing.Optional[typing.Any]
|
|
13
7
|
]
|
|
@@ -3,11 +3,5 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemOneType = typing.Union[
|
|
6
|
-
typing.Literal["
|
|
7
|
-
typing.Literal["TerminalToolRule"],
|
|
8
|
-
typing.Literal["continue_loop"],
|
|
9
|
-
typing.Literal["conditional"],
|
|
10
|
-
typing.Literal["ToolRule"],
|
|
11
|
-
typing.Literal["require_parent_tools"],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
6
|
+
typing.Literal["run_first"], typing.Optional[typing.Any]
|
|
13
7
|
]
|
|
@@ -3,11 +3,5 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemTwoType = typing.Union[
|
|
6
|
-
typing.Literal["
|
|
7
|
-
typing.Literal["TerminalToolRule"],
|
|
8
|
-
typing.Literal["continue_loop"],
|
|
9
|
-
typing.Literal["conditional"],
|
|
10
|
-
typing.Literal["ToolRule"],
|
|
11
|
-
typing.Literal["require_parent_tools"],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
6
|
+
typing.Literal["exit_loop"], typing.Optional[typing.Any]
|
|
13
7
|
]
|
letta_client/tools/client.py
CHANGED
|
@@ -239,6 +239,7 @@ class ToolsClient:
|
|
|
239
239
|
*,
|
|
240
240
|
after: typing.Optional[str] = None,
|
|
241
241
|
limit: typing.Optional[int] = None,
|
|
242
|
+
name: typing.Optional[str] = None,
|
|
242
243
|
request_options: typing.Optional[RequestOptions] = None,
|
|
243
244
|
) -> typing.List[Tool]:
|
|
244
245
|
"""
|
|
@@ -250,6 +251,8 @@ class ToolsClient:
|
|
|
250
251
|
|
|
251
252
|
limit : typing.Optional[int]
|
|
252
253
|
|
|
254
|
+
name : typing.Optional[str]
|
|
255
|
+
|
|
253
256
|
request_options : typing.Optional[RequestOptions]
|
|
254
257
|
Request-specific configuration.
|
|
255
258
|
|
|
@@ -273,6 +276,7 @@ class ToolsClient:
|
|
|
273
276
|
params={
|
|
274
277
|
"after": after,
|
|
275
278
|
"limit": limit,
|
|
279
|
+
"name": name,
|
|
276
280
|
},
|
|
277
281
|
request_options=request_options,
|
|
278
282
|
)
|
|
@@ -1037,6 +1041,7 @@ class AsyncToolsClient:
|
|
|
1037
1041
|
*,
|
|
1038
1042
|
after: typing.Optional[str] = None,
|
|
1039
1043
|
limit: typing.Optional[int] = None,
|
|
1044
|
+
name: typing.Optional[str] = None,
|
|
1040
1045
|
request_options: typing.Optional[RequestOptions] = None,
|
|
1041
1046
|
) -> typing.List[Tool]:
|
|
1042
1047
|
"""
|
|
@@ -1048,6 +1053,8 @@ class AsyncToolsClient:
|
|
|
1048
1053
|
|
|
1049
1054
|
limit : typing.Optional[int]
|
|
1050
1055
|
|
|
1056
|
+
name : typing.Optional[str]
|
|
1057
|
+
|
|
1051
1058
|
request_options : typing.Optional[RequestOptions]
|
|
1052
1059
|
Request-specific configuration.
|
|
1053
1060
|
|
|
@@ -1079,6 +1086,7 @@ class AsyncToolsClient:
|
|
|
1079
1086
|
params={
|
|
1080
1087
|
"after": after,
|
|
1081
1088
|
"limit": limit,
|
|
1089
|
+
"name": name,
|
|
1082
1090
|
},
|
|
1083
1091
|
request_options=request_options,
|
|
1084
1092
|
)
|
letta_client/types/__init__.py
CHANGED
|
@@ -138,6 +138,7 @@ from .sandbox_environment_variable_create import SandboxEnvironmentVariableCreat
|
|
|
138
138
|
from .sandbox_environment_variable_update import SandboxEnvironmentVariableUpdate
|
|
139
139
|
from .sandbox_type import SandboxType
|
|
140
140
|
from .source import Source
|
|
141
|
+
from .step import Step
|
|
141
142
|
from .system_message import SystemMessage
|
|
142
143
|
from .system_message_content import SystemMessageContent
|
|
143
144
|
from .terminal_tool_rule import TerminalToolRule
|
|
@@ -150,7 +151,6 @@ from .tool_call_message_tool_call import ToolCallMessageToolCall
|
|
|
150
151
|
from .tool_create import ToolCreate
|
|
151
152
|
from .tool_return_message import ToolReturnMessage
|
|
152
153
|
from .tool_return_message_status import ToolReturnMessageStatus
|
|
153
|
-
from .tool_rule_type import ToolRuleType
|
|
154
154
|
from .tool_type import ToolType
|
|
155
155
|
from .usage_statistics import UsageStatistics
|
|
156
156
|
from .user import User
|
|
@@ -294,6 +294,7 @@ __all__ = [
|
|
|
294
294
|
"SandboxEnvironmentVariableUpdate",
|
|
295
295
|
"SandboxType",
|
|
296
296
|
"Source",
|
|
297
|
+
"Step",
|
|
297
298
|
"SystemMessage",
|
|
298
299
|
"SystemMessageContent",
|
|
299
300
|
"TerminalToolRule",
|
|
@@ -306,7 +307,6 @@ __all__ = [
|
|
|
306
307
|
"ToolCreate",
|
|
307
308
|
"ToolReturnMessage",
|
|
308
309
|
"ToolReturnMessageStatus",
|
|
309
|
-
"ToolRuleType",
|
|
310
310
|
"ToolType",
|
|
311
311
|
"UsageStatistics",
|
|
312
312
|
"User",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
|
|
3
3
|
import typing
|
|
4
|
+
from .conditional_tool_rule import ConditionalToolRule
|
|
4
5
|
from .child_tool_rule import ChildToolRule
|
|
5
|
-
from .init_tool_rule import InitToolRule
|
|
6
6
|
from .terminal_tool_rule import TerminalToolRule
|
|
7
|
-
from .
|
|
7
|
+
from .init_tool_rule import InitToolRule
|
|
8
8
|
|
|
9
|
-
AgentStateToolRulesItem = typing.Union[
|
|
9
|
+
AgentStateToolRulesItem = typing.Union[ConditionalToolRule, ChildToolRule, TerminalToolRule, InitToolRule]
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
4
4
|
import pydantic
|
|
5
5
|
import typing
|
|
6
|
-
from .tool_rule_type import ToolRuleType
|
|
7
6
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
8
7
|
|
|
9
8
|
|
|
@@ -17,7 +16,7 @@ class ChildToolRule(UncheckedBaseModel):
|
|
|
17
16
|
The name of the tool. Must exist in the database for the user's organization.
|
|
18
17
|
"""
|
|
19
18
|
|
|
20
|
-
type: typing.
|
|
19
|
+
type: typing.Literal["constrain_child_tools"] = "constrain_child_tools"
|
|
21
20
|
children: typing.List[str] = pydantic.Field()
|
|
22
21
|
"""
|
|
23
22
|
The children tools that can be invoked.
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
4
4
|
import pydantic
|
|
5
5
|
import typing
|
|
6
|
-
from .tool_rule_type import ToolRuleType
|
|
7
6
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
8
7
|
|
|
9
8
|
|
|
@@ -17,7 +16,7 @@ class ConditionalToolRule(UncheckedBaseModel):
|
|
|
17
16
|
The name of the tool. Must exist in the database for the user's organization.
|
|
18
17
|
"""
|
|
19
18
|
|
|
20
|
-
type: typing.
|
|
19
|
+
type: typing.Literal["conditional"] = "conditional"
|
|
21
20
|
default_child: typing.Optional[str] = pydantic.Field(default=None)
|
|
22
21
|
"""
|
|
23
22
|
The default child tool to be called. If None, any tool can be called.
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
4
4
|
import pydantic
|
|
5
5
|
import typing
|
|
6
|
-
from .tool_rule_type import ToolRuleType
|
|
7
6
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
8
7
|
|
|
9
8
|
|
|
@@ -17,7 +16,7 @@ class InitToolRule(UncheckedBaseModel):
|
|
|
17
16
|
The name of the tool. Must exist in the database for the user's organization.
|
|
18
17
|
"""
|
|
19
18
|
|
|
20
|
-
type: typing.
|
|
19
|
+
type: typing.Literal["run_first"] = "run_first"
|
|
21
20
|
|
|
22
21
|
if IS_PYDANTIC_V2:
|
|
23
22
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
@@ -0,0 +1,90 @@
|
|
|
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 .message import Message
|
|
7
|
+
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Step(UncheckedBaseModel):
|
|
11
|
+
id: str = pydantic.Field()
|
|
12
|
+
"""
|
|
13
|
+
The id of the step. Assigned by the database.
|
|
14
|
+
"""
|
|
15
|
+
|
|
16
|
+
origin: typing.Optional[str] = pydantic.Field(default=None)
|
|
17
|
+
"""
|
|
18
|
+
The surface that this agent step was initiated from.
|
|
19
|
+
"""
|
|
20
|
+
|
|
21
|
+
provider_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
22
|
+
"""
|
|
23
|
+
The unique identifier of the provider that was configured for this step
|
|
24
|
+
"""
|
|
25
|
+
|
|
26
|
+
job_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
27
|
+
"""
|
|
28
|
+
The unique identifier of the job that this step belongs to. Only included for async calls.
|
|
29
|
+
"""
|
|
30
|
+
|
|
31
|
+
provider_name: typing.Optional[str] = pydantic.Field(default=None)
|
|
32
|
+
"""
|
|
33
|
+
The name of the provider used for this step.
|
|
34
|
+
"""
|
|
35
|
+
|
|
36
|
+
model: typing.Optional[str] = pydantic.Field(default=None)
|
|
37
|
+
"""
|
|
38
|
+
The name of the model used for this step.
|
|
39
|
+
"""
|
|
40
|
+
|
|
41
|
+
context_window_limit: typing.Optional[int] = pydantic.Field(default=None)
|
|
42
|
+
"""
|
|
43
|
+
The context window limit configured for this step.
|
|
44
|
+
"""
|
|
45
|
+
|
|
46
|
+
completion_tokens: typing.Optional[int] = pydantic.Field(default=None)
|
|
47
|
+
"""
|
|
48
|
+
The number of tokens generated by the agent during this step.
|
|
49
|
+
"""
|
|
50
|
+
|
|
51
|
+
prompt_tokens: typing.Optional[int] = pydantic.Field(default=None)
|
|
52
|
+
"""
|
|
53
|
+
The number of tokens in the prompt during this step.
|
|
54
|
+
"""
|
|
55
|
+
|
|
56
|
+
total_tokens: typing.Optional[int] = pydantic.Field(default=None)
|
|
57
|
+
"""
|
|
58
|
+
The total number of tokens processed by the agent during this step.
|
|
59
|
+
"""
|
|
60
|
+
|
|
61
|
+
completion_tokens_details: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = pydantic.Field(
|
|
62
|
+
default=None
|
|
63
|
+
)
|
|
64
|
+
"""
|
|
65
|
+
Metadata for the agent.
|
|
66
|
+
"""
|
|
67
|
+
|
|
68
|
+
tags: typing.Optional[typing.List[str]] = pydantic.Field(default=None)
|
|
69
|
+
"""
|
|
70
|
+
Metadata tags.
|
|
71
|
+
"""
|
|
72
|
+
|
|
73
|
+
tid: typing.Optional[str] = pydantic.Field(default=None)
|
|
74
|
+
"""
|
|
75
|
+
The unique identifier of the transaction that processed this step.
|
|
76
|
+
"""
|
|
77
|
+
|
|
78
|
+
messages: typing.Optional[typing.List[Message]] = pydantic.Field(default=None)
|
|
79
|
+
"""
|
|
80
|
+
The messages generated during this step.
|
|
81
|
+
"""
|
|
82
|
+
|
|
83
|
+
if IS_PYDANTIC_V2:
|
|
84
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
85
|
+
else:
|
|
86
|
+
|
|
87
|
+
class Config:
|
|
88
|
+
frozen = True
|
|
89
|
+
smart_union = True
|
|
90
|
+
extra = pydantic.Extra.allow
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
4
4
|
import pydantic
|
|
5
5
|
import typing
|
|
6
|
-
from .tool_rule_type import ToolRuleType
|
|
7
6
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
8
7
|
|
|
9
8
|
|
|
@@ -17,7 +16,7 @@ class TerminalToolRule(UncheckedBaseModel):
|
|
|
17
16
|
The name of the tool. Must exist in the database for the user's organization.
|
|
18
17
|
"""
|
|
19
18
|
|
|
20
|
-
type: typing.
|
|
19
|
+
type: typing.Literal["exit_loop"] = "exit_loop"
|
|
21
20
|
|
|
22
21
|
if IS_PYDANTIC_V2:
|
|
23
22
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
letta_client/__init__.py,sha256=
|
|
1
|
+
letta_client/__init__.py,sha256=b4gG0GwcoeyFGTc8pZkg-ytO7Pbw-mUIlWQwqPa4cJg,36775
|
|
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
|
|
@@ -34,15 +34,15 @@ letta_client/agents/types/agents_search_request_search_item_one.py,sha256=ECWv-h
|
|
|
34
34
|
letta_client/agents/types/agents_search_request_search_item_one_operator.py,sha256=76AUQ67bAv7gm5i4OhOTzJ5DA8LbFJYD57vhzM6qNHI,189
|
|
35
35
|
letta_client/agents/types/agents_search_request_search_item_two.py,sha256=YBC-rhz_ToN948VyRy5VB1yT4JqtYcLD_V9hNrkgnfQ,690
|
|
36
36
|
letta_client/agents/types/agents_search_request_search_item_zero.py,sha256=tGjwnFqSofFMBSAogmPLEflDQZ2rMqoMfFUtaIpND18,630
|
|
37
|
-
letta_client/agents/types/create_agent_request_tool_rules_item.py,sha256=
|
|
38
|
-
letta_client/agents/types/update_agent_tool_rules_item.py,sha256=
|
|
39
|
-
letta_client/base_client.py,sha256=
|
|
37
|
+
letta_client/agents/types/create_agent_request_tool_rules_item.py,sha256=vzOFgtUuui1HVtgMOPegJytxVKMOpKKc5l9WxxzO0aY,415
|
|
38
|
+
letta_client/agents/types/update_agent_tool_rules_item.py,sha256=P43l3kJNrqPVbNpWbEfEA7likZCGKtFYWQ2EofUCrnU,408
|
|
39
|
+
letta_client/base_client.py,sha256=upbBHirE_S7W6FSnWIA7tXc6v3w_AwGsqnrbj37LrNQ,7903
|
|
40
40
|
letta_client/blocks/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
41
41
|
letta_client/blocks/client.py,sha256=AeQQ-IdYhV-zqLTt3PTrJOtJ6XtBZcXNC108Y5EogVU,29178
|
|
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=NuImZrRhwtv2gwZYkL6fMZoO1cNZ966wrQJYU1y_gZA,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
|
|
@@ -76,11 +76,13 @@ letta_client/sources/files/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roe
|
|
|
76
76
|
letta_client/sources/files/client.py,sha256=R-9zHK_wWtvW-2K7erQVVh9rR7a5JC4zxmTK3rrWJoU,13289
|
|
77
77
|
letta_client/sources/passages/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
78
78
|
letta_client/sources/passages/client.py,sha256=n0QVtLC0W1X6_SjhiEGSl9oZexocnsLZYeYRAqV2BCk,4767
|
|
79
|
+
letta_client/steps/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
80
|
+
letta_client/steps/client.py,sha256=nHd4ZxYeaVgYf9ZewBCLc58DZ38LoW97W-xbc2oOL_0,10900
|
|
79
81
|
letta_client/tag/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
80
82
|
letta_client/tag/client.py,sha256=TBAotdb0e2_x2pANF4dOE1qmWY3GIgb7nOhvN7iZ3_4,5183
|
|
81
|
-
letta_client/templates/__init__.py,sha256=
|
|
83
|
+
letta_client/templates/__init__.py,sha256=b8JVTHRji4dqncse_5i-crLgGwAPONLFoE-J1NJEHXI,25827
|
|
82
84
|
letta_client/templates/client.py,sha256=QnDjZGddgxDUfvEPybgEW3qE29n43JVE1tn6-FCZ990,6482
|
|
83
|
-
letta_client/templates/types/__init__.py,sha256=
|
|
85
|
+
letta_client/templates/types/__init__.py,sha256=945pHwEtejHRsrwh-TzjmahSRfVY5TYJLEPZ9dLunZ0,42141
|
|
84
86
|
letta_client/templates/types/templates_create_agents_from_template_response.py,sha256=7rV8AJ6_35MTo2bsgVVvdEzn5LHKdoaNhuHFy5ABsIc,784
|
|
85
87
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item.py,sha256=jYKbrk2KuYIQMBQSD4Jy-ztoY1iQVTktbQFI1rQN3yI,4763
|
|
86
88
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_agent_type.py,sha256=1YGJe4QqKmUsJRXlvhXH8xl7PhpCgTQip-aT1Zd3h0c,271
|
|
@@ -194,37 +196,25 @@ letta_client/templates/types/templates_create_agents_from_template_response_agen
|
|
|
194
196
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child.py,sha256=Cb7QaSK1SimaYIV_dzfiPPwuia2P7mwhhdyL_6BsFhI,667
|
|
195
197
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child_item.py,sha256=ACRR5EZsouAMGP_VxRLPSpti72AA4N3MlpTNipjuKxY,227
|
|
196
198
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_require_output_mapping.py,sha256=SKltxxZt1X7BDRm8IoeCT3qT7Z80kXNlAurTfnbQnbo,239
|
|
197
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_type.py,sha256=
|
|
199
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_type.py,sha256=C7poF9o_CQVTukhG4u5Rf9OEQagJVt6q95UF_2ih3is,248
|
|
198
200
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_children.py,sha256=tKe9706ywQbrQce2yU8lAAc4dtQh8kzJA8rj4pofdCM,954
|
|
199
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_children_type.py,sha256=
|
|
200
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item.py,sha256=
|
|
201
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_children_type.py,sha256=lnbNaW2bzqgmImHUjasPWRZmZtuT22oimDHUsCrEja8,248
|
|
202
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item.py,sha256=WkdWO1_QU74p8wJXQpf5Ca4v7p4lmi8p7h6JJgCOa04,1249
|
|
201
203
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping.py,sha256=oiTpc21ZIt4r9szC8w7lLLIvGzoJ-4VWBZWIlohP5zM,1892
|
|
202
204
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py,sha256=YOF2s57P-4x7F4rcapeQyhgZXDY_KJx7_dgIGuPuoeI,684
|
|
203
205
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child_item.py,sha256=ZyD-gQriEadOHebmYdbC6OJh9Pl970529WsqAY0dRlc,231
|
|
204
206
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_require_output_mapping.py,sha256=JawaYyhZyyJFZsSd7Dt6ETpMwgyiZghU_NrIRl4GDQM,245
|
|
205
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_type.py,sha256=
|
|
207
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_type.py,sha256=xbmqx0JqMLanjX4pLAXZQQWfxQRJbOO4iCSAKV33_nU,252
|
|
206
208
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_children.py,sha256=K9-vWyh6C8XUzIHW_gQxGE1Gl0WBaZjSrEy7slregV4,971
|
|
207
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_children_type.py,sha256=
|
|
208
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item.py,sha256=FNaZkFZds22MO4qUk2hNrOlkwipF6sdCKjsby5QQ_-8,1305
|
|
209
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping.py,sha256=eUABJOrkqlvBwHsMxvpYNp1mFbi4Nhs9jGZ_twIXbMU,1935
|
|
210
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_default_child.py,sha256=QEcSVP0AtTS3BLdCXeebyfMlm-o4a7YStEjVME-SJJI,701
|
|
211
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_default_child_item.py,sha256=UnePk4rq_vI3DV5_u-oxIkIwA_dksNZT_bv1WKHJgTM,237
|
|
212
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_require_output_mapping.py,sha256=fPlL8iFAm7M2BY4iw9iQ7hIdaiZTU8PgihyJ7LZRnKI,249
|
|
213
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_type.py,sha256=VFcESUusoMxbJzZMjQ_AC1XylOhGWDVQMvmmlUQnPxI,450
|
|
214
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_children.py,sha256=lnkgjkY9jUVbuyoh8jP_ruFmEZ1rIZlLRjrRgQm7id0,988
|
|
215
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_children_type.py,sha256=34uHhwX9dfs9Bqu9rYefWeLG1CXJKwEqKS8q4cDSXHc,440
|
|
216
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_one.py,sha256=Ow94mKvx9wL2TG9vJRLUrMZxK5Hm_LgfqJc-q9C_Awo,937
|
|
217
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_one_type.py,sha256=Z-Ov6Bv0smzyo3uaeO-u-pYwFQAt34ocVBuIomcn2HY,435
|
|
218
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_two.py,sha256=p9_AMsbes_IU-ljC93IW6FUasVFdVAhphT0vNAma4Bw,937
|
|
219
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_two_type.py,sha256=4ooSNbNiKREfnxwT7g3o3QC4sHFPqsBVYlmjVi35W4Q,435
|
|
209
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_children_type.py,sha256=wAhMxiDBjJPGiUSWyjTYicb53lBhnSAX2OzpIWSmiEc,252
|
|
220
210
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one.py,sha256=3J3yFAw8LNo6x32-wUYUibOvl839LX9sh97IHFZEiBI,920
|
|
221
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one_type.py,sha256=
|
|
211
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one_type.py,sha256=XaCS8zb6aNKunFSDj8iwFs0R_O-4thoN0sRPyh2Rihw,235
|
|
222
212
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two.py,sha256=JG8JmXotmkhQRrxguIi0MClZsiOPkg8vzjOL3EXsSlQ,920
|
|
223
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two_type.py,sha256=
|
|
213
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two_type.py,sha256=sCiJpBAJmSRvJYH6XtwoVGcJ47cBgEhyYZ_mOTOsMoc,235
|
|
224
214
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one.py,sha256=9AGZucHtFRcxdRPrOxzzImuFF3M9RmCP20i3wZOBAJM,903
|
|
225
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one_type.py,sha256=
|
|
215
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one_type.py,sha256=rZ_DVimSTKrxB9XTjI4CVVGYo1NhUvQId6PSpr7u6tc,231
|
|
226
216
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two.py,sha256=TW-FMn9iUQ-r6u2wSExPpPLuLKMsWNSRWEDgGGmEbdk,903
|
|
227
|
-
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two_type.py,sha256=
|
|
217
|
+
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two_type.py,sha256=V1wCJtJrXQpoT4PMSLoQfwDNu5IaJmAOWrxGSy9FllI,231
|
|
228
218
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item.py,sha256=LtORi5U7UvY7AQmw6bxP1mP3F40f_dhpOb4g5NQ3TiA,3346
|
|
229
219
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id.py,sha256=kjnDrRhrS7k-OI4uGqN5Rl1e0poPQtXvF8cIAPFuCdA,503
|
|
230
220
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id_item.py,sha256=0pvRaJ0baUhvPaymTuxZiVo6UjJ6rb4WwRXAhtB-Pk4,198
|
|
@@ -246,14 +236,14 @@ letta_client/templates/types/templates_create_agents_from_template_response_agen
|
|
|
246
236
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_updated_at.py,sha256=p8tLhJJIJTSW0JfQKEPbuhjuRcBbALfqgxrJ79tbNYQ,489
|
|
247
237
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_updated_at_item.py,sha256=uXkJJCwx44tIcYHCkXzAqvIvhtQDN9mYZanKbLBJNyI,187
|
|
248
238
|
letta_client/tools/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
249
|
-
letta_client/tools/client.py,sha256=
|
|
250
|
-
letta_client/types/__init__.py,sha256=
|
|
239
|
+
letta_client/tools/client.py,sha256=nv4PKwwlBsyGYm9B_3okgaiNFbbMYfZ53bzeoaAhVfU,53219
|
|
240
|
+
letta_client/types/__init__.py,sha256=ooInVlUcxb67ZHdEQUgzB9enLD3DbMdAzdFiRF_AcL8,14838
|
|
251
241
|
letta_client/types/action_model.py,sha256=y1e2XMv3skFaNJIBdYoBKgiORzGh05aOVvu-qVR9uHg,1240
|
|
252
242
|
letta_client/types/action_parameters_model.py,sha256=zKzJkjtu1pt4BEA2GHlg9rMWja5a0uZygOpOx3FbgIM,749
|
|
253
243
|
letta_client/types/action_response_model.py,sha256=5OuImT0EQFkAnc81F6tZsVEwYG8rKbIrx_ydGiKqwog,745
|
|
254
244
|
letta_client/types/agent_environment_variable.py,sha256=vutZLcR0yETltgOZ7E_o9kR4vOdBxybVL9lzXSux75w,1698
|
|
255
245
|
letta_client/types/agent_state.py,sha256=ZRgtDN_iiDKKDKPbaTfx8PrONbL8E3MSjGqP9ysHXoU,4157
|
|
256
|
-
letta_client/types/agent_state_tool_rules_item.py,sha256
|
|
246
|
+
letta_client/types/agent_state_tool_rules_item.py,sha256=-1gMhEZOThSYXXTWxZXtSNpkANOTws0bZcEXf-PQCJA,375
|
|
257
247
|
letta_client/types/agent_type.py,sha256=iZ3Wa4BUddDeFSgcK3Z0WUKCQYDRCEo0aJICKsc3HL0,220
|
|
258
248
|
letta_client/types/app_auth_scheme.py,sha256=_6FLlw3drQ3HDSP9SecStBwQyE0DgL6UvKFArCC4yp8,1242
|
|
259
249
|
letta_client/types/app_auth_scheme_auth_mode.py,sha256=Zafrac9piNVjCVppCv0CS34Yx4rFaFPieeNCrtaPSwk,225
|
|
@@ -295,7 +285,7 @@ letta_client/types/chat_completion_tool_param.py,sha256=jwgKq_3AW8ybc9xVr9JyNSFq
|
|
|
295
285
|
letta_client/types/chat_completion_user_message_param.py,sha256=EWz44TKVGV7B2BcPSJ8Qr8R8unJXzsN4R9ziixZvrZs,786
|
|
296
286
|
letta_client/types/chat_completion_user_message_param_content.py,sha256=XNFFnok5yM6oBXB6aiUo0aFw53jT8BUjt88HFjJUiU8,297
|
|
297
287
|
letta_client/types/chat_completion_user_message_param_content_item.py,sha256=pWDgBhNJbzsSBQDxSGNojrgOxZUFFFdRppPNWZD3IgY,537
|
|
298
|
-
letta_client/types/child_tool_rule.py,sha256=
|
|
288
|
+
letta_client/types/child_tool_rule.py,sha256=7mJ9h_V75JE0RmGWpZfHuavzVt7ctz77GZvg6OH-xNM,951
|
|
299
289
|
letta_client/types/completion_create_params_non_streaming.py,sha256=LxdYCY3Do6YGsAJ2tcMycKptNcMdM6BwPX855u2HwkU,3894
|
|
300
290
|
letta_client/types/completion_create_params_non_streaming_function_call.py,sha256=6iCjgXwsXnflllhfDDKtHRyxzKqtLcX6-HVr7AXlyUM,329
|
|
301
291
|
letta_client/types/completion_create_params_non_streaming_messages_item.py,sha256=pKMxLh1XFgMl7LqcjKJmdeKYTCwlr3FLFPTuvaLf3D0,883
|
|
@@ -316,7 +306,7 @@ letta_client/types/completion_create_params_streaming_response_format.py,sha256=
|
|
|
316
306
|
letta_client/types/completion_create_params_streaming_service_tier.py,sha256=chHakgbKOYCMtxdtGmP85rcjGkyOqt2S_JJ9SabSd-o,185
|
|
317
307
|
letta_client/types/completion_create_params_streaming_stop.py,sha256=dSyQDu851QyeoRjpoE2JBIyKIYGO5jVx6UIH-bLiQwo,154
|
|
318
308
|
letta_client/types/completion_create_params_streaming_tool_choice.py,sha256=w_JLYtdz8eHzF2lwlMaMGpnOl8_4mjGbsDOSpMyM5cg,343
|
|
319
|
-
letta_client/types/conditional_tool_rule.py,sha256=
|
|
309
|
+
letta_client/types/conditional_tool_rule.py,sha256=R0nzgjpqedSPUWdBQuv-doiIgYTAZd_QNfPNriWEAKk,1294
|
|
320
310
|
letta_client/types/conflict_error_body.py,sha256=Mena-q1jti6nv_7-xrp6sDb_5MXNKPGobHrhpnz9kpY,787
|
|
321
311
|
letta_client/types/context_window_overview.py,sha256=9pwiObSxu-SFyQ1pxSTlQiRatVAyFgqa6t0_qrrsGfU,2815
|
|
322
312
|
letta_client/types/create_block.py,sha256=V57mbqUkh5c-HcDxmIiFVr3tNfoqx-WJ1GRQZPobbxI,1277
|
|
@@ -333,7 +323,7 @@ letta_client/types/health.py,sha256=nQwx5ysn_cJMKUoqsfaPcGNSRSjfwX5S272UiSQJ03w,
|
|
|
333
323
|
letta_client/types/http_validation_error.py,sha256=yHa4_NHIMB-VKNZpk7agjLTwWIg7mv7ml3d7I-Bqiog,661
|
|
334
324
|
letta_client/types/image_url.py,sha256=re4N2AsAvOFl2nS6v8jOi3jVFppBs-3zhwpBKHSuCLs,648
|
|
335
325
|
letta_client/types/image_url_detail.py,sha256=YFT9wyf8hqeKhQjRWMv97y-fbU2DB-oCbU5BpUcHWVU,161
|
|
336
|
-
letta_client/types/init_tool_rule.py,sha256=
|
|
326
|
+
letta_client/types/init_tool_rule.py,sha256=fPQqBigbqZfJXPoXdpBCFlilVYf5p4-t0touyFm_gqE,801
|
|
337
327
|
letta_client/types/input_audio.py,sha256=fxFmzR3I2ZyxpCc1cuVwKQClgnKGBuY8yZYhYC5SqtU,633
|
|
338
328
|
letta_client/types/input_audio_format.py,sha256=QQFfndI9w66wIbGyHwfmJnk2bEJDPmEs9GybkaNL6AI,154
|
|
339
329
|
letta_client/types/internal_server_error_body.py,sha256=xR9n1zptgmImbH6apQAuwBblYOWAYNLFzY8s0SUcEug,653
|
|
@@ -380,9 +370,10 @@ letta_client/types/sandbox_environment_variable_create.py,sha256=AhGE8ITStXkPOfP
|
|
|
380
370
|
letta_client/types/sandbox_environment_variable_update.py,sha256=JMkX6nzvcBNEemjvBmyHDezci3Bn7epKhMnvFY_--EA,948
|
|
381
371
|
letta_client/types/sandbox_type.py,sha256=XSWmX3JIFFrDPQ4i89E8LauXY8kjmJEtaz6e_JheGm4,151
|
|
382
372
|
letta_client/types/source.py,sha256=7tLptZ4AZrvRPF6NqToM4Vf9i7TosS2_Ydks4zfvZx4,2239
|
|
373
|
+
letta_client/types/step.py,sha256=uEeKKftRruXEEddzOiatri1ruUcB4Pgz_xGZFozEmT8,2601
|
|
383
374
|
letta_client/types/system_message.py,sha256=DUIgPbL_ya49sGN15DIEGO2t8OQ4pseHvbMcayygV0c,1155
|
|
384
375
|
letta_client/types/system_message_content.py,sha256=9VvwCUKMkNidcMUaPmuj6-WhzeJoEZCNvyn3oH-LR70,185
|
|
385
|
-
letta_client/types/terminal_tool_rule.py,sha256=
|
|
376
|
+
letta_client/types/terminal_tool_rule.py,sha256=82a7AnohOqCFBSOt7OwsKeh7gHgq8KTlgojxlm3t76E,863
|
|
386
377
|
letta_client/types/text_content.py,sha256=Z8UL4Sqqq2qClKU_nCgR9XFCj3dwYyhZMmvnnz1F0AE,670
|
|
387
378
|
letta_client/types/tool.py,sha256=0D7w3mGizkqczT92dnueu_LGJg-9gDkO0PS5cnLnynQ,2335
|
|
388
379
|
letta_client/types/tool_call.py,sha256=EKGAFwzoa6zMTpOkG55hWzFn_AgPrbLXSOu5M84x8WU,594
|
|
@@ -392,7 +383,6 @@ letta_client/types/tool_call_message_tool_call.py,sha256=twtq5-vZIeh1nShqm8iTCN9
|
|
|
392
383
|
letta_client/types/tool_create.py,sha256=OHG0RqVSLi7O_C_vhbo-1AN5FPCy-JTbDc0a88_Z5XE,1347
|
|
393
384
|
letta_client/types/tool_return_message.py,sha256=hQ-17bvNGoSaCow4AvWSGLTa80fKuXP2bxXGNUXuX0w,1591
|
|
394
385
|
letta_client/types/tool_return_message_status.py,sha256=FvFOMaG9mnmgnHi2UBQVQQMtHFabbWnQnHTxGUDgVl0,167
|
|
395
|
-
letta_client/types/tool_rule_type.py,sha256=W6lVaYVYzSzhFHgqitmw6XLtxgxBhINgHZJfSnxg6ts,265
|
|
396
386
|
letta_client/types/tool_type.py,sha256=Y4fG_O_PLHIJHbqLl08mC_EmeWQ9bdP_D8OLAS8mw64,235
|
|
397
387
|
letta_client/types/usage_statistics.py,sha256=btEmMUxFVu7oQQtBCdQqFJ6XddgmR84799-AdlsHh0w,690
|
|
398
388
|
letta_client/types/user.py,sha256=z_v1uqQ6HYwV_Pp7wDDqS6QWhslHgdUH-AldV-jnmKQ,1349
|
|
@@ -403,6 +393,6 @@ letta_client/types/user_update.py,sha256=0Bl1OjO7bfmlpsGQ36dSh6DH1UB_wJOTNewS0wD
|
|
|
403
393
|
letta_client/types/validation_error.py,sha256=ACDS7wL5nQbS8ymFhWljwbBJmbugNa8bs2O5xEZC3u4,680
|
|
404
394
|
letta_client/types/validation_error_loc_item.py,sha256=LAtjCHIllWRBFXvAZ5QZpp7CPXjdtN9EB7HrLVo6EP0,128
|
|
405
395
|
letta_client/version.py,sha256=bttKLbIhO3UonCYQlqs600zzbQgfhCCMjeXR9WRzid4,79
|
|
406
|
-
letta_client-0.1.
|
|
407
|
-
letta_client-0.1.
|
|
408
|
-
letta_client-0.1.
|
|
396
|
+
letta_client-0.1.24.dist-info/METADATA,sha256=RC3eesA1lANzMSSM3yyDLvTGpF9nMZbvWOWMUBwiJu4,4942
|
|
397
|
+
letta_client-0.1.24.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
398
|
+
letta_client-0.1.24.dist-info/RECORD,,
|
|
@@ -1,22 +0,0 @@
|
|
|
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_tool_rules_item_item_item_children import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildren,
|
|
6
|
-
)
|
|
7
|
-
from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_one import (
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemOne,
|
|
9
|
-
)
|
|
10
|
-
from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_two import (
|
|
11
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemTwo,
|
|
12
|
-
)
|
|
13
|
-
from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping import (
|
|
14
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMapping,
|
|
15
|
-
)
|
|
16
|
-
|
|
17
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItem = typing.Union[
|
|
18
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildren,
|
|
19
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemOne,
|
|
20
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemTwo,
|
|
21
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMapping,
|
|
22
|
-
]
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
from ...core.unchecked_base_model import UncheckedBaseModel
|
|
4
|
-
import typing
|
|
5
|
-
from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_type import (
|
|
6
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingType,
|
|
7
|
-
)
|
|
8
|
-
from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_default_child import (
|
|
9
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingDefaultChild,
|
|
10
|
-
)
|
|
11
|
-
from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_child_output_mapping_require_output_mapping import (
|
|
12
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingRequireOutputMapping,
|
|
13
|
-
)
|
|
14
|
-
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
15
|
-
import pydantic
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
class TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMapping(UncheckedBaseModel):
|
|
19
|
-
tool_name: str
|
|
20
|
-
type: typing.Optional[
|
|
21
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingType
|
|
22
|
-
] = None
|
|
23
|
-
default_child: typing.Optional[
|
|
24
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingDefaultChild
|
|
25
|
-
] = None
|
|
26
|
-
child_output_mapping: typing.Optional[typing.Optional[typing.Any]] = None
|
|
27
|
-
require_output_mapping: typing.Optional[
|
|
28
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingRequireOutputMapping
|
|
29
|
-
] = None
|
|
30
|
-
|
|
31
|
-
if IS_PYDANTIC_V2:
|
|
32
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
33
|
-
else:
|
|
34
|
-
|
|
35
|
-
class Config:
|
|
36
|
-
frozen = True
|
|
37
|
-
smart_union = True
|
|
38
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,17 +0,0 @@
|
|
|
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_tool_rules_item_item_item_child_output_mapping_default_child_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingDefaultChildItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingDefaultChild = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[
|
|
12
|
-
typing.Optional[
|
|
13
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingDefaultChildItem
|
|
14
|
-
]
|
|
15
|
-
],
|
|
16
|
-
typing.Optional[typing.Any],
|
|
17
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildOutputMappingType = typing.Union[
|
|
6
|
-
typing.Literal["InitToolRule"],
|
|
7
|
-
typing.Literal["TerminalToolRule"],
|
|
8
|
-
typing.Literal["continue_loop"],
|
|
9
|
-
typing.Literal["conditional"],
|
|
10
|
-
typing.Literal["ToolRule"],
|
|
11
|
-
typing.Literal["require_parent_tools"],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
from ...core.unchecked_base_model import UncheckedBaseModel
|
|
4
|
-
import typing
|
|
5
|
-
from .templates_create_agents_from_template_response_agents_item_tool_rules_item_item_item_children_type import (
|
|
6
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildrenType,
|
|
7
|
-
)
|
|
8
|
-
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
9
|
-
import pydantic
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
class TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildren(UncheckedBaseModel):
|
|
13
|
-
tool_name: str
|
|
14
|
-
type: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemItemItemChildrenType] = None
|
|
15
|
-
children: typing.List[str]
|
|
16
|
-
|
|
17
|
-
if IS_PYDANTIC_V2:
|
|
18
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
19
|
-
else:
|
|
20
|
-
|
|
21
|
-
class Config:
|
|
22
|
-
frozen = True
|
|
23
|
-
smart_union = True
|
|
24
|
-
extra = pydantic.Extra.allow
|