letta-client 0.1.16__py3-none-any.whl → 0.1.19__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.
- letta_client/__init__.py +34 -120
- letta_client/agents/__init__.py +18 -54
- letta_client/agents/archival_memory/client.py +25 -343
- letta_client/agents/client.py +1640 -347
- letta_client/agents/context/client.py +6 -4
- letta_client/agents/core_memory/client.py +95 -624
- letta_client/agents/memory_variables/__init__.py +2 -2
- letta_client/agents/memory_variables/client.py +15 -15
- letta_client/agents/memory_variables/types/__init__.py +2 -2
- letta_client/agents/memory_variables/types/{memory_variables_get_response.py → memory_variables_list_response.py} +1 -1
- letta_client/agents/messages/__init__.py +2 -22
- letta_client/agents/messages/client.py +32 -38
- letta_client/agents/messages/types/__init__.py +2 -21
- letta_client/agents/messages/types/letta_streaming_response.py +16 -139
- letta_client/agents/messages/types/messages_list_response.py +2 -2
- letta_client/agents/sources/client.py +266 -5
- letta_client/agents/tools/client.py +25 -27
- letta_client/agents/types/__init__.py +15 -25
- letta_client/agents/types/agents_search_request_search_item.py +10 -78
- letta_client/agents/types/{agents_search_request_search_item_order_by.py → agents_search_request_search_item_direction.py} +7 -6
- letta_client/agents/types/agents_search_request_search_item_direction_direction.py +5 -0
- letta_client/agents/types/agents_search_request_search_item_direction_value.py +5 -0
- letta_client/agents/types/{agents_search_request_search_item_name.py → agents_search_request_search_item_one.py} +5 -4
- letta_client/agents/types/agents_search_request_search_item_one_operator.py +5 -0
- letta_client/agents/types/{agents_search_request_search_item_tags.py → agents_search_request_search_item_two.py} +2 -1
- letta_client/agents/types/{agents_search_request_search_item_version.py → agents_search_request_search_item_zero.py} +3 -2
- letta_client/blocks/client.py +12 -260
- letta_client/client.py +3 -3
- letta_client/core/client_wrapper.py +1 -1
- letta_client/jobs/client.py +4 -4
- letta_client/providers/client.py +74 -74
- letta_client/runs/client.py +14 -12
- letta_client/sources/client.py +12 -288
- letta_client/tools/client.py +63 -189
- letta_client/types/__init__.py +21 -103
- letta_client/types/agent_state.py +3 -7
- letta_client/types/{assistant_message_output.py → assistant_message.py} +3 -2
- letta_client/types/block.py +2 -6
- letta_client/types/block_update.py +1 -5
- letta_client/types/{archival_memory_summary.py → chat_completion_message_tool_call.py} +7 -7
- letta_client/types/context_window_overview.py +4 -6
- letta_client/types/create_block.py +1 -5
- letta_client/types/embedding_config_embedding_endpoint_type.py +1 -0
- letta_client/types/{function_call_output.py → function.py} +1 -1
- letta_client/types/{function_schema.py → function_definition.py} +2 -1
- letta_client/types/{create_assistant_file_request.py → function_tool.py} +6 -7
- letta_client/types/job.py +1 -5
- letta_client/types/letta_message_union.py +9 -121
- letta_client/types/letta_usage_statistics.py +1 -0
- letta_client/types/llm_config_model_endpoint_type.py +1 -0
- letta_client/types/{letta_schemas_message_message.py → message.py} +9 -6
- letta_client/types/passage.py +1 -5
- letta_client/types/reasoning_message.py +2 -1
- letta_client/types/run.py +1 -5
- letta_client/types/source.py +2 -6
- letta_client/types/{system_message_output.py → system_message.py} +3 -2
- letta_client/types/{letta_schemas_tool_tool.py → tool.py} +1 -1
- letta_client/types/{letta_schemas_letta_message_tool_call.py → tool_call.py} +1 -1
- letta_client/types/tool_call_message.py +2 -1
- letta_client/types/tool_call_message_tool_call.py +2 -2
- letta_client/types/tool_return_message.py +2 -1
- letta_client/types/tool_type.py +2 -1
- letta_client/types/{user_message_output.py → user_message.py} +3 -2
- {letta_client-0.1.16.dist-info → letta_client-0.1.19.dist-info}/METADATA +2 -2
- {letta_client-0.1.16.dist-info → letta_client-0.1.19.dist-info}/RECORD +66 -101
- letta_client/agents/recall_memory/__init__.py +0 -2
- letta_client/agents/recall_memory/client.py +0 -147
- letta_client/agents/types/agents_search_request_search_item_name_operator.py +0 -5
- letta_client/agents/types/agents_search_request_search_item_order_by_direction.py +0 -5
- letta_client/agents/types/agents_search_request_search_item_order_by_value.py +0 -5
- letta_client/types/assistant_file.py +0 -33
- letta_client/types/assistant_message_input.py +0 -23
- letta_client/types/chat_completion_request.py +0 -49
- letta_client/types/chat_completion_request_function_call.py +0 -6
- letta_client/types/chat_completion_request_messages_item.py +0 -11
- letta_client/types/chat_completion_request_stop.py +0 -5
- letta_client/types/chat_completion_request_tool_choice.py +0 -8
- letta_client/types/chat_completion_response.py +0 -32
- letta_client/types/choice.py +0 -25
- letta_client/types/create_assistant_request.py +0 -57
- letta_client/types/delete_assistant_file_response.py +0 -28
- letta_client/types/delete_assistant_response.py +0 -28
- letta_client/types/function_call_input.py +0 -19
- letta_client/types/letta_schemas_openai_chat_completion_request_tool.py +0 -21
- letta_client/types/letta_schemas_openai_chat_completion_request_tool_call.py +0 -24
- letta_client/types/letta_schemas_openai_chat_completion_request_tool_call_function.py +0 -20
- letta_client/types/letta_schemas_openai_chat_completion_response_message.py +0 -24
- letta_client/types/letta_schemas_openai_chat_completion_response_tool_call.py +0 -22
- letta_client/types/letta_schemas_openai_chat_completions_tool_call_function.py +0 -27
- letta_client/types/letta_schemas_openai_chat_completions_tool_call_input.py +0 -29
- letta_client/types/letta_schemas_openai_chat_completions_tool_call_output.py +0 -29
- letta_client/types/log_prob_token.py +0 -21
- letta_client/types/message_content_log_prob.py +0 -23
- letta_client/types/open_ai_assistant.py +0 -67
- letta_client/types/recall_memory_summary.py +0 -22
- letta_client/types/response_format.py +0 -19
- letta_client/types/system_message_input.py +0 -21
- letta_client/types/tool_call_function_output.py +0 -27
- letta_client/types/tool_function_choice.py +0 -21
- letta_client/types/tool_input.py +0 -21
- letta_client/types/tool_message.py +0 -21
- letta_client/types/user_message_input.py +0 -22
- letta_client/types/user_message_input_content.py +0 -5
- {letta_client-0.1.16.dist-info → letta_client-0.1.19.dist-info}/WHEEL +0 -0
|
@@ -5,11 +5,11 @@ import typing
|
|
|
5
5
|
import pydantic
|
|
6
6
|
import datetime as dt
|
|
7
7
|
from .message_role import MessageRole
|
|
8
|
-
from .
|
|
8
|
+
from .chat_completion_message_tool_call import ChatCompletionMessageToolCall
|
|
9
9
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
class
|
|
12
|
+
class Message(UncheckedBaseModel):
|
|
13
13
|
"""
|
|
14
14
|
Letta's internal representation of a message. Includes methods to convert to/from LLM provider formats.
|
|
15
15
|
|
|
@@ -22,7 +22,7 @@ class LettaSchemasMessageMessage(UncheckedBaseModel):
|
|
|
22
22
|
model (str): The model used to make the function call.
|
|
23
23
|
name (str): The name of the participant.
|
|
24
24
|
created_at (datetime): The time the message was created.
|
|
25
|
-
tool_calls (List[
|
|
25
|
+
tool_calls (List[OpenAIToolCall,]): The list of tool calls requested.
|
|
26
26
|
tool_call_id (str): The id of the tool call.
|
|
27
27
|
"""
|
|
28
28
|
|
|
@@ -76,9 +76,7 @@ class LettaSchemasMessageMessage(UncheckedBaseModel):
|
|
|
76
76
|
The name of the participant.
|
|
77
77
|
"""
|
|
78
78
|
|
|
79
|
-
tool_calls: typing.Optional[typing.List[
|
|
80
|
-
default=None
|
|
81
|
-
)
|
|
79
|
+
tool_calls: typing.Optional[typing.List[ChatCompletionMessageToolCall]] = pydantic.Field(default=None)
|
|
82
80
|
"""
|
|
83
81
|
The list of tool calls requested.
|
|
84
82
|
"""
|
|
@@ -88,6 +86,11 @@ class LettaSchemasMessageMessage(UncheckedBaseModel):
|
|
|
88
86
|
The id of the tool call.
|
|
89
87
|
"""
|
|
90
88
|
|
|
89
|
+
step_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
90
|
+
"""
|
|
91
|
+
The id of the step that this message was created in.
|
|
92
|
+
"""
|
|
93
|
+
|
|
91
94
|
if IS_PYDANTIC_V2:
|
|
92
95
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
93
96
|
else:
|
letta_client/types/passage.py
CHANGED
|
@@ -4,8 +4,6 @@ from ..core.unchecked_base_model import UncheckedBaseModel
|
|
|
4
4
|
import typing
|
|
5
5
|
import pydantic
|
|
6
6
|
import datetime as dt
|
|
7
|
-
import typing_extensions
|
|
8
|
-
from ..core.serialization import FieldMetadata
|
|
9
7
|
from .embedding_config import EmbeddingConfig
|
|
10
8
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
11
9
|
|
|
@@ -65,9 +63,7 @@ class Passage(UncheckedBaseModel):
|
|
|
65
63
|
The unique identifier of the file associated with the passage.
|
|
66
64
|
"""
|
|
67
65
|
|
|
68
|
-
metadata:
|
|
69
|
-
typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]], FieldMetadata(alias="metadata_")
|
|
70
|
-
] = pydantic.Field(default=None)
|
|
66
|
+
metadata: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = pydantic.Field(default=None)
|
|
71
67
|
"""
|
|
72
68
|
The metadata of the passage.
|
|
73
69
|
"""
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
4
4
|
import datetime as dt
|
|
5
|
-
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
6
5
|
import typing
|
|
6
|
+
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
7
|
import pydantic
|
|
8
8
|
|
|
9
9
|
|
|
@@ -19,6 +19,7 @@ class ReasoningMessage(UncheckedBaseModel):
|
|
|
19
19
|
|
|
20
20
|
id: str
|
|
21
21
|
date: dt.datetime
|
|
22
|
+
message_type: typing.Literal["reasoning_message"] = "reasoning_message"
|
|
22
23
|
reasoning: str
|
|
23
24
|
|
|
24
25
|
if IS_PYDANTIC_V2:
|
letta_client/types/run.py
CHANGED
|
@@ -5,8 +5,6 @@ import typing
|
|
|
5
5
|
import pydantic
|
|
6
6
|
import datetime as dt
|
|
7
7
|
from .job_status import JobStatus
|
|
8
|
-
import typing_extensions
|
|
9
|
-
from ..core.serialization import FieldMetadata
|
|
10
8
|
from .job_type import JobType
|
|
11
9
|
from .letta_request_config import LettaRequestConfig
|
|
12
10
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
@@ -55,9 +53,7 @@ class Run(UncheckedBaseModel):
|
|
|
55
53
|
The unix timestamp of when the job was completed.
|
|
56
54
|
"""
|
|
57
55
|
|
|
58
|
-
metadata:
|
|
59
|
-
typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]], FieldMetadata(alias="metadata_")
|
|
60
|
-
] = pydantic.Field(default=None)
|
|
56
|
+
metadata: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = pydantic.Field(default=None)
|
|
61
57
|
"""
|
|
62
58
|
The metadata of the job.
|
|
63
59
|
"""
|
letta_client/types/source.py
CHANGED
|
@@ -4,8 +4,6 @@ from ..core.unchecked_base_model import UncheckedBaseModel
|
|
|
4
4
|
import typing
|
|
5
5
|
import pydantic
|
|
6
6
|
from .embedding_config import EmbeddingConfig
|
|
7
|
-
import typing_extensions
|
|
8
|
-
from ..core.serialization import FieldMetadata
|
|
9
7
|
import datetime as dt
|
|
10
8
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
11
9
|
|
|
@@ -19,7 +17,7 @@ class Source(UncheckedBaseModel):
|
|
|
19
17
|
name (str): The name of the source.
|
|
20
18
|
embedding_config (EmbeddingConfig): The embedding configuration used by the source.
|
|
21
19
|
user_id (str): The ID of the user that created the source.
|
|
22
|
-
|
|
20
|
+
metadata (dict): Metadata associated with the source.
|
|
23
21
|
description (str): The description of the source.
|
|
24
22
|
"""
|
|
25
23
|
|
|
@@ -43,9 +41,7 @@ class Source(UncheckedBaseModel):
|
|
|
43
41
|
The embedding configuration used by the source.
|
|
44
42
|
"""
|
|
45
43
|
|
|
46
|
-
metadata:
|
|
47
|
-
typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]], FieldMetadata(alias="metadata_")
|
|
48
|
-
] = pydantic.Field(default=None)
|
|
44
|
+
metadata: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = pydantic.Field(default=None)
|
|
49
45
|
"""
|
|
50
46
|
Metadata associated with the source.
|
|
51
47
|
"""
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
4
4
|
import datetime as dt
|
|
5
|
-
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
6
5
|
import typing
|
|
6
|
+
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
7
|
import pydantic
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class
|
|
10
|
+
class SystemMessage(UncheckedBaseModel):
|
|
11
11
|
"""
|
|
12
12
|
A message generated by the system. Never streamed back on a response, only used for cursor pagination.
|
|
13
13
|
|
|
@@ -19,6 +19,7 @@ class SystemMessageOutput(UncheckedBaseModel):
|
|
|
19
19
|
|
|
20
20
|
id: str
|
|
21
21
|
date: dt.datetime
|
|
22
|
+
message_type: typing.Literal["system_message"] = "system_message"
|
|
22
23
|
message: str
|
|
23
24
|
|
|
24
25
|
if IS_PYDANTIC_V2:
|
|
@@ -7,7 +7,7 @@ from .tool_type import ToolType
|
|
|
7
7
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class
|
|
10
|
+
class Tool(UncheckedBaseModel):
|
|
11
11
|
"""
|
|
12
12
|
Representation of a tool, which is a function that can be called by the agent.
|
|
13
13
|
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
4
4
|
import datetime as dt
|
|
5
|
+
import typing
|
|
5
6
|
from .tool_call_message_tool_call import ToolCallMessageToolCall
|
|
6
7
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
-
import typing
|
|
8
8
|
import pydantic
|
|
9
9
|
|
|
10
10
|
|
|
@@ -20,6 +20,7 @@ class ToolCallMessage(UncheckedBaseModel):
|
|
|
20
20
|
|
|
21
21
|
id: str
|
|
22
22
|
date: dt.datetime
|
|
23
|
+
message_type: typing.Literal["tool_call_message"] = "tool_call_message"
|
|
23
24
|
tool_call: ToolCallMessageToolCall
|
|
24
25
|
|
|
25
26
|
if IS_PYDANTIC_V2:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
|
|
3
3
|
import typing
|
|
4
|
-
from .
|
|
4
|
+
from .tool_call import ToolCall
|
|
5
5
|
from .tool_call_delta import ToolCallDelta
|
|
6
6
|
|
|
7
|
-
ToolCallMessageToolCall = typing.Union[
|
|
7
|
+
ToolCallMessageToolCall = typing.Union[ToolCall, ToolCallDelta]
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
4
4
|
import datetime as dt
|
|
5
|
-
from .tool_return_message_status import ToolReturnMessageStatus
|
|
6
5
|
import typing
|
|
6
|
+
from .tool_return_message_status import ToolReturnMessageStatus
|
|
7
7
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
8
8
|
import pydantic
|
|
9
9
|
|
|
@@ -24,6 +24,7 @@ class ToolReturnMessage(UncheckedBaseModel):
|
|
|
24
24
|
|
|
25
25
|
id: str
|
|
26
26
|
date: dt.datetime
|
|
27
|
+
message_type: typing.Literal["tool_return_message"] = "tool_return_message"
|
|
27
28
|
tool_return: str
|
|
28
29
|
status: ToolReturnMessageStatus
|
|
29
30
|
tool_call_id: str
|
letta_client/types/tool_type.py
CHANGED
|
@@ -3,5 +3,6 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
ToolType = typing.Union[
|
|
6
|
-
typing.Literal["custom", "letta_core", "letta_memory_core", "letta_multi_agent_core"],
|
|
6
|
+
typing.Literal["custom", "letta_core", "letta_memory_core", "letta_multi_agent_core", "external_composio"],
|
|
7
|
+
typing.Any,
|
|
7
8
|
]
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
4
4
|
import datetime as dt
|
|
5
|
-
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
6
5
|
import typing
|
|
6
|
+
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
7
|
import pydantic
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class
|
|
10
|
+
class UserMessage(UncheckedBaseModel):
|
|
11
11
|
"""
|
|
12
12
|
A message sent by the user. Never streamed back on a response, only used for cursor pagination.
|
|
13
13
|
|
|
@@ -19,6 +19,7 @@ class UserMessageOutput(UncheckedBaseModel):
|
|
|
19
19
|
|
|
20
20
|
id: str
|
|
21
21
|
date: dt.datetime
|
|
22
|
+
message_type: typing.Literal["user_message"] = "user_message"
|
|
22
23
|
message: str
|
|
23
24
|
|
|
24
25
|
if IS_PYDANTIC_V2:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: letta-client
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.19
|
|
4
4
|
Summary:
|
|
5
5
|
Requires-Python: >=3.8,<4.0
|
|
6
6
|
Classifier: Intended Audience :: Developers
|
|
@@ -105,7 +105,7 @@ from letta_client import Letta, MessageCreate
|
|
|
105
105
|
client = Letta(
|
|
106
106
|
token="YOUR_TOKEN",
|
|
107
107
|
)
|
|
108
|
-
response = client.agents.messages.
|
|
108
|
+
response = client.agents.messages.create_stream(
|
|
109
109
|
agent_id="agent_id",
|
|
110
110
|
messages=[
|
|
111
111
|
MessageCreate(
|
|
@@ -1,50 +1,48 @@
|
|
|
1
|
-
letta_client/__init__.py,sha256=
|
|
2
|
-
letta_client/agents/__init__.py,sha256=
|
|
1
|
+
letta_client/__init__.py,sha256=4UewrCpSQ3rWxRneIjcitmKAMjeAVH42U2bdYJ3nWzk,5418
|
|
2
|
+
letta_client/agents/__init__.py,sha256=3My-IPh1LTbnoiSoSDOi9qMchk727bXz7h1jXWJgBGo,1560
|
|
3
3
|
letta_client/agents/archival_memory/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
4
|
-
letta_client/agents/archival_memory/client.py,sha256=
|
|
5
|
-
letta_client/agents/client.py,sha256
|
|
4
|
+
letta_client/agents/archival_memory/client.py,sha256=EOwyUlrLt1vvV6oreGjMtWtuSsmROsDtVBhmmuYDvKg,7945
|
|
5
|
+
letta_client/agents/client.py,sha256=Z3DlaF4p5DT4OaatXJLfGwPVk4G-T6DTyuQNO7Oxypo,95776
|
|
6
6
|
letta_client/agents/context/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
7
|
-
letta_client/agents/context/client.py,sha256=
|
|
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
|
|
9
|
-
letta_client/agents/core_memory/client.py,sha256=
|
|
10
|
-
letta_client/agents/memory_variables/__init__.py,sha256=
|
|
11
|
-
letta_client/agents/memory_variables/client.py,sha256=
|
|
12
|
-
letta_client/agents/memory_variables/types/__init__.py,sha256=
|
|
13
|
-
letta_client/agents/memory_variables/types/
|
|
14
|
-
letta_client/agents/messages/__init__.py,sha256=
|
|
15
|
-
letta_client/agents/messages/client.py,sha256=
|
|
16
|
-
letta_client/agents/messages/types/__init__.py,sha256=
|
|
17
|
-
letta_client/agents/messages/types/letta_streaming_response.py,sha256=
|
|
18
|
-
letta_client/agents/messages/types/messages_list_response.py,sha256=
|
|
19
|
-
letta_client/agents/recall_memory/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
20
|
-
letta_client/agents/recall_memory/client.py,sha256=ZAe42LBqWQZSkbWY70O6KZNWm1030gYx4EhXW4af0MQ,4869
|
|
9
|
+
letta_client/agents/core_memory/client.py,sha256=ksv7XyQSmGNx0RoS8DS_LwjoCyE7pmWS-YhEdNb5vtk,15911
|
|
10
|
+
letta_client/agents/memory_variables/__init__.py,sha256=goz3kTaLM-v8g-hYEhzyqBYzIc3Vu6gDD_7RtkIrM50,155
|
|
11
|
+
letta_client/agents/memory_variables/client.py,sha256=M6hQ5QK96AH_NVeWJq1TlFsZk4hhPiIDDavGt4ZgNg8,4965
|
|
12
|
+
letta_client/agents/memory_variables/types/__init__.py,sha256=EoznK0WvhCyFYd4KDdU-cGDQWpSXmq79BSkqVHN-j7A,180
|
|
13
|
+
letta_client/agents/memory_variables/types/memory_variables_list_response.py,sha256=bsF__n_B4ZXEHzg--OVD6tHHXt_aM-FjHm2x1ZXPnL0,599
|
|
14
|
+
letta_client/agents/messages/__init__.py,sha256=xaVBzOoZSDOJNX0PgoN4r-4tJo8pBzqQnDaxXxGcb_I,191
|
|
15
|
+
letta_client/agents/messages/client.py,sha256=XElvB5X_F1RrpGcAT7gdvQPBOwI4VFwaQBp7krGil4w,34266
|
|
16
|
+
letta_client/agents/messages/types/__init__.py,sha256=gQyvrvlDehlN5ByC_U-H66JC78ugA0DDMfUYpLEMxAI,245
|
|
17
|
+
letta_client/agents/messages/types/letta_streaming_response.py,sha256=MdE2PxQ1x1AviakHXsWVcFv97a3RchzzzIiD77w4EC8,665
|
|
18
|
+
letta_client/agents/messages/types/messages_list_response.py,sha256=J8gf7Z7ml8isusdzMJdiIE--I2zE3MzFN8WlIn4pPcU,268
|
|
21
19
|
letta_client/agents/sources/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
22
|
-
letta_client/agents/sources/client.py,sha256=
|
|
20
|
+
letta_client/agents/sources/client.py,sha256=VjmiI0L2RyT3AhqstHunapdbzygTBcNGoT1DiFGRg44,12799
|
|
23
21
|
letta_client/agents/templates/__init__.py,sha256=fTLYBFybZ1xFP8phgz2b7Nlygau7OHa3CUqtZjG2JRI,149
|
|
24
22
|
letta_client/agents/templates/client.py,sha256=iFDP8OiGY78dMt8-sLhi3Qdb0ciKYPTpbBk3S_0ScxE,18873
|
|
25
23
|
letta_client/agents/templates/types/__init__.py,sha256=n6TG69a7_CByZmnRbsApvXiH9PG5SsDw7TcUEp99ETw,170
|
|
26
24
|
letta_client/agents/templates/types/templates_migrate_response.py,sha256=7N4JtAaiao-LrNdi72K7XB01uXJVkczaKYIJIMf0QYs,577
|
|
27
25
|
letta_client/agents/tools/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
28
|
-
letta_client/agents/tools/client.py,sha256=
|
|
29
|
-
letta_client/agents/types/__init__.py,sha256=
|
|
26
|
+
letta_client/agents/tools/client.py,sha256=xZMRZhG8mI_h8_QqgI4lXh3FieRCLeoPwdtB56GB-XU,12685
|
|
27
|
+
letta_client/agents/types/__init__.py,sha256=N3Lf7H39t4j0uuE-_yysqw4LIT6hIRMBSZVp7k6aMTs,1521
|
|
30
28
|
letta_client/agents/types/agents_search_request_combinator.py,sha256=7ZvVX3QILYpXAsKw3l7rQxwwleNekGP73GbNVboCaCA,166
|
|
31
|
-
letta_client/agents/types/agents_search_request_search_item.py,sha256=
|
|
32
|
-
letta_client/agents/types/
|
|
33
|
-
letta_client/agents/types/
|
|
34
|
-
letta_client/agents/types/
|
|
35
|
-
letta_client/agents/types/
|
|
36
|
-
letta_client/agents/types/
|
|
37
|
-
letta_client/agents/types/
|
|
38
|
-
letta_client/agents/types/
|
|
29
|
+
letta_client/agents/types/agents_search_request_search_item.py,sha256=3rbwbHr0UfLWmF5zRUDvEwJCDzwYPjuMkkARjrCXm78,637
|
|
30
|
+
letta_client/agents/types/agents_search_request_search_item_direction.py,sha256=dms9ylGMxhHxNVer8z-XkfIRGjvzHAhUuubftD_CM30,962
|
|
31
|
+
letta_client/agents/types/agents_search_request_search_item_direction_direction.py,sha256=IkVJfmnRPJ9zcjvQ0mq8wlfUvAVPxITcr_w4Qfm3RTI,186
|
|
32
|
+
letta_client/agents/types/agents_search_request_search_item_direction_value.py,sha256=t0mP7y2xMhfVp9KGKiDlQDO0an3cbYk_7G5gdFmWSlw,195
|
|
33
|
+
letta_client/agents/types/agents_search_request_search_item_one.py,sha256=ECWv-hDZen6AomM01zmRsOz0PlXVEwIwLHjid9yko9o,779
|
|
34
|
+
letta_client/agents/types/agents_search_request_search_item_one_operator.py,sha256=76AUQ67bAv7gm5i4OhOTzJ5DA8LbFJYD57vhzM6qNHI,189
|
|
35
|
+
letta_client/agents/types/agents_search_request_search_item_two.py,sha256=YBC-rhz_ToN948VyRy5VB1yT4JqtYcLD_V9hNrkgnfQ,690
|
|
36
|
+
letta_client/agents/types/agents_search_request_search_item_zero.py,sha256=tGjwnFqSofFMBSAogmPLEflDQZ2rMqoMfFUtaIpND18,630
|
|
39
37
|
letta_client/agents/types/create_agent_request_tool_rules_item.py,sha256=xSYFbxIAA6k-pZfVsCaTByE8nXRIqyKnfOm_IEjKfEM,415
|
|
40
38
|
letta_client/agents/types/update_agent_tool_rules_item.py,sha256=5pYbFgeqxmXUHUTZpEWlZ7ODc1G6CpFGWljz_iBpWVA,408
|
|
41
39
|
letta_client/base_client.py,sha256=OapnOZBD94aLQa5uoPCbNIR4zDg55DVI5zBe-wWHYfs,7419
|
|
42
40
|
letta_client/blocks/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
43
|
-
letta_client/blocks/client.py,sha256
|
|
44
|
-
letta_client/client.py,sha256=
|
|
41
|
+
letta_client/blocks/client.py,sha256=3No7azYevSfVcMQgw8f1CDiSD1jI1OAK3OGNERPXSFg,25051
|
|
42
|
+
letta_client/client.py,sha256=2_VG7tj2xOzS1aQLI_w8P6LfU7YoHXsD-CIRzmITuZ8,2589
|
|
45
43
|
letta_client/core/__init__.py,sha256=OKbX2aCZXgHCDUsCouqv-OiX32xA6eFFCKIUH9M5Vzk,1591
|
|
46
44
|
letta_client/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
|
47
|
-
letta_client/core/client_wrapper.py,sha256=
|
|
45
|
+
letta_client/core/client_wrapper.py,sha256=yVXr2IM4O7AmYf97BlNv3lk6XpbgRjusQ79E_5HKjYk,1997
|
|
48
46
|
letta_client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
|
49
47
|
letta_client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
|
50
48
|
letta_client/core/http_client.py,sha256=siUQ6UV0ARZALlxubqWSSAAPC9B4VW8y6MGlHStfaeo,19552
|
|
@@ -64,16 +62,16 @@ letta_client/errors/unprocessable_entity_error.py,sha256=FvR7XPlV3Xx5nu8HNlmLhBR
|
|
|
64
62
|
letta_client/health/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
65
63
|
letta_client/health/client.py,sha256=6BjXH83ZhsLt_MD4QA2hiTsvgfeIgxMT1KSN0Oj6e1I,3242
|
|
66
64
|
letta_client/jobs/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
67
|
-
letta_client/jobs/client.py,sha256=
|
|
65
|
+
letta_client/jobs/client.py,sha256=z1Zq6dGs2xbf3EAFuD3-m-qbpbUeqpCBYqtIFKkGoMk,15622
|
|
68
66
|
letta_client/models/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
69
67
|
letta_client/models/client.py,sha256=Rd9IHjSdXRzzZyabpq8pDTc9XDnwLPnmm5by335g1D0,6306
|
|
70
68
|
letta_client/providers/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
71
|
-
letta_client/providers/client.py,sha256=
|
|
69
|
+
letta_client/providers/client.py,sha256=1pYdO_QED59lQqBucahYI5mycTPDdJUhrwV3boBwm-U,18236
|
|
72
70
|
letta_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
73
71
|
letta_client/runs/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
74
|
-
letta_client/runs/client.py,sha256
|
|
72
|
+
letta_client/runs/client.py,sha256=XUUavKQvglE0DjT98FX4PRUxPU3i_v0b330p9pF_9Tg,25652
|
|
75
73
|
letta_client/sources/__init__.py,sha256=kswgCv4UdkSVk1Y4tsMM1HadOwvhh_Fr96VTSMV4Umc,128
|
|
76
|
-
letta_client/sources/client.py,sha256=
|
|
74
|
+
letta_client/sources/client.py,sha256=GbMg3ZR0JufGPOfYiptr9yDWKJ0FgT6zLD_k6fET0zs,28223
|
|
77
75
|
letta_client/sources/files/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
78
76
|
letta_client/sources/files/client.py,sha256=K7YdVxWOu4lkv5-cuMZMkTcl9Fr92Q5U2liXYFUqZ4I,13297
|
|
79
77
|
letta_client/sources/passages/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
@@ -81,93 +79,65 @@ letta_client/sources/passages/client.py,sha256=n0QVtLC0W1X6_SjhiEGSl9oZexocnsLZY
|
|
|
81
79
|
letta_client/tag/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
82
80
|
letta_client/tag/client.py,sha256=zAy0hjEOVNZV3QAd9iiVuapAXQNCi0wKvZ_wvqj0TmI,5191
|
|
83
81
|
letta_client/tools/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
84
|
-
letta_client/tools/client.py,sha256=
|
|
85
|
-
letta_client/types/__init__.py,sha256=
|
|
82
|
+
letta_client/tools/client.py,sha256=H8Kr5wKoA8Y17NKyVGPeh2ucXGNKoTDetbNVZPwdQ_k,54095
|
|
83
|
+
letta_client/types/__init__.py,sha256=vxoP-WcRnHkX4zYzYm_yyjn7Qj9_qIqwl8EgGrIk50Y,6047
|
|
86
84
|
letta_client/types/action_model.py,sha256=65eLvLD-9-zK9hrDun7wjVlXsCiI7zujv8aGPuIb3jE,1206
|
|
87
85
|
letta_client/types/action_parameters_model.py,sha256=zKzJkjtu1pt4BEA2GHlg9rMWja5a0uZygOpOx3FbgIM,749
|
|
88
86
|
letta_client/types/action_response_model.py,sha256=5OuImT0EQFkAnc81F6tZsVEwYG8rKbIrx_ydGiKqwog,745
|
|
89
87
|
letta_client/types/agent_environment_variable.py,sha256=vutZLcR0yETltgOZ7E_o9kR4vOdBxybVL9lzXSux75w,1698
|
|
90
|
-
letta_client/types/agent_state.py,sha256=
|
|
88
|
+
letta_client/types/agent_state.py,sha256=ZRgtDN_iiDKKDKPbaTfx8PrONbL8E3MSjGqP9ysHXoU,4157
|
|
91
89
|
letta_client/types/agent_state_tool_rules_item.py,sha256=QVFCt60Ro3ZyyQtzA5Zn8Tq8t9osrpqchB08xzmdLs4,375
|
|
92
90
|
letta_client/types/agent_type.py,sha256=iZ3Wa4BUddDeFSgcK3Z0WUKCQYDRCEo0aJICKsc3HL0,220
|
|
93
91
|
letta_client/types/app_auth_scheme.py,sha256=_6FLlw3drQ3HDSP9SecStBwQyE0DgL6UvKFArCC4yp8,1242
|
|
94
92
|
letta_client/types/app_auth_scheme_auth_mode.py,sha256=Zafrac9piNVjCVppCv0CS34Yx4rFaFPieeNCrtaPSwk,225
|
|
95
93
|
letta_client/types/app_model.py,sha256=cypZdZ12NW9pbG23XW9qTtGnZNwNlJxoxBERaFcLmso,1519
|
|
96
|
-
letta_client/types/
|
|
97
|
-
letta_client/types/assistant_file.py,sha256=9_yzzOMH5Ab10MRCJ44WEI0POh4aTOU1R5LCfDF_EnQ,881
|
|
98
|
-
letta_client/types/assistant_message_input.py,sha256=wta9fA0F5XNya-0uqy7odOjTp7NP-DyOs88E7LOnusQ,886
|
|
99
|
-
letta_client/types/assistant_message_output.py,sha256=rhe1PjM24FcKxmNZH0mrfUbNFTs1yRSKu2GyHe3MU-Q,636
|
|
94
|
+
letta_client/types/assistant_message.py,sha256=P_xdImnz1ljYQyLplkGgYOR0jvRYuKA01AWs6XOSckg,706
|
|
100
95
|
letta_client/types/auth_request.py,sha256=q63VMj39aCmljDuzUeAClXEqyaoa_HKv5IraSv8ry9M,683
|
|
101
96
|
letta_client/types/auth_response.py,sha256=jtG9Nn0voJcOWkBtvnuGGwhpUhYz9A8O7soOJZo_E_E,861
|
|
102
97
|
letta_client/types/auth_scheme_field.py,sha256=W4-qgKtKUSpBHaSvjLyzLybOIsGo7Ggk4VECpsoPnqQ,881
|
|
103
|
-
letta_client/types/block.py,sha256=
|
|
104
|
-
letta_client/types/block_update.py,sha256=
|
|
105
|
-
letta_client/types/
|
|
106
|
-
letta_client/types/chat_completion_request_function_call.py,sha256=I3aPJPef1TfEM0qVuiJQHF9c-MJcQkq1QuSyXm0gR98,247
|
|
107
|
-
letta_client/types/chat_completion_request_messages_item.py,sha256=RaP8kpCRf0uc48TnzWNUn1Csl4snQeQrSEIPHWrgajQ,408
|
|
108
|
-
letta_client/types/chat_completion_request_stop.py,sha256=-znv6wKECPL0blRnNuqY89OPWu3CY-aCzLFCgUOZXiw,144
|
|
109
|
-
letta_client/types/chat_completion_request_tool_choice.py,sha256=17mDEt1B55OpvIKPtz_Jmzvc998zNRKbfawr4-J63t0,282
|
|
110
|
-
letta_client/types/chat_completion_response.py,sha256=cAql7ONTaFYlFQ8QWHWCD-NnVozDwzcab3RA_ePwFtE,986
|
|
98
|
+
letta_client/types/block.py,sha256=J8McqSpellhd-KsPYontU8DYg3YV41_fQW5rR-85qMk,2900
|
|
99
|
+
letta_client/types/block_update.py,sha256=oIgxvSnav5vxztBdslRMiWOgRaAp3dh43pinZpoLzxk,1496
|
|
100
|
+
letta_client/types/chat_completion_message_tool_call.py,sha256=cH5RubVaGqU7vlcnNTW70kZppU6D-9ihBAoOQ1LHIiE,676
|
|
111
101
|
letta_client/types/child_tool_rule.py,sha256=Ek6k4AAVxBHG-bv6mwhaqaiYQmn1OVcV-E1u91i9F7Y,963
|
|
112
|
-
letta_client/types/choice.py,sha256=kc1W8eIAFpmC4CQeoKTqLGWxwa5H9Sh6IhuSAHkQLR8,957
|
|
113
102
|
letta_client/types/conditional_tool_rule.py,sha256=jAMAlNBQFJkQ_mbHVT5geUa8-tQ5kh_x2Ulb6Myha30,1326
|
|
114
103
|
letta_client/types/conflict_error_body.py,sha256=Mena-q1jti6nv_7-xrp6sDb_5MXNKPGobHrhpnz9kpY,787
|
|
115
|
-
letta_client/types/context_window_overview.py,sha256=
|
|
116
|
-
letta_client/types/
|
|
117
|
-
letta_client/types/create_assistant_request.py,sha256=-Dt-KV8qXsV5Q_1iXQFvXa9GmD73wnblBvopmSiiPPQ,1523
|
|
118
|
-
letta_client/types/create_block.py,sha256=mKeCXqGpCYK7Jp5PvfF1bZMEnKhcip_5VUX0y9d8lLE,1426
|
|
119
|
-
letta_client/types/delete_assistant_file_response.py,sha256=7j0Qr9mp2bMS42na9IP0i9sEy16MsGzDLDiq-burYwI,772
|
|
120
|
-
letta_client/types/delete_assistant_response.py,sha256=1OX7gczbWmiAKYkzETkcQCHRlsTqySUHjkGiWA_Pygk,770
|
|
104
|
+
letta_client/types/context_window_overview.py,sha256=9pwiObSxu-SFyQ1pxSTlQiRatVAyFgqa6t0_qrrsGfU,2815
|
|
105
|
+
letta_client/types/create_block.py,sha256=V57mbqUkh5c-HcDxmIiFVr3tNfoqx-WJ1GRQZPobbxI,1277
|
|
121
106
|
letta_client/types/e_2_b_sandbox_config.py,sha256=w3R4QpPjeie5aKw8sb_eKhl78J0k5vLCcATNS3Qaeyw,957
|
|
122
107
|
letta_client/types/embedding_config.py,sha256=ubGDLn8_H1qOoZUUj6de0MVrQnM2umVR2vdnOolPyr4,2539
|
|
123
|
-
letta_client/types/embedding_config_embedding_endpoint_type.py,sha256=
|
|
108
|
+
letta_client/types/embedding_config_embedding_endpoint_type.py,sha256=1_ytkZZHdP7vBoaQ3oSf_fSLmPa_C9P4mEeUBzTB700,534
|
|
124
109
|
letta_client/types/file_metadata.py,sha256=vORZH5WZO8AwAuKq0h0W9TTuydjmDlkZC6YyZMy2jbc,1973
|
|
125
|
-
letta_client/types/
|
|
126
|
-
letta_client/types/
|
|
127
|
-
letta_client/types/
|
|
110
|
+
letta_client/types/function.py,sha256=sxz61e9LJ66cpSjg_yu3cvcB_HrxuKw_-21rRSNI70E,572
|
|
111
|
+
letta_client/types/function_definition.py,sha256=8vlMb665ciZjmzSTX2ZOTuqXrohKBKZtxwzMbS3nzOs,735
|
|
112
|
+
letta_client/types/function_tool.py,sha256=z8Iy_49Pv97EH27bvasT6ipc4wS_RAwY05TkJJhqlkM,678
|
|
128
113
|
letta_client/types/health.py,sha256=nQwx5ysn_cJMKUoqsfaPcGNSRSjfwX5S272UiSQJ03w,618
|
|
129
114
|
letta_client/types/http_validation_error.py,sha256=yHa4_NHIMB-VKNZpk7agjLTwWIg7mv7ml3d7I-Bqiog,661
|
|
130
115
|
letta_client/types/init_tool_rule.py,sha256=1HXLdPsB_lWvD7x2Rioqb_-99NFd5SDSCsQSE1Ib3VM,837
|
|
131
116
|
letta_client/types/internal_server_error_body.py,sha256=xR9n1zptgmImbH6apQAuwBblYOWAYNLFzY8s0SUcEug,653
|
|
132
|
-
letta_client/types/job.py,sha256=
|
|
117
|
+
letta_client/types/job.py,sha256=VJBdFIY0rwqh4hObTchlU2jrloTjZwUEA44pNtY_JBg,2321
|
|
133
118
|
letta_client/types/job_status.py,sha256=0Gu5Tku79SDVzCxnjVXQyDPNCizGWUP1ppohAck6a2U,189
|
|
134
119
|
letta_client/types/job_type.py,sha256=Roa04Ry0I-8YMYcDHiHSQwqBavZyPonzkZtjf098e-Q,145
|
|
135
|
-
letta_client/types/letta_message_union.py,sha256=
|
|
120
|
+
letta_client/types/letta_message_union.py,sha256=FM4Zippr5fJ05AZ2aZRFlqp348xNgLbzVOcrnyNfytI,493
|
|
136
121
|
letta_client/types/letta_request.py,sha256=Xps139s6e0fc7HWi0YJHFz51AfY3iDAB9kh-yBa4e38,900
|
|
137
122
|
letta_client/types/letta_request_config.py,sha256=b6K4QtDdHjcZKfBb1fugUuoPrT2N4d5TTB0PIRNI2SU,1085
|
|
138
123
|
letta_client/types/letta_response.py,sha256=i5gAUTgWzIst_RP8I_zSh0GSnLIS3z--1BmK6EF1mkQ,1315
|
|
139
|
-
letta_client/types/
|
|
140
|
-
letta_client/types/letta_schemas_message_message.py,sha256=WTHkqdH1V1q5TOTviS9qqLe36BMl41dzyIr5HD9oK8o,2997
|
|
141
|
-
letta_client/types/letta_schemas_openai_chat_completion_request_tool.py,sha256=fdQxtc1tO3kQzpOPxNuELJl5vSaU9pdSdrTpnWJeK5Y,708
|
|
142
|
-
letta_client/types/letta_schemas_openai_chat_completion_request_tool_call.py,sha256=IlL9RDjVQhhLL56zkl2HKIe90czi2zNsthEXErbuKnc,863
|
|
143
|
-
letta_client/types/letta_schemas_openai_chat_completion_request_tool_call_function.py,sha256=kH0koggWWYihst_VCvWoahU0PZDQ8wonfHyYeCP6ZRk,619
|
|
144
|
-
letta_client/types/letta_schemas_openai_chat_completion_response_message.py,sha256=xhDRJ7p8UFb5qpap6OEQKS0UbwGuV2-DvuFgvlC7VrE,968
|
|
145
|
-
letta_client/types/letta_schemas_openai_chat_completion_response_tool_call.py,sha256=oL_anLry1U6bJCsSzyJIjecto3Wo1d8yh9pOFL3xVQ4,738
|
|
146
|
-
letta_client/types/letta_schemas_openai_chat_completions_tool_call_function.py,sha256=tkM0hBugyKgJO-pSKZYhPRym7pbzxcvRGGQUKU-HoKw,775
|
|
147
|
-
letta_client/types/letta_schemas_openai_chat_completions_tool_call_input.py,sha256=ZvRZX6l3tSlhxUs0ZutyKZWGS14jvJKHyaspZ3rnROQ,954
|
|
148
|
-
letta_client/types/letta_schemas_openai_chat_completions_tool_call_output.py,sha256=ZqrzcBsJlDN8IfhZxRbvwz4-5mmOsk_qi0gYCad__Gk,870
|
|
149
|
-
letta_client/types/letta_schemas_tool_tool.py,sha256=QPsaOdK_VB_TDC_GDRFU8w-kf_p8ClRKuegfssPnXV8,2351
|
|
150
|
-
letta_client/types/letta_usage_statistics.py,sha256=Sr8g9QBOIAMpPDr_HMQOkkhMhNEw8j846wkuTg69YxI,1460
|
|
124
|
+
letta_client/types/letta_usage_statistics.py,sha256=0BHM3ArfwH6WVJNHYja7LI2k3BZ3jt0o_COfgA4muWo,1537
|
|
151
125
|
letta_client/types/llm_config.py,sha256=Jk6uKehnhOxaEWZptE09781Pa8LGIh1SlIKGj_eX6oA,2447
|
|
152
|
-
letta_client/types/llm_config_model_endpoint_type.py,sha256=
|
|
126
|
+
letta_client/types/llm_config_model_endpoint_type.py,sha256=zz7qt0dCqX06vu8mTN1vIvO7iPl1CNbKTFHd-Qg6q6E,524
|
|
153
127
|
letta_client/types/local_sandbox_config.py,sha256=Q4riu4FS69VmC6WsJYcN5YzRCPJwn0hRHRV9bEI_vHY,1044
|
|
154
|
-
letta_client/types/log_prob_token.py,sha256=ueghwzOAxC14TuztG4rkTcYgkRCK6RilqGYqZYC0xbY,629
|
|
155
128
|
letta_client/types/memory.py,sha256=KD5MkDQB-vbRPT9f_-yFBWY1WUW_NWxYEI0IiflG6P8,1035
|
|
156
|
-
letta_client/types/
|
|
129
|
+
letta_client/types/message.py,sha256=33k3t-_XUe39Bxkc4N_QNLH4Ky9N26mOn8s8QTkGLrU,3053
|
|
157
130
|
letta_client/types/message_create.py,sha256=V8en5MKK_WXMBqiBaLZB4qHbGLpbOm1YoOI0OLGLiGk,931
|
|
158
131
|
letta_client/types/message_create_role.py,sha256=atjQEZ8iT4gTAmrFTFnRaM66f0MGsgfGq6hpx1Q-i44,159
|
|
159
132
|
letta_client/types/message_role.py,sha256=HKatrA1jt02oTObExloTY3rW8Urzn37kBTg0Z6MbwkQ,186
|
|
160
133
|
letta_client/types/not_found_error_body.py,sha256=_1esSlUdkBx6CRs6aAIJrxzh3VZKEG0xzeLbxebBuy0,615
|
|
161
134
|
letta_client/types/not_found_error_body_message.py,sha256=Kc9xrVghgDATdPAGpTPnzyKe6ds5q8Vr6zcBU5lLcH4,309
|
|
162
|
-
letta_client/types/open_ai_assistant.py,sha256=szt-m_wM1d8DYPBMIL4XNZVOpkivGajYQBUDISAA1x4,1710
|
|
163
135
|
letta_client/types/organization.py,sha256=vSXwqYTpxGZgpMTv8rw5jzklZnUYjS6yBTkEFNPNSrU,927
|
|
164
136
|
letta_client/types/organization_create.py,sha256=xlF1FgDRa7zpv49kVGWYchcSEUjPEsjF5_m2xHWb9VM,661
|
|
165
|
-
letta_client/types/passage.py,sha256=
|
|
137
|
+
letta_client/types/passage.py,sha256=1OM19TyVCQEL1P3BC58hmzWfawZM4vejiKr0P11dOUk,3034
|
|
166
138
|
letta_client/types/provider.py,sha256=RvdE9dzGFJ4hcmyvk2xeO7RNpxQvXhB_S9DNy8t_z-E,1053
|
|
167
|
-
letta_client/types/reasoning_message.py,sha256=
|
|
168
|
-
letta_client/types/
|
|
169
|
-
letta_client/types/response_format.py,sha256=Ot93aFi9mH4h6xWuSDzbXu_6nd2_caFqCzG1wd-cAiw,583
|
|
170
|
-
letta_client/types/run.py,sha256=MZUXM24ipEHJU4iaGWxHkYVPMI8KCsRe42IihzchEkQ,2654
|
|
139
|
+
letta_client/types/reasoning_message.py,sha256=NmPZqN7hxYVkh7WKYxHTIfqTDqxVLbNZYB5G9TyQ5mc,958
|
|
140
|
+
letta_client/types/run.py,sha256=AgRWT05g4ar7Tid6TfjcfU6leLih8OXKU-mVm2VJV5c,2505
|
|
171
141
|
letta_client/types/sandbox_config.py,sha256=nvVdB0WnK_-bEHIehvBGiiD0hvujA93Ko4FuGMAJDdk,1550
|
|
172
142
|
letta_client/types/sandbox_config_create.py,sha256=eP3Bg9JsROEQEEXm9zo-AJb5QvinO1fQkbDhNcfAUt0,730
|
|
173
143
|
letta_client/types/sandbox_config_create_config.py,sha256=EsSeN81_yPkorfQgOJmumdCWiUt8hk9HawSsRcCc5Hs,263
|
|
@@ -177,32 +147,27 @@ letta_client/types/sandbox_environment_variable.py,sha256=wqOx9q9IeVTRvlz9UPa4Dt
|
|
|
177
147
|
letta_client/types/sandbox_environment_variable_create.py,sha256=AhGE8ITStXkPOfPXjpbiC1oaYC4PEKIklZIsYZ0topI,890
|
|
178
148
|
letta_client/types/sandbox_environment_variable_update.py,sha256=JMkX6nzvcBNEemjvBmyHDezci3Bn7epKhMnvFY_--EA,948
|
|
179
149
|
letta_client/types/sandbox_type.py,sha256=XSWmX3JIFFrDPQ4i89E8LauXY8kjmJEtaz6e_JheGm4,151
|
|
180
|
-
letta_client/types/source.py,sha256=
|
|
181
|
-
letta_client/types/
|
|
182
|
-
letta_client/types/system_message_output.py,sha256=Q4eYVYEH5T1r0ZitDtELoOMiPalB6sUj5vsDoSScSjU,930
|
|
150
|
+
letta_client/types/source.py,sha256=7tLptZ4AZrvRPF6NqToM4Vf9i7TosS2_Ydks4zfvZx4,2239
|
|
151
|
+
letta_client/types/system_message.py,sha256=ef3ZMKzNSa2EUrhTgxwwAn_P5KMWxTDvVeR4wCfgrTE,994
|
|
183
152
|
letta_client/types/terminal_tool_rule.py,sha256=LscdG_oQuMmpnS0WLIpN_cOuTBoqJ5Ccl3ha8xv-XQQ,899
|
|
153
|
+
letta_client/types/tool.py,sha256=0D7w3mGizkqczT92dnueu_LGJg-9gDkO0PS5cnLnynQ,2335
|
|
154
|
+
letta_client/types/tool_call.py,sha256=EKGAFwzoa6zMTpOkG55hWzFn_AgPrbLXSOu5M84x8WU,594
|
|
184
155
|
letta_client/types/tool_call_delta.py,sha256=wGeZwJ9pwYHD5-f4Unf5-vJqefK40eHw9i0w3bCjRoE,671
|
|
185
|
-
letta_client/types/
|
|
186
|
-
letta_client/types/
|
|
187
|
-
letta_client/types/tool_call_message_tool_call.py,sha256=574_EuZw2S1A1bGaAfg1KMmPoBggmLVKfsizOx82510,295
|
|
156
|
+
letta_client/types/tool_call_message.py,sha256=PQEYtLzNMmqc86q7kqjEuALvJ4HdAC_8ODIYjArsoco,1096
|
|
157
|
+
letta_client/types/tool_call_message_tool_call.py,sha256=twtq5-vZIeh1nShqm8iTCN9YFtY7LUIL-bFYuUfhF1o,219
|
|
188
158
|
letta_client/types/tool_create.py,sha256=GC5_7bXmiiQVloCZuy6UtqIAH0kHXNOQcEhC_CRfoyY,1506
|
|
189
|
-
letta_client/types/
|
|
190
|
-
letta_client/types/tool_input.py,sha256=Q1KMbLlbhu3l2kn_gkqmYafTD4ndZpQPUdYX6vzmjW0,674
|
|
191
|
-
letta_client/types/tool_message.py,sha256=Ak3rItXVRStenBXqyYOhUDr3T6EudLkMOEi1ev5b4aA,619
|
|
192
|
-
letta_client/types/tool_return_message.py,sha256=Urb1zWAemckUEQDxOXlQrQz_DaXxyPQGvcOL_T8tFh4,1511
|
|
159
|
+
letta_client/types/tool_return_message.py,sha256=hQ-17bvNGoSaCow4AvWSGLTa80fKuXP2bxXGNUXuX0w,1591
|
|
193
160
|
letta_client/types/tool_return_message_status.py,sha256=FvFOMaG9mnmgnHi2UBQVQQMtHFabbWnQnHTxGUDgVl0,167
|
|
194
161
|
letta_client/types/tool_rule_type.py,sha256=W6lVaYVYzSzhFHgqitmw6XLtxgxBhINgHZJfSnxg6ts,265
|
|
195
|
-
letta_client/types/tool_type.py,sha256=
|
|
162
|
+
letta_client/types/tool_type.py,sha256=Y4fG_O_PLHIJHbqLl08mC_EmeWQ9bdP_D8OLAS8mw64,235
|
|
196
163
|
letta_client/types/usage_statistics.py,sha256=btEmMUxFVu7oQQtBCdQqFJ6XddgmR84799-AdlsHh0w,690
|
|
197
164
|
letta_client/types/user.py,sha256=z_v1uqQ6HYwV_Pp7wDDqS6QWhslHgdUH-AldV-jnmKQ,1349
|
|
198
165
|
letta_client/types/user_create.py,sha256=prQea3xb2-Cm64wv6Y84OfhWNWrA2P8SH5yhUxejzOI,616
|
|
199
|
-
letta_client/types/
|
|
200
|
-
letta_client/types/user_message_input_content.py,sha256=TEBnUQHz98kmY2cBPOdjOnl2MSUpslbukI8qEpM5FKg,142
|
|
201
|
-
letta_client/types/user_message_output.py,sha256=amGS-Dzws4ITjumVfZ6srZhxG-P8pWl7KF7EBvEBKB4,919
|
|
166
|
+
letta_client/types/user_message.py,sha256=OTun7XYv66pT2AEtK1kLJpEC_bW1rQqsIzOw1w2oxTg,979
|
|
202
167
|
letta_client/types/user_update.py,sha256=0Bl1OjO7bfmlpsGQ36dSh6DH1UB_wJOTNewS0wDLkP4,731
|
|
203
168
|
letta_client/types/validation_error.py,sha256=ACDS7wL5nQbS8ymFhWljwbBJmbugNa8bs2O5xEZC3u4,680
|
|
204
169
|
letta_client/types/validation_error_loc_item.py,sha256=LAtjCHIllWRBFXvAZ5QZpp7CPXjdtN9EB7HrLVo6EP0,128
|
|
205
170
|
letta_client/version.py,sha256=bttKLbIhO3UonCYQlqs600zzbQgfhCCMjeXR9WRzid4,79
|
|
206
|
-
letta_client-0.1.
|
|
207
|
-
letta_client-0.1.
|
|
208
|
-
letta_client-0.1.
|
|
171
|
+
letta_client-0.1.19.dist-info/METADATA,sha256=eUjeHybpaVeYecVL64PezYozmMhMVzPUgwL4oyHoWZk,4936
|
|
172
|
+
letta_client-0.1.19.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
173
|
+
letta_client-0.1.19.dist-info/RECORD,,
|