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.
Files changed (104) hide show
  1. letta_client/__init__.py +34 -120
  2. letta_client/agents/__init__.py +18 -54
  3. letta_client/agents/archival_memory/client.py +25 -343
  4. letta_client/agents/client.py +1640 -347
  5. letta_client/agents/context/client.py +6 -4
  6. letta_client/agents/core_memory/client.py +95 -624
  7. letta_client/agents/memory_variables/__init__.py +2 -2
  8. letta_client/agents/memory_variables/client.py +15 -15
  9. letta_client/agents/memory_variables/types/__init__.py +2 -2
  10. letta_client/agents/memory_variables/types/{memory_variables_get_response.py → memory_variables_list_response.py} +1 -1
  11. letta_client/agents/messages/__init__.py +2 -22
  12. letta_client/agents/messages/client.py +32 -38
  13. letta_client/agents/messages/types/__init__.py +2 -21
  14. letta_client/agents/messages/types/letta_streaming_response.py +16 -139
  15. letta_client/agents/messages/types/messages_list_response.py +2 -2
  16. letta_client/agents/sources/client.py +266 -5
  17. letta_client/agents/tools/client.py +25 -27
  18. letta_client/agents/types/__init__.py +15 -25
  19. letta_client/agents/types/agents_search_request_search_item.py +10 -78
  20. letta_client/agents/types/{agents_search_request_search_item_order_by.py → agents_search_request_search_item_direction.py} +7 -6
  21. letta_client/agents/types/agents_search_request_search_item_direction_direction.py +5 -0
  22. letta_client/agents/types/agents_search_request_search_item_direction_value.py +5 -0
  23. letta_client/agents/types/{agents_search_request_search_item_name.py → agents_search_request_search_item_one.py} +5 -4
  24. letta_client/agents/types/agents_search_request_search_item_one_operator.py +5 -0
  25. letta_client/agents/types/{agents_search_request_search_item_tags.py → agents_search_request_search_item_two.py} +2 -1
  26. letta_client/agents/types/{agents_search_request_search_item_version.py → agents_search_request_search_item_zero.py} +3 -2
  27. letta_client/blocks/client.py +12 -260
  28. letta_client/client.py +3 -3
  29. letta_client/core/client_wrapper.py +1 -1
  30. letta_client/jobs/client.py +4 -4
  31. letta_client/providers/client.py +74 -74
  32. letta_client/runs/client.py +14 -12
  33. letta_client/sources/client.py +12 -288
  34. letta_client/tools/client.py +63 -189
  35. letta_client/types/__init__.py +21 -103
  36. letta_client/types/agent_state.py +3 -7
  37. letta_client/types/{assistant_message_output.py → assistant_message.py} +3 -2
  38. letta_client/types/block.py +2 -6
  39. letta_client/types/block_update.py +1 -5
  40. letta_client/types/{archival_memory_summary.py → chat_completion_message_tool_call.py} +7 -7
  41. letta_client/types/context_window_overview.py +4 -6
  42. letta_client/types/create_block.py +1 -5
  43. letta_client/types/embedding_config_embedding_endpoint_type.py +1 -0
  44. letta_client/types/{function_call_output.py → function.py} +1 -1
  45. letta_client/types/{function_schema.py → function_definition.py} +2 -1
  46. letta_client/types/{create_assistant_file_request.py → function_tool.py} +6 -7
  47. letta_client/types/job.py +1 -5
  48. letta_client/types/letta_message_union.py +9 -121
  49. letta_client/types/letta_usage_statistics.py +1 -0
  50. letta_client/types/llm_config_model_endpoint_type.py +1 -0
  51. letta_client/types/{letta_schemas_message_message.py → message.py} +9 -6
  52. letta_client/types/passage.py +1 -5
  53. letta_client/types/reasoning_message.py +2 -1
  54. letta_client/types/run.py +1 -5
  55. letta_client/types/source.py +2 -6
  56. letta_client/types/{system_message_output.py → system_message.py} +3 -2
  57. letta_client/types/{letta_schemas_tool_tool.py → tool.py} +1 -1
  58. letta_client/types/{letta_schemas_letta_message_tool_call.py → tool_call.py} +1 -1
  59. letta_client/types/tool_call_message.py +2 -1
  60. letta_client/types/tool_call_message_tool_call.py +2 -2
  61. letta_client/types/tool_return_message.py +2 -1
  62. letta_client/types/tool_type.py +2 -1
  63. letta_client/types/{user_message_output.py → user_message.py} +3 -2
  64. {letta_client-0.1.16.dist-info → letta_client-0.1.19.dist-info}/METADATA +2 -2
  65. {letta_client-0.1.16.dist-info → letta_client-0.1.19.dist-info}/RECORD +66 -101
  66. letta_client/agents/recall_memory/__init__.py +0 -2
  67. letta_client/agents/recall_memory/client.py +0 -147
  68. letta_client/agents/types/agents_search_request_search_item_name_operator.py +0 -5
  69. letta_client/agents/types/agents_search_request_search_item_order_by_direction.py +0 -5
  70. letta_client/agents/types/agents_search_request_search_item_order_by_value.py +0 -5
  71. letta_client/types/assistant_file.py +0 -33
  72. letta_client/types/assistant_message_input.py +0 -23
  73. letta_client/types/chat_completion_request.py +0 -49
  74. letta_client/types/chat_completion_request_function_call.py +0 -6
  75. letta_client/types/chat_completion_request_messages_item.py +0 -11
  76. letta_client/types/chat_completion_request_stop.py +0 -5
  77. letta_client/types/chat_completion_request_tool_choice.py +0 -8
  78. letta_client/types/chat_completion_response.py +0 -32
  79. letta_client/types/choice.py +0 -25
  80. letta_client/types/create_assistant_request.py +0 -57
  81. letta_client/types/delete_assistant_file_response.py +0 -28
  82. letta_client/types/delete_assistant_response.py +0 -28
  83. letta_client/types/function_call_input.py +0 -19
  84. letta_client/types/letta_schemas_openai_chat_completion_request_tool.py +0 -21
  85. letta_client/types/letta_schemas_openai_chat_completion_request_tool_call.py +0 -24
  86. letta_client/types/letta_schemas_openai_chat_completion_request_tool_call_function.py +0 -20
  87. letta_client/types/letta_schemas_openai_chat_completion_response_message.py +0 -24
  88. letta_client/types/letta_schemas_openai_chat_completion_response_tool_call.py +0 -22
  89. letta_client/types/letta_schemas_openai_chat_completions_tool_call_function.py +0 -27
  90. letta_client/types/letta_schemas_openai_chat_completions_tool_call_input.py +0 -29
  91. letta_client/types/letta_schemas_openai_chat_completions_tool_call_output.py +0 -29
  92. letta_client/types/log_prob_token.py +0 -21
  93. letta_client/types/message_content_log_prob.py +0 -23
  94. letta_client/types/open_ai_assistant.py +0 -67
  95. letta_client/types/recall_memory_summary.py +0 -22
  96. letta_client/types/response_format.py +0 -19
  97. letta_client/types/system_message_input.py +0 -21
  98. letta_client/types/tool_call_function_output.py +0 -27
  99. letta_client/types/tool_function_choice.py +0 -21
  100. letta_client/types/tool_input.py +0 -21
  101. letta_client/types/tool_message.py +0 -21
  102. letta_client/types/user_message_input.py +0 -22
  103. letta_client/types/user_message_input_content.py +0 -5
  104. {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 .letta_schemas_openai_chat_completions_tool_call_output import LettaSchemasOpenaiChatCompletionsToolCallOutput
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 LettaSchemasMessageMessage(UncheckedBaseModel):
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[ToolCall]): The list of tool calls requested.
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[LettaSchemasOpenaiChatCompletionsToolCallOutput]] = pydantic.Field(
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:
@@ -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: typing_extensions.Annotated[
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: typing_extensions.Annotated[
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
  """
@@ -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
- metadata_ (dict): Metadata associated with the source.
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: typing_extensions.Annotated[
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 SystemMessageOutput(UncheckedBaseModel):
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 LettaSchemasToolTool(UncheckedBaseModel):
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
 
@@ -6,7 +6,7 @@ import typing
6
6
  import pydantic
7
7
 
8
8
 
9
- class LettaSchemasLettaMessageToolCall(UncheckedBaseModel):
9
+ class ToolCall(UncheckedBaseModel):
10
10
  name: str
11
11
  arguments: str
12
12
  tool_call_id: str
@@ -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 .letta_schemas_letta_message_tool_call import LettaSchemasLettaMessageToolCall
4
+ from .tool_call import ToolCall
5
5
  from .tool_call_delta import ToolCallDelta
6
6
 
7
- ToolCallMessageToolCall = typing.Union[LettaSchemasLettaMessageToolCall, ToolCallDelta]
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
@@ -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"], typing.Any
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 UserMessageOutput(UncheckedBaseModel):
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.16
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.stream(
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=I48nMUEXqad7aGeJGVxhYcTBtov-mgXaUM5MeX7kDOw,8622
2
- letta_client/agents/__init__.py,sha256=UIF0vxJ4zrsJ0e9X_KHrgtNLZUIn64hAlviOIHsWP68,2614
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=8A4GM52LAmZK7v2XJzfWR_PK99E_xcXTYhZMPsK7Uvc,18889
5
- letta_client/agents/client.py,sha256=-On3J9n5nCbUHPykKoaxZLDwf-JM5F7z3EN6RTNBN6g,54782
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=s9dQA3yJo8KVSinnZz0Mv0GWs0tEqoSH5HgdTTD_klc,4781
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=nUJyOaf3H_P6-WxvujsAVadhnKaxUJPw4YBJ3m1cQDk,34575
10
- letta_client/agents/memory_variables/__init__.py,sha256=PkxamlalbQ8edaZ2O0eWrPYzkL47cWJq__AzUHK3tDY,153
11
- letta_client/agents/memory_variables/client.py,sha256=W33u5yKUIn-Njhqgyogvjnh-ZvYFIA_JHx4g_3Y2AR0,4927
12
- letta_client/agents/memory_variables/types/__init__.py,sha256=F97IDCgZgUMB04F4EFK8_sEiHIaSxeY3uZFOKWjIu7s,177
13
- letta_client/agents/memory_variables/types/memory_variables_get_response.py,sha256=rc-8h_zEPBmHCjJlEPNoz8enpNcmKkrJz1pbSRQmJy4,598
14
- letta_client/agents/messages/__init__.py,sha256=LYdFebT_xZUy18Gep6nGkjvgP7GJm_xap9IxmM3PBj4,841
15
- letta_client/agents/messages/client.py,sha256=2AD4xs08wr0ZDmqoVmH17JV5u6gBAXvCBckbeDTnEfg,34645
16
- letta_client/agents/messages/types/__init__.py,sha256=B9jyLPU7esk_34bILLZl5Nw6qbk3sDJd7ygfeivDwYI,891
17
- letta_client/agents/messages/types/letta_streaming_response.py,sha256=wy__JtXiybvfOjsjMq5ZSnTJt9A5x_nALgCqq32Dd_A,4707
18
- letta_client/agents/messages/types/messages_list_response.py,sha256=95iOFCbgI3gFk5P-ZoTnQrMJTrnOp7KATNi1PXLnTMU,328
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=ATvEfFKfhnsq-nUqq8MskYjhi66Iun-TMaP1jL4RdV8,4719
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=c90wAW7q7S8NE_ZZNo55FB5LmtcnPs-mjA1kJ7MRvvA,12852
29
- letta_client/agents/types/__init__.py,sha256=q0Zi5FO9IWVN318qJhEZlUrKzx4kgygfFw9fwmFMujo,1873
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=ialUuCAyvTsLFzaUfVWTW9q45Sti4MSzZj_ayxXeTSA,2862
32
- letta_client/agents/types/agents_search_request_search_item_name.py,sha256=CITFiKq5TtyVKb9CwzRDAACl-HxqOqTOGQLAbcUFXjw,740
33
- letta_client/agents/types/agents_search_request_search_item_name_operator.py,sha256=Vw5IieCX8pbMGxDvsTzOiaqP9Zws8BpzQcn7QsPNHdI,190
34
- letta_client/agents/types/agents_search_request_search_item_order_by.py,sha256=2mUspR1ifvuTbeJzbbW7ted0IWGsbGxJGDSZzdQWEOs,899
35
- letta_client/agents/types/agents_search_request_search_item_order_by_direction.py,sha256=WDYbLnLuJIpM9gMSlwNUtRmckaCGqWXii_N-3uTBeNg,184
36
- letta_client/agents/types/agents_search_request_search_item_order_by_value.py,sha256=KmJ3WGea7c_yZMVSShZIfTcYrJ2a7qYV0-31nikSMcE,193
37
- letta_client/agents/types/agents_search_request_search_item_tags.py,sha256=kZOgsK1eUGdHaulx8MxxtB0X6gzidTLbyMQWc5fhOPo,648
38
- letta_client/agents/types/agents_search_request_search_item_version.py,sha256=hipwPCnixAAq5UfhmcAyIcG9Ut1xGhVnP6lYRG1bBsw,584
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=-4_DMOmUdzPxCqmOYJv3O9Yrf3ZG-gpzyciTe9qbI7k,32517
44
- letta_client/client.py,sha256=a5YTj-G-1W4JXvxggyTU1riqiKJ-ga0iZ4VYP15b1A4,2656
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=8VOm2TBZxZJ2zbe2jkgvYm_wegiA3TsAdbehyUxXnzo,1997
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=rhLATeG8dAyxLONZ5oSZ5iN22N4hzcyg0xl71fOyYIE,15602
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=MPab7qz_kqoonzXdR3oKlhYqGNLAH1ydq8Abv0WthfA,18232
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=-KIljMB39AkyIIrqiz7GIUNdZa0YetgB9bxuc6zt9Cg,25594
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=fpf8nq6ahmuqSF5Pl5vxnczamWAmh6sVSbUkAmXA4BE,36643
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=dh8uX3tNFbKjgvd2TUwP0KTj4THksnFxnZmEit7tOY4,58734
85
- letta_client/types/__init__.py,sha256=6exIHncp6cs-qlCuJ3tvCXoAuYGq6i-PiMwmDcFk8H4,10314
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=MfXUbzySd-NJwZm78OWBP6gbjqexn7aw48fK9x2_ZJk,4357
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/archival_memory_summary.py,sha256=UDmcWnpoE8HNf1RdRuWyoYcenJRA1rUGtuMqRdzmF0I,639
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=3claCqoLbhisM1PoELIdL6NZ8tSkFn48jEMpgmxYlpI,3050
104
- letta_client/types/block_update.py,sha256=PIoJgg1i7uI-i6QKQw5nPn4uOZ7Rl9L84xvbAZxWNnM,1645
105
- letta_client/types/chat_completion_request.py,sha256=3yJ-6AeNvHJsHSMoIfSN5WVJDcTnz9WzUR8kxZvhybI,2101
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=HcjkFG4pIL2J_imh3Cw5sEzGFzG1V9ULEd49MUT7rkE,2987
116
- letta_client/types/create_assistant_file_request.py,sha256=09jUu6y-l0sZdQ90oY--XfJ1bXaHwWS8121c1mZ6I9Y,648
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=Iw8W4h9bEYdTYYaU4__JUPKqS-zO9WpzIQKtihvJH8U,515
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/function_call_input.py,sha256=bxHxCXbkzah5gLjgcbxktKuQrOATItZQ9ZeMMoNYlJw,562
126
- letta_client/types/function_call_output.py,sha256=PfRMUZziEt8K-hhVvpIa4e-63KnpREep7eRPe-w476U,582
127
- letta_client/types/function_schema.py,sha256=4VBSXQgQMw7xZNjKp_4sGBhQw6X2S2ye-zWV2Gny5YY,690
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=JEXfmTDxmHoEUxKQ8GH2yMUGbD7HfIeCdzUelMb3wsI,2470
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=wqZjJm8EgS3yx5i7x0P_CLB2ojzH-9BdZM5M4A3LV98,3946
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/letta_schemas_letta_message_tool_call.py,sha256=KrRbLhWx8uVpZIpt1nuVIIBemjFnQufPR1vm6NlMMM4,618
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=rnDv3wDnngPT10CFw24C6kHo4swuLHxv46aLI9Hoosg,505
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/message_content_log_prob.py,sha256=1Kc5Cbm264jgmfVRi6SNjK4C3PKVs1i_c4BR3ckNW7M,747
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=CPg_I9h4yNdVYXCnslKlGsPq6rYe6qTvGT4RjBF7620,3183
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=kCoRIXdsCjj48jDaZKuxIXqxwnlLYGR3qAAumeQIA-M,882
168
- letta_client/types/recall_memory_summary.py,sha256=aHLAjDWxs6tLFJVtF4CUiS6IiP0bWFcIDNC0J5njJtY,635
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=yBVKt4cgcR26Lw1USDQ6BNC1UVxsSSXC1l9p7QmdFnQ,2389
181
- letta_client/types/system_message_input.py,sha256=fIhVIHA74jTwdhETiVRGdUHyTTynb0oarIpE32-V9Wk,642
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/tool_call_function_output.py,sha256=lI8toKjSUdYe00SmdHyySkQ0aBSVGu1SqbSkCMWjTSA,748
186
- letta_client/types/tool_call_message.py,sha256=ea6QylDi9FibPl2TJJ1AnQF7hCQYPRDFiQaYVLTIUnc,1020
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/tool_function_choice.py,sha256=QW3cglpcoHmyXSpslg0GhrnrnCuXYNZcGtSps6Z5GiA,693
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=T0bjaTPWmGEfi2IgtyVAcfS6MI0LA4k7k6TpSCzL-pU,209
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/user_message_input.py,sha256=8zdmmwOZwo_vJrCQbvjTc_uPMaGJEXvPLD1DKIVg75k,724
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.16.dist-info/METADATA,sha256=aJRY9Fmw8NuJe7mHVNg-ZKXz_G081WmYvmn4ma2tLlA,4929
207
- letta_client-0.1.16.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
208
- letta_client-0.1.16.dist-info/RECORD,,
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,,
@@ -1,2 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-