letta-client 0.1.324__py3-none-any.whl → 1.0.0a1__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.

Files changed (64) hide show
  1. letta_client/__init__.py +80 -36
  2. letta_client/agents/messages/client.py +2 -4
  3. letta_client/agents/messages/raw_client.py +2 -4
  4. letta_client/core/client_wrapper.py +2 -2
  5. letta_client/runs/client.py +2 -2
  6. letta_client/runs/raw_client.py +2 -2
  7. letta_client/templates/__init__.py +76 -36
  8. letta_client/templates/client.py +135 -0
  9. letta_client/templates/raw_client.py +203 -0
  10. letta_client/templates/types/__init__.py +152 -72
  11. letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_zero.py → templates_create_agents_from_template_response_agents_item_tool_rules_item_args.py} +11 -8
  12. letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_one_prompt_template.py → templates_create_agents_from_template_response_agents_item_tool_rules_item_args_args.py} +4 -5
  13. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_args_args_item.py +7 -0
  14. letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_zero_prompt_template.py → templates_create_agents_from_template_response_agents_item_tool_rules_item_args_prompt_template.py} +4 -4
  15. letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_one_prompt_template_item.py → templates_create_agents_from_template_response_agents_item_tool_rules_item_args_prompt_template_item.py} +1 -1
  16. letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_zero_type.py → templates_create_agents_from_template_response_agents_item_tool_rules_item_args_type.py} +1 -1
  17. letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_zero.py → templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes.py} +13 -7
  18. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_child_arg_nodes.py +16 -0
  19. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_child_arg_nodes_item.py +12 -0
  20. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_child_arg_nodes_item_args.py +17 -0
  21. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_child_arg_nodes_item_args_item.py +7 -0
  22. letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one.py → templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_child_arg_nodes_item_item.py} +8 -10
  23. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_child_arg_nodes_item_item_args.py +17 -0
  24. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_child_arg_nodes_item_item_args_item.py +7 -0
  25. letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_zero_prompt_template.py → templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_prompt_template.py} +4 -4
  26. letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_zero_prompt_template_item.py → templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_prompt_template_item.py} +1 -1
  27. letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_zero_type.py → templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_type.py} +1 -1
  28. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item.py +8 -8
  29. letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_one.py → templates_create_agents_from_template_response_agents_item_tool_rules_item_item_args.py} +11 -7
  30. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_args_args.py +13 -0
  31. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_args_args_item.py +7 -0
  32. letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one_prompt_template.py → templates_create_agents_from_template_response_agents_item_tool_rules_item_item_args_prompt_template.py} +4 -4
  33. letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one_prompt_template_item.py → templates_create_agents_from_template_response_agents_item_tool_rules_item_item_args_prompt_template_item.py} +1 -1
  34. letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one_type.py → templates_create_agents_from_template_response_agents_item_tool_rules_item_item_args_type.py} +1 -1
  35. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes.py +37 -0
  36. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_child_arg_nodes.py +18 -0
  37. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_child_arg_nodes_item.py +12 -0
  38. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_child_arg_nodes_item_args.py +17 -0
  39. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_child_arg_nodes_item_args_item.py +7 -0
  40. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_child_arg_nodes_item_item.py +28 -0
  41. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_child_arg_nodes_item_item_args.py +17 -0
  42. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_child_arg_nodes_item_item_args_item.py +7 -0
  43. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_prompt_template.py +18 -0
  44. letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_zero_prompt_template_item.py → templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_prompt_template_item.py} +1 -1
  45. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_type.py +7 -0
  46. letta_client/templates/types/templates_create_template_request_agent_file.py +5 -0
  47. letta_client/templates/types/templates_get_template_snapshot_response_agents_item_tool_rules_item.py +8 -8
  48. letta_client/templates/types/{templates_get_template_snapshot_response_agents_item_tool_rules_item_one.py → templates_get_template_snapshot_response_agents_item_tool_rules_item_args.py} +2 -1
  49. letta_client/templates/types/templates_get_template_snapshot_response_agents_item_tool_rules_item_child_arg_nodes.py +29 -0
  50. letta_client/templates/types/{templates_get_template_snapshot_response_agents_item_tool_rules_item_zero.py → templates_get_template_snapshot_response_agents_item_tool_rules_item_child_arg_nodes_child_arg_nodes_item.py} +3 -5
  51. letta_client/templates/types/templates_update_current_template_from_agent_file_response.py +21 -0
  52. letta_client/types/__init__.py +4 -0
  53. letta_client/types/child_tool_rule.py +6 -0
  54. letta_client/types/init_tool_rule.py +5 -0
  55. letta_client/types/message.py +5 -0
  56. letta_client/types/run.py +28 -41
  57. letta_client/types/run_status.py +5 -0
  58. letta_client/types/step.py +2 -2
  59. letta_client/types/step_metrics.py +2 -2
  60. letta_client/types/tool_call_node.py +35 -0
  61. {letta_client-0.1.324.dist-info → letta_client-1.0.0a1.dist-info}/METADATA +1 -1
  62. {letta_client-0.1.324.dist-info → letta_client-1.0.0a1.dist-info}/RECORD +63 -41
  63. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one_type.py +0 -5
  64. {letta_client-0.1.324.dist-info → letta_client-1.0.0a1.dist-info}/WHEEL +0 -0
letta_client/types/run.py CHANGED
@@ -6,79 +6,76 @@ import typing
6
6
  import pydantic
7
7
  from ..core.pydantic_utilities import IS_PYDANTIC_V2
8
8
  from ..core.unchecked_base_model import UncheckedBaseModel
9
- from .job_status import JobStatus
10
- from .job_type import JobType
11
9
  from .letta_request_config import LettaRequestConfig
10
+ from .run_status import RunStatus
12
11
  from .stop_reason_type import StopReasonType
13
12
 
14
13
 
15
14
  class Run(UncheckedBaseModel):
16
15
  """
17
- Representation of a run, which is a job with a 'run' prefix in its ID.
18
- Inherits all fields and behavior from Job except for the ID prefix.
16
+ Representation of a run - a conversation or processing session for an agent.
17
+ Runs track when agents process messages and maintain the relationship between agents, steps, and messages.
19
18
 
20
19
  Parameters:
21
20
  id (str): The unique identifier of the run (prefixed with 'run-').
22
- status (JobStatus): The status of the run.
23
- created_at (datetime): The unix timestamp of when the run was created.
24
- completed_at (datetime): The unix timestamp of when the run was completed.
25
- user_id (str): The unique identifier of the user associated with the run.
21
+ status (JobStatus): The current status of the run.
22
+ created_at (datetime): The timestamp when the run was created.
23
+ completed_at (datetime): The timestamp when the run was completed.
24
+ agent_id (str): The unique identifier of the agent associated with the run.
25
+ stop_reason (StopReasonType): The reason why the run was stopped.
26
+ background (bool): Whether the run was created in background mode.
27
+ metadata (dict): Additional metadata for the run.
28
+ request_config (LettaRequestConfig): The request configuration for the run.
26
29
  """
27
30
 
28
- created_by_id: typing.Optional[str] = pydantic.Field(default=None)
31
+ id: typing.Optional[str] = pydantic.Field(default=None)
29
32
  """
30
- The id of the user that made this object.
33
+ The human-friendly ID of the Run
31
34
  """
32
35
 
33
- last_updated_by_id: typing.Optional[str] = pydantic.Field(default=None)
36
+ status: typing.Optional[RunStatus] = pydantic.Field(default=None)
34
37
  """
35
- The id of the user that made this object.
38
+ The current status of the run.
36
39
  """
37
40
 
38
41
  created_at: typing.Optional[dt.datetime] = pydantic.Field(default=None)
39
42
  """
40
- The unix timestamp of when the job was created.
43
+ The timestamp when the run was created.
41
44
  """
42
45
 
43
- updated_at: typing.Optional[dt.datetime] = pydantic.Field(default=None)
44
- """
45
- The timestamp when the object was last updated.
46
- """
47
-
48
- status: typing.Optional[JobStatus] = pydantic.Field(default=None)
46
+ completed_at: typing.Optional[dt.datetime] = pydantic.Field(default=None)
49
47
  """
50
- The status of the job.
48
+ The timestamp when the run was completed.
51
49
  """
52
50
 
53
- completed_at: typing.Optional[dt.datetime] = pydantic.Field(default=None)
51
+ agent_id: str = pydantic.Field()
54
52
  """
55
- The unix timestamp of when the job was completed.
53
+ The unique identifier of the agent associated with the run.
56
54
  """
57
55
 
58
- stop_reason: typing.Optional[StopReasonType] = pydantic.Field(default=None)
56
+ background: typing.Optional[bool] = pydantic.Field(default=None)
59
57
  """
60
- The reason why the run was stopped.
58
+ Whether the run was created in background mode.
61
59
  """
62
60
 
63
61
  metadata: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = pydantic.Field(default=None)
64
62
  """
65
- The metadata of the job.
63
+ Additional metadata for the run.
66
64
  """
67
65
 
68
- job_type: typing.Optional[JobType] = None
69
- background: typing.Optional[bool] = pydantic.Field(default=None)
66
+ request_config: typing.Optional[LettaRequestConfig] = pydantic.Field(default=None)
70
67
  """
71
- Whether the job was created in background mode.
68
+ The request configuration for the run.
72
69
  """
73
70
 
74
- agent_id: typing.Optional[str] = pydantic.Field(default=None)
71
+ stop_reason: typing.Optional[StopReasonType] = pydantic.Field(default=None)
75
72
  """
76
- The agent associated with this job/run.
73
+ The reason why the run was stopped.
77
74
  """
78
75
 
79
76
  callback_url: typing.Optional[str] = pydantic.Field(default=None)
80
77
  """
81
- If set, POST to this URL when the job completes.
78
+ If set, POST to this URL when the run completes.
82
79
  """
83
80
 
84
81
  callback_sent_at: typing.Optional[dt.datetime] = pydantic.Field(default=None)
@@ -106,16 +103,6 @@ class Run(UncheckedBaseModel):
106
103
  Total run duration in nanoseconds
107
104
  """
108
105
 
109
- id: typing.Optional[str] = pydantic.Field(default=None)
110
- """
111
- The human-friendly ID of the Run
112
- """
113
-
114
- request_config: typing.Optional[LettaRequestConfig] = pydantic.Field(default=None)
115
- """
116
- The request configuration for the run.
117
- """
118
-
119
106
  if IS_PYDANTIC_V2:
120
107
  model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
121
108
  else:
@@ -0,0 +1,5 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import typing
4
+
5
+ RunStatus = typing.Union[typing.Literal["created", "running", "completed", "failed", "cancelled"], typing.Any]
@@ -27,9 +27,9 @@ class Step(UncheckedBaseModel):
27
27
  The unique identifier of the provider that was configured for this step
28
28
  """
29
29
 
30
- job_id: typing.Optional[str] = pydantic.Field(default=None)
30
+ run_id: typing.Optional[str] = pydantic.Field(default=None)
31
31
  """
32
- The unique identifier of the job that this step belongs to. Only included for async calls.
32
+ The unique identifier of the run that this step belongs to. Only included for async calls.
33
33
  """
34
34
 
35
35
  agent_id: typing.Optional[str] = pydantic.Field(default=None)
@@ -18,9 +18,9 @@ class StepMetrics(UncheckedBaseModel):
18
18
  The unique identifier of the provider.
19
19
  """
20
20
 
21
- job_id: typing.Optional[str] = pydantic.Field(default=None)
21
+ run_id: typing.Optional[str] = pydantic.Field(default=None)
22
22
  """
23
- The unique identifier of the job.
23
+ The unique identifier of the run.
24
24
  """
25
25
 
26
26
  agent_id: typing.Optional[str] = pydantic.Field(default=None)
@@ -0,0 +1,35 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import typing
4
+
5
+ import pydantic
6
+ from ..core.pydantic_utilities import IS_PYDANTIC_V2
7
+ from ..core.unchecked_base_model import UncheckedBaseModel
8
+
9
+
10
+ class ToolCallNode(UncheckedBaseModel):
11
+ """
12
+ Typed child override for prefilled arguments.
13
+
14
+ When used in a ChildToolRule, if this child is selected next, its `args` will be
15
+ applied as prefilled arguments (overriding overlapping LLM-provided values).
16
+ """
17
+
18
+ name: str = pydantic.Field()
19
+ """
20
+ The name of the child tool to invoke next.
21
+ """
22
+
23
+ args: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = pydantic.Field(default=None)
24
+ """
25
+ Optional prefilled arguments for this child tool. Keys must match the tool's parameter names and values must satisfy the tool's JSON schema. Supports partial prefill; non-overlapping parameters are left to the model.
26
+ """
27
+
28
+ if IS_PYDANTIC_V2:
29
+ model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
30
+ else:
31
+
32
+ class Config:
33
+ frozen = True
34
+ smart_union = True
35
+ extra = pydantic.Extra.allow
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: letta-client
3
- Version: 0.1.324
3
+ Version: 1.0.0a1
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Intended Audience :: Developers
@@ -1,4 +1,4 @@
1
- letta_client/__init__.py,sha256=0NoOlD-BhiQXxZzmfUxLWHAIeIhlKpm2fLDTyvQAehs,97186
1
+ letta_client/__init__.py,sha256=bVEtB1kSFsXbQkKzGQJi9IAJyREQMdb0txcjYI1amPw,101420
2
2
  letta_client/agents/__init__.py,sha256=tivYxCGfOJoJPrDjdXFPEKGxqeHiILzaaUyrjbEpF-s,2255
3
3
  letta_client/agents/blocks/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
4
4
  letta_client/agents/blocks/client.py,sha256=WAKaFGx76QqDG1Ygd2hlvyXHTjV-ObjnvQSMKK6h1SM,16143
@@ -25,8 +25,8 @@ letta_client/agents/memory_variables/raw_client.py,sha256=lwWJQlKh4InQgrCH8iHPBw
25
25
  letta_client/agents/memory_variables/types/__init__.py,sha256=r_Wc0Jjyp1_Y2qC_eWsabWx1sTwoxAaV1s24y8Ep_Zg,200
26
26
  letta_client/agents/memory_variables/types/memory_variables_list_response.py,sha256=iAXAqp-J0fnyUK4MMa3PMrYwqQfbui3tiaWaWR9_O5M,600
27
27
  letta_client/agents/messages/__init__.py,sha256=1UJXThKW_Vbv98KiOIuEpf7MN0C_rSQ8GU9dNuDtUbg,499
28
- letta_client/agents/messages/client.py,sha256=rrFcR2zCywui4P_825LDN4fjhbY9PxPDBbzYmrbrOsU,48221
29
- letta_client/agents/messages/raw_client.py,sha256=VaBHTasgaW4ENwEV3MWWwDZZklEdsc34RfYXNsXABPo,69814
28
+ letta_client/agents/messages/client.py,sha256=vk308-SM8kSOCnGl2KaKb43feKIbJWZysFJNIpzEX7Y,48131
29
+ letta_client/agents/messages/raw_client.py,sha256=KK_zCviauGBbIN5o6aFKQxU2xqLCgyznPctMGaql3RY,69724
30
30
  letta_client/agents/messages/types/__init__.py,sha256=I5PRGhIGEwWx8uCKhSJWv6XmiJS2koGBqRwsy4hQ__Y,692
31
31
  letta_client/agents/messages/types/letta_async_request_messages_item.py,sha256=ENCLYOoBskZ23fPYAc5UKEa2CH9_k8UWWp-l-92PFIE,261
32
32
  letta_client/agents/messages/types/letta_streaming_response.py,sha256=iFM3SiYzMLSTzyZpxKZ0kUQdl3CcuVtiQZ5FzCCagQw,1098
@@ -111,7 +111,7 @@ letta_client/client_side_access_tokens/types/client_side_access_tokens_list_clie
111
111
  letta_client/client_side_access_tokens/types/client_side_access_tokens_list_client_side_access_tokens_response_tokens_item_policy_data_item_access_item.py,sha256=kNHfEWFl7u71Pu8NPqutod0a2NXfvq8il05Hqm0iBB4,284
112
112
  letta_client/core/__init__.py,sha256=tpn7rjb6C2UIkYZYIqdrNpI7Yax2jw88sXh2baxaxAI,1715
113
113
  letta_client/core/api_error.py,sha256=44vPoTyWN59gonCIZMdzw7M1uspygiLnr3GNFOoVL2Q,614
114
- letta_client/core/client_wrapper.py,sha256=i-EizOV4yRHgRDdmqXOKPxpjVXgx24lNW8QdXVSsp0s,2776
114
+ letta_client/core/client_wrapper.py,sha256=9P6UgBmXF19IrI_gTrqrfnnWSkjeXNTiWQeV5Kvadh0,2776
115
115
  letta_client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
116
116
  letta_client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
117
117
  letta_client/core/force_multipart.py,sha256=awxh5MtcRYe74ehY8U76jzv6fYM_w_D3Rur7KQQzSDk,429
@@ -210,13 +210,13 @@ letta_client/providers/types/__init__.py,sha256=jVDiT7mqApU4Q2VZxWEhbljTDDdKn_0I
210
210
  letta_client/providers/types/providers_list_request_order.py,sha256=gKYmSfL5MoQ5bI3wHkN7Ax8SDN-Niyfk4yhOFwhmiqg,164
211
211
  letta_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
212
212
  letta_client/runs/__init__.py,sha256=QD9MFbOrf_jxsxTQMFJc3TNxL_VMPnPLa_30UAr0GEk,307
213
- letta_client/runs/client.py,sha256=S6G4NDz3xHZZ-GtgMeRMYpZGtzDhWF1YfLq5o2VpF7Q,16466
213
+ letta_client/runs/client.py,sha256=FQPdaSn0WcMj-ORYKVzkfB0XvSRl8FKXK-GdVdNAVss,16518
214
214
  letta_client/runs/messages/__init__.py,sha256=4Drz3WiTGJ6WVnWez4m6bLbjGw9ol_OtAGH0mx1a2ic,169
215
215
  letta_client/runs/messages/client.py,sha256=u0ipd-pFDnw1VKSOFw4CDeVZ7bkXTNJtVAgzaDV2jso,4850
216
216
  letta_client/runs/messages/raw_client.py,sha256=XZG7G9qbXj8cWZq0wil5ZVNTzgFZd5E8NaWIjnvgxm4,6777
217
217
  letta_client/runs/messages/types/__init__.py,sha256=bTPj8YbO4NGt7r_tFoTYFp2PpWmJmJ7yK3kajsNbCQU,191
218
218
  letta_client/runs/messages/types/messages_list_request_order.py,sha256=nHSEtZeZ-uQJ668U-p24AGw7MQzJXjaY7FVJh-RHUTo,163
219
- letta_client/runs/raw_client.py,sha256=Qv473j6VMgD9rwxIu_kp278h47OiENVtL8MPLlRttC8,27918
219
+ letta_client/runs/raw_client.py,sha256=wH6DpwjXngn1NJ6zjiq0sAYo5Lf52xiGcWfLDypyle4,27970
220
220
  letta_client/runs/steps/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
221
221
  letta_client/runs/steps/client.py,sha256=4MiWOwmSiIX-0U_ic5a-x72Svjh2N7q6etXA5VJ9V30,6074
222
222
  letta_client/runs/steps/raw_client.py,sha256=dbM7QYusDn_u4UYZl0I_jK-hCOek_m525we6boGo8jA,7973
@@ -263,13 +263,13 @@ letta_client/tags/types/tags_list_request_order.py,sha256=RljEzb45C7Fy48a8MfalsW
263
263
  letta_client/telemetry/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
264
264
  letta_client/telemetry/client.py,sha256=w2oL-0A2U_CW8TKxVWwtg2vbEJRJpGuVLsdbAAHDvBA,3266
265
265
  letta_client/telemetry/raw_client.py,sha256=TmsC0K_3xSVANtQLtx8IRkmjk0x7YVopXI-uNG4pQek,5186
266
- letta_client/templates/__init__.py,sha256=y5q1VW_IQe--Z1odJtRRvMLWNMLZxTPEOD7m9j_fMC8,79128
266
+ letta_client/templates/__init__.py,sha256=FjDWBWn15haU8E_dXZ2J12R4x66c2TJ7sY24qfxU2WY,83292
267
267
  letta_client/templates/agents/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
268
268
  letta_client/templates/agents/client.py,sha256=Nk_5b_IoEvx358GyCNH3wDdRP-IgOhgRAspXuBHflMY,2957
269
269
  letta_client/templates/agents/raw_client.py,sha256=s3RRlfd5J4MGSWTPWV9nmLTLH84_5r1C5lUJSg8bgU8,2939
270
- letta_client/templates/client.py,sha256=IX-DjrxHhFyxIUI9hU8C3KFIzDPLMo7djtvqOOd5cng,44982
271
- letta_client/templates/raw_client.py,sha256=-o6o-xJneEknrjgWUEs7V9BNBMqM0o-7fE4kTQIB5Ug,75669
272
- letta_client/templates/types/__init__.py,sha256=VpP3ISGQtpWxzX8IP4hb2_u1qeMc7mvSgEVyATD1RzA,129210
270
+ letta_client/templates/client.py,sha256=rtHfOkH62bp19arWQTOBhvCFuR80leEi4vglF7jMS3I,49531
271
+ letta_client/templates/raw_client.py,sha256=z5EU3XYwLVBjV26RV2aaZs3H_EWFqR17VR6ip2j6BL0,84195
272
+ letta_client/templates/types/__init__.py,sha256=GckypDiAWTyqK2cCmsCu-U6RcdosQPms_Y9nIYOnMnc,136030
273
273
  letta_client/templates/types/templates_create_agents_from_template_request_initial_message_sequence_item.py,sha256=yazAI09lTYn8i0UbuSVH8xgU35rUOQsvi3vpO3gPgg0,1080
274
274
  letta_client/templates/types/templates_create_agents_from_template_request_initial_message_sequence_item_role.py,sha256=IJY6sF_KsFt-e7SMT5rUdADELLz6gOCVZpBoG0ccdlw,231
275
275
  letta_client/templates/types/templates_create_agents_from_template_response.py,sha256=S7SrVa6cfj30adzw-VpeCJlm4-ch-q4SHMJgz2JmDtM,1152
@@ -558,6 +558,23 @@ letta_client/templates/types/templates_create_agents_from_template_response_agen
558
558
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_updated_at_item.py,sha256=2QkHoRy6NucbY1VGkHUFcwQNHY5oATdddxKeftyWWfw,225
559
559
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules.py,sha256=ShGoW-JBqosBuL8YrJlTVuoH8joUf3f1IcT_bam11Lk,564
560
560
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item.py,sha256=iCLR-SDmOePHjI7lQEXc78EqusGwh7-OAvJAt9GO9v8,443
561
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_args.py,sha256=03SXAokrieQIeDajWuYJt7E2tOr2kqMgMc37xooi7YI,1538
562
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_args_args.py,sha256=6h9a__HLRPOJ3CbYUf74nZUWdP2lHtql8EdkqKRyBi0,532
563
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_args_args_item.py,sha256=4iAuBIpUhpce6KNXnIc1yuPv0r9Fdu7S-Ye-4K1QV_4,229
564
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_args_prompt_template.py,sha256=O_okj8OOz02lfuFgiwNdu3cyXbi8JG7uqCHmZEvgsGs,596
565
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_args_prompt_template_item.py,sha256=k9Z2J04dVM_Oouj0LorBs4zCE2pA0wu3b37V54FS16A,215
566
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_args_type.py,sha256=qomCPpXqux2tTaICPB5NFvK9VQ_hd47mcUGTtcjr94w,208
567
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes.py,sha256=EswR1zNynOROkMlqyyoR_NhUWAX_BqxhNL6eKHHjQfM,1719
568
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_child_arg_nodes.py,sha256=-QFWvW5d_rVYkoa1gJQA23XZrlDMMHHMfjFpvTRcPiw,735
569
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_child_arg_nodes_item.py,sha256=2Kiwfg1m86qc_AIyovvPtRziwwfnxQ6LrnCmwxb8_Wg,575
570
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_child_arg_nodes_item_args.py,sha256=0h5BbTES9MlIFLiU3pe1BQvGGyGpDfGA_lSzfBmlLwc,678
571
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_child_arg_nodes_item_args_item.py,sha256=NSS5jZ5qgqSkcKwhM1h3AT4g5IfA2a2sftPqD9PMd1A,255
572
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_child_arg_nodes_item_item.py,sha256=NtzQ1NuHL9s5dq2Zo8vmDFbuU7nwGDbGQ3Y5z9SyIYY,1050
573
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_child_arg_nodes_item_item_args.py,sha256=dTH7Og5uejyiG4JkIvIPPPmTnbEv8gmg7rNLZV4_0Oo,695
574
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_child_arg_nodes_item_item_args_item.py,sha256=XEiyZY_Y5Az5XDAW9dNu1M5ruKecvmbGoJs_9E25eBc,261
575
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_prompt_template.py,sha256=h9q07v7yuXkHPySS-VIFIBanagvn0dMVBwLlATHj2mo,634
576
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_prompt_template_item.py,sha256=B92swzPzGLw7EYJRg0UGqf0MPDQul5b02XataHzX5U8,224
577
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_arg_nodes_type.py,sha256=WNrpEjo8pgtAghKyljzMA1FeN4XukYLVoSjFoJus5aA,217
561
578
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping.py,sha256=yhfMuVkcqbDTFInhuRoNHCGcHqQuezbQsltMVDBhJh4,2223
562
579
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child.py,sha256=CUbDvroR9_-f89BUFRVRfESAYfAvM_xsk318Sk0yPPI,668
563
580
  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
@@ -573,7 +590,24 @@ letta_client/templates/types/templates_create_agents_from_template_response_agen
573
590
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_four_prompt_template.py,sha256=UJbfKlJH7-rwtitySXhv0inpp0r3BaC_NPERizBbIxE,596
574
591
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_four_prompt_template_item.py,sha256=NJxwgltuaGmb-rQ67QNJweYm4DSCHvVmOzXm7c3okx8,215
575
592
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_four_type.py,sha256=QYsub7JbYPX2dQovHg3ncuvMhSRAbBEmW70htjgISLo,208
576
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item.py,sha256=dXyRyyFqn-ONzvRVvX1-B_vHORk3cxeZ2yO9l5efqRI,2591
593
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item.py,sha256=NaT3IBkG4cjAiI2DN1XMPP6xHQLmcXX-gEYSNlrSpns,2623
594
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_args.py,sha256=zPKPikIw5prghBojWMRjSSGxoX02Duow0ujITph4wec,1581
595
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_args_args.py,sha256=HdfT1WtR2-lH-ptbu3RsggktSEnSAZ5FxYZ7izeQ9bU,549
596
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_args_args_item.py,sha256=Bo0oIGP4Sg2kA-aZG5DEojWXrtQpBdpmjTBI4xJwOP4,233
597
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_args_prompt_template.py,sha256=PbFqp2Ryzi-XBvKfa6EoWDl8piXdbedtjoqqSo1fsWw,613
598
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_args_prompt_template_item.py,sha256=y_CqvvAlHQL1Iu23psleJ7G1CBceLLrH4Jwevv0zaTM,219
599
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_args_type.py,sha256=uaJypWVSC01noC_cyTvnDaveZ-6zwzIcPM9dEgEDKCg,212
600
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes.py,sha256=7LxiVL8tyznu3Q4jBO6hj_RZm3jvv2adxGLKnfkGgfg,1762
601
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_child_arg_nodes.py,sha256=2oTqiqqx9xCXisf_uFCAn1-rb8yZVijKsz58MsV1oIs,778
602
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_child_arg_nodes_item.py,sha256=GPahj5AhD3BzQRes9z--RH3SML0iCvoX2rus-Gr3UpU,592
603
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_child_arg_nodes_item_args.py,sha256=s1E2-q9TqZdSF3cAiuIesHMMLd7QXJJyqUEuW8GB0eY,695
604
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_child_arg_nodes_item_args_item.py,sha256=I016z7AxQGCslhK_ZGr2EK8YBGvb9JSuU1UAd-hDRoQ,261
605
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_child_arg_nodes_item_item.py,sha256=zGHvAT-2Ex9rPtCofCxGMAicF3woauIyPZKiAiWjG3c,1067
606
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_child_arg_nodes_item_item_args.py,sha256=lbsPWAH4j7UMIzXJ6pEGo9o8BajO-r1JqehimxCe5kA,712
607
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_child_arg_nodes_item_item_args_item.py,sha256=SoLyCH1s1-xlSapFQADubu8e3ok6D1w1Y7-9Y0Tulcs,265
608
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_prompt_template.py,sha256=ypou_qXE0jzMIw_bxZyuDX1AAMYPJ0HUcO96X1j5iCU,673
609
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_prompt_template_item.py,sha256=He7tLJrczKxgNNvgVCB5Adx3PnlCf4PLMrC6PYjnKTc,228
610
+ letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_arg_nodes_type.py,sha256=aQsCNlEKSi5YJWUE63Cgm07L8sJJMvUT5F18h3SUwv4,221
577
611
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping.py,sha256=XFEV_ndtmFZ9wxcwfxKmHhfJRLZaj5RXvoHtVFCm0lA,2293
578
612
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py,sha256=lPyLbiRahBzEtjqAJL2qte9hNNgrFH4uj748s_mccbg,685
579
613
  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
@@ -593,10 +627,6 @@ letta_client/templates/types/templates_create_agents_from_template_response_agen
593
627
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_max_count_limit_prompt_template.py,sha256=WZCJkw-ev_3jRw6Kab7OCqHj4-uCxVcGfMQWSHeVZ0A,673
594
628
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_max_count_limit_prompt_template_item.py,sha256=bCiEtYvAVzId1ZukgU00ZHBR2cBoUc7IEyEGXx0cTSM,228
595
629
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_max_count_limit_type.py,sha256=RhnY7znwZnVlHKjhj-1E8dvMQGtk_aiSDcDmvox-8Fk,221
596
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one.py,sha256=pxN24XRAjWgy3CeHOhQTYq6uOxYqQX5ICG3mKzstETA,1274
597
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one_prompt_template.py,sha256=BVX60U5tYr5ASQ7UCrP_jdhfcyOWiHIg_BT0eyhtyKg,609
598
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one_prompt_template_item.py,sha256=VzovJXFKxsC_V9RbqGlHiQySFnPNUczgnqHEXWXk6Sc,218
599
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one_type.py,sha256=7BPi3bta8bv-_GCENf3l5ZSw8QZgIQj9JmoOZS4S4gg,211
600
630
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_prompt_template.py,sha256=9YRuVFSF-6adHLvb8gIiGQtRE1JEcksepcDI9V9bano,1353
601
631
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_prompt_template_prompt_template.py,sha256=00ILZTGpBHkSlLH7l7l_iGUtCqBANEsm5w5D73S0kc0,676
602
632
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_prompt_template_prompt_template_item.py,sha256=Qfm1ox0D9FbuwvgZz2MSvtIhHIrWr6F2OFln2q-H27M,229
@@ -609,18 +639,10 @@ letta_client/templates/types/templates_create_agents_from_template_response_agen
609
639
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two_prompt_template.py,sha256=TjQ0w6U7BTSSBXHkCsr3yZ-dOZAcaZ868DyqQ7zwpPM,609
610
640
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two_prompt_template_item.py,sha256=gMsVJmwgmiwQFmSHCvrkaBOPG0uFtv2ybT4BswhEArQ,218
611
641
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two_type.py,sha256=dMW7YM-6Yg4zBhCDxksc1Uc51ikCPQi0zNgM0q2mBKQ,211
612
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_zero.py,sha256=61fc3rIXUNuybPcNyod8s5MpEkik3QW3ti6w8h6VT88,1312
613
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_zero_prompt_template.py,sha256=u7CCKc2bI2KigbGG-ognfdll4S8NGrZNqWKZiNj2EmM,613
614
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_zero_prompt_template_item.py,sha256=RinUyCq8-aMneVQ2HxXwaRofZfZjcSoKccb4ztsJu3w,219
615
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_zero_type.py,sha256=RbewFKtrHomPQqkYDTGDeYiEuOV_mtFGk25AJe7NQuk,212
616
642
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_max_count_limit.py,sha256=nrw4qM0iiwNqAz343kVVQ7OskXJYycntxgqdRAPEBVY,1345
617
643
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_max_count_limit_prompt_template.py,sha256=P4nH83r42VJMXHu8x1yWh9jCVBeKAGX2I1ZKsc1tdyc,634
618
644
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_max_count_limit_prompt_template_item.py,sha256=dva_k6Sgzt-dRld-VuaOFBBFaNNLoOow8KzUUKFA6KU,224
619
645
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_max_count_limit_type.py,sha256=XzsYSlpJ37SkhZVxIFjqZtk9r6RoJYs2agoTZekwETI,217
620
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one.py,sha256=L8UOxQLsn8j0wEparQV7cfOdA6tbL91k6t6dxQTVgs8,1244
621
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one_prompt_template.py,sha256=1MLo81pd7pF1zV4aOGcSf_v58Fey1JSRzd88GK7a1ww,578
622
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one_prompt_template_item.py,sha256=i5oNhAp2pKGGc2FezD-olK6IBvYicepcTJHR1JPc-3E,214
623
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_one_type.py,sha256=od2-16ZTz-aU2nF1ENRnjj48-NcBJoDohAskrMrKpyg,201
624
646
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_prompt_template.py,sha256=gT8_2EawgAudubPsPjb16R6Zh_foAgV3NywTH5ZnhbY,1323
625
647
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_prompt_template_prompt_template.py,sha256=AZ4JQjKIX_CyAVEdRUMXgNlidV9wAv-Of2MIw1Sx0pI,659
626
648
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_prompt_template_prompt_template_item.py,sha256=iLFr4chzMA514qqjbp33JZfVxvtByAPv8FZJQA1HXWU,225
@@ -633,10 +655,6 @@ letta_client/templates/types/templates_create_agents_from_template_response_agen
633
655
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two_prompt_template.py,sha256=ZwjGDK5B2ruqmmJOqc1dtAY4H--4cg8f9OkzPMTbjWE,578
634
656
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two_prompt_template_item.py,sha256=-ICmMB96uY4L7x8Kv84WuHX0AU6zZsNfBysIpxxUl5w,214
635
657
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_two_type.py,sha256=PZB9xNrWeDhTx8qtNfzykgXNiSI7y8n2Prl8RF4Lkeg,201
636
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_zero.py,sha256=6bT-lIUCLvxgXigd_h7hJ2dDpMVoElkgYDXkedj1G9Y,1282
637
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_zero_prompt_template.py,sha256=b-6LYZPk43TYbgIsKBE_nAPXc5zIjyIuSuV-BR7t5Ug,596
638
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_zero_prompt_template_item.py,sha256=eCbsfmI06d3Zi01-870ARSy2iFhffSODjClPht1l5Fc,215
639
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_zero_type.py,sha256=IUA680FbMXxQMwUEPlZ0t_oVSPz_-iEK68QFVMg9Cz8,208
640
658
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item.py,sha256=3p9yQ6YNOGoiBPNkd1j2Ge7m-qhpmJdpXfcd-QSy0yg,4786
641
659
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_args_json_schema.py,sha256=hvuCYjnwNCzsWrb9PdhMzggIrIDJMCec3rA9g0Dts6Q,540
642
660
  letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_args_json_schema_item.py,sha256=_Gu-Y59ePdvlXxEJtIz3_qtrssqon-xaSO8mmlcp9YI,231
@@ -705,7 +723,7 @@ letta_client/templates/types/templates_create_agents_from_template_response_grou
705
723
  letta_client/templates/types/templates_create_agents_from_template_response_group_turns_counter.py,sha256=pEZsoOcYQg2t53NqhT_aiKpv7acTHB-SQTo4Sp0HpL4,483
706
724
  letta_client/templates/types/templates_create_agents_from_template_response_group_turns_counter_item.py,sha256=gbKPYjnO_wKRkVrX5KoegJY-LZ9qRkkn3Az5wt2kM-Y,187
707
725
  letta_client/templates/types/templates_create_template_request.py,sha256=8Po-a33Bdyosx-Y08cnbTmmHYog7GJC--ZcZse5Opkk,405
708
- letta_client/templates/types/templates_create_template_request_agent_file.py,sha256=LVlJq2JWT9Bgo3BPRcLaf5inWX034SvEOEd4fkM4gvg,1058
726
+ letta_client/templates/types/templates_create_template_request_agent_file.py,sha256=mlK19KbiSGGbGc-3IKfXGVixpdErKZybM5u0By6LxOE,1257
709
727
  letta_client/templates/types/templates_create_template_request_agent_id.py,sha256=M5MG3wNcbGHZR2Z-zxwgj9PA03VkKB8gTGmZQwuApuM,972
710
728
  letta_client/templates/types/templates_create_template_response.py,sha256=UKaNiwW7WNX4Q3_IqGkFJaatMcdSS-Tsf8gDT2i677w,1082
711
729
  letta_client/templates/types/templates_delete_template_response.py,sha256=_DUyWh9jtgw8u_U_JsV8N-RhPcY32QLAQZsUCSXDCTY,583
@@ -718,16 +736,17 @@ letta_client/templates/types/templates_get_template_snapshot_response_agents_ite
718
736
  letta_client/templates/types/templates_get_template_snapshot_response_agents_item_properties.py,sha256=Z_1C30tZ5BC7RgMuBLI8ghD5CuBjrmH3OZZjcjwWcR0,1666
719
737
  letta_client/templates/types/templates_get_template_snapshot_response_agents_item_properties_reasoning_effort.py,sha256=lSGLEnRRVLHD4l3TecUlLBylCcxSNOz4XDBta4EEflk,237
720
738
  letta_client/templates/types/templates_get_template_snapshot_response_agents_item_properties_verbosity_level.py,sha256=k2dOi8RIfUpvYLNCulXbvQTQlJQy58E5-M6YlPZTFVw,225
721
- letta_client/templates/types/templates_get_template_snapshot_response_agents_item_tool_rules_item.py,sha256=_fQY5-2x_-A0v5hho_jRUeZrvowovjuzVy9ZHlGST0w,2321
739
+ letta_client/templates/types/templates_get_template_snapshot_response_agents_item_tool_rules_item.py,sha256=9Xb_IucRJ_2wpptsmsKhyZbxWUQqVn2l02yW1M79xiQ,2353
740
+ letta_client/templates/types/templates_get_template_snapshot_response_agents_item_tool_rules_item_args.py,sha256=zJrFxwCKPTmBbaaXELEPxe14gZOfC7YfgqVbdEJrEV0,807
741
+ letta_client/templates/types/templates_get_template_snapshot_response_agents_item_tool_rules_item_child_arg_nodes.py,sha256=dL5Po-gTxe929DKSveMj3Z60IfTJbSXLOZJRQHkgs94,1159
742
+ letta_client/templates/types/templates_get_template_snapshot_response_agents_item_tool_rules_item_child_arg_nodes_child_arg_nodes_item.py,sha256=mmeVSYoErGquChFuftukNFTTCRwjzhkOacT8u-FnKGY,717
722
743
  letta_client/templates/types/templates_get_template_snapshot_response_agents_item_tool_rules_item_child_output_mapping.py,sha256=LLnaNqnXFnoLRTZo2O9nCFlkLTkdj2Re1h6ItsM-_RQ,895
723
744
  letta_client/templates/types/templates_get_template_snapshot_response_agents_item_tool_rules_item_five.py,sha256=6yyJTWEoTy6UVFHqqzbvfY_i1VmWLuZVaRBWU8EbKx8,738
724
745
  letta_client/templates/types/templates_get_template_snapshot_response_agents_item_tool_rules_item_four.py,sha256=f6ocdxac6oeozltoJK9JyDRf2mSlxC4iYkOoXx5iQRk,731
725
746
  letta_client/templates/types/templates_get_template_snapshot_response_agents_item_tool_rules_item_max_count_limit.py,sha256=SfDBej2crgo7Bp9vksmT-abkCBJTDWJ9fC5zmZ0Tz7U,772
726
- letta_client/templates/types/templates_get_template_snapshot_response_agents_item_tool_rules_item_one.py,sha256=hCBKI3NoMG3ka0nE_DxScubJuyCKmvTBpk916BLygfo,726
727
747
  letta_client/templates/types/templates_get_template_snapshot_response_agents_item_tool_rules_item_prompt_template.py,sha256=rscHsbtUlHbzfxz5QUcLd85ny-8AEq81TFrCvDVDjiM,745
728
748
  letta_client/templates/types/templates_get_template_snapshot_response_agents_item_tool_rules_item_seven.py,sha256=q66qeWM8QE-ySyWv2mnkEnO8pntQrXkifw-zLvtqVns,766
729
749
  letta_client/templates/types/templates_get_template_snapshot_response_agents_item_tool_rules_item_two.py,sha256=LNzwnMLjyskkT4-2WoRD3D9-JYZXpfcLAB91LAqzwxc,726
730
- letta_client/templates/types/templates_get_template_snapshot_response_agents_item_tool_rules_item_zero.py,sha256=1vTNmInW_YrU9H9Ik361lMnzHSKjd48J1KE5eY3n0r8,770
731
750
  letta_client/templates/types/templates_get_template_snapshot_response_agents_item_tool_variables.py,sha256=P4F5i-3Oum79uzNmn_oM7dkkYj66eVSxCG5MtmCY0nM,869
732
751
  letta_client/templates/types/templates_get_template_snapshot_response_agents_item_tool_variables_data_item.py,sha256=DA0m9nJ_6p5Uwx-jbGbxnmqev3jlXo6t2T_BdLTi--s,814
733
752
  letta_client/templates/types/templates_get_template_snapshot_response_blocks_item.py,sha256=4VF9MMftvggRZilv-TM4XDFmj5xdtnNE5p5s5d7xc3o,1027
@@ -743,6 +762,7 @@ letta_client/templates/types/templates_migrate_deployment_response.py,sha256=2DR
743
762
  letta_client/templates/types/templates_rename_template_response.py,sha256=iH8paSt5k0jzqTDezOw2PJbgbDJIqVkA4zWnsa64JX4,583
744
763
  letta_client/templates/types/templates_save_template_version_response.py,sha256=gmRwrpCk5UM1TH2Sru4iX_ybTAMftVsHI0DOVGxdFrw,1087
745
764
  letta_client/templates/types/templates_set_current_template_from_snapshot_response.py,sha256=8QYXmOePQC67cBAqPWAkcJzjpTGAexpF6Aha3jqZ658,640
765
+ letta_client/templates/types/templates_update_current_template_from_agent_file_response.py,sha256=bVf2X_l_UU7ofzBqhj7lrX6r344ZU8EKhEND_5VAlcg,644
746
766
  letta_client/templates/types/templates_update_template_description_response.py,sha256=0dYH6_6EcEzMSaU9Igau0xKJPVYGXA9Pf9_ON6kY0es,594
747
767
  letta_client/tools/__init__.py,sha256=yO09WTcaXR27yvtC7K7Sj59WVyG6ET_VkhwoAxfqFbM,781
748
768
  letta_client/tools/client.py,sha256=mRLLRV-DLHBiLOwMWERxhiT6RSHHvZC-EMM7UXprPTA,68605
@@ -759,7 +779,7 @@ letta_client/tools/types/test_mcp_server_request.py,sha256=3SqjEL3EYi7iV57TjTIzu
759
779
  letta_client/tools/types/tools_list_request_order.py,sha256=Gi0MwZ1KN1X3--U7NDEMQOQu1xvfJMdGIbCj5M0w8KM,160
760
780
  letta_client/tools/types/update_mcp_server_request.py,sha256=MHouV3iyZCTROguOQP5rOYvnmvDbBeXe5VtEejRvrEs,403
761
781
  letta_client/tools/types/update_mcp_server_response.py,sha256=BJTPHWkb8hwgd4FvftQ8eZjl2QzCQT-vZAUVnLft9hw,376
762
- letta_client/types/__init__.py,sha256=qbv8XwIQvOcogPUPrhzF3z-VS4q5WjLoQTmhOSmChBg,20011
782
+ letta_client/types/__init__.py,sha256=rlAFh5jiKzmtn0x3z5cOHzVpjGbDcReaa6AvOM3qm2U,20123
763
783
  letta_client/types/action_model.py,sha256=VTXavHB6J2d4MjjTMEpkuEyVaiTHyj1FGfa4j8kN6hQ,1241
764
784
  letta_client/types/action_parameters_model.py,sha256=s1mJ4tycms8UmCFsxyjKr6RbghSuqv35xpa9mK42sjg,829
765
785
  letta_client/types/action_response_model.py,sha256=LcML150OvsKimVV3sP4jSFh8pVxQXn_r_ff8DADOr3c,825
@@ -794,7 +814,7 @@ letta_client/types/block_schema.py,sha256=iCXe0NHt_HQFOoc8rwplIE2GQehgArOotIecrt
794
814
  letta_client/types/block_update.py,sha256=jauNp2WlyKT96FgAIpbzWGq4d8oKNWVbxZvepetvl8c,2389
795
815
  letta_client/types/body_export_agent.py,sha256=u9gPdccaHkSqKy9BmbXLoK4psoggV6FtShi8GDKrTZQ,870
796
816
  letta_client/types/chat_completion_message_function_tool_call.py,sha256=gy63-GRpzbkwnT1pCszVleuWNdr3nLH30RPW9tfHtt4,685
797
- letta_client/types/child_tool_rule.py,sha256=nriRtEL99xSQvA3v_Atni4bChEylS5v2l9_oyQ1WVvM,1082
817
+ letta_client/types/child_tool_rule.py,sha256=euv59ZHg1fWRAz0--AOY1HMVd74PDLg7lZh8BrMzM_M,1336
798
818
  letta_client/types/child_tool_rule_schema.py,sha256=g43as4Qsi7p_kL9pnheGdJwaYbfhYdOKr-fpy3V0Ic4,615
799
819
  letta_client/types/code_input.py,sha256=_Emu9EQBxJ-mD8MFliFaXb4tsD3NiGl-FhiytlfaZv8,772
800
820
  letta_client/types/components_schemas_text_content.py,sha256=F21GPPwREb6GodS4dGsT7-4wySEUdhpq6krznF-sOPE,147
@@ -841,7 +861,7 @@ letta_client/types/identity_type.py,sha256=YeGvqit1VLK7q0GpNuTyfbCxXO7BJjq-hFSiF
841
861
  letta_client/types/image_content.py,sha256=wbWexW-_-DpoD4tU7WPappgbJUFvip5OY-tJCiJsbTQ,736
842
862
  letta_client/types/image_content_source.py,sha256=_WW_IiGLwoShfOSBLZff8F7mFX0zjUqgeT_5DdeQYtQ,257
843
863
  letta_client/types/imported_agents_response.py,sha256=PDBKbNcUNpRumkUgQTE4-pfPc9XCd9mVdf0VeDFGLV8,716
844
- letta_client/types/init_tool_rule.py,sha256=K4SZoAybgKyVTOwJ46rE5ZXlBRV8e1qUQtY5Sod4puM,988
864
+ letta_client/types/init_tool_rule.py,sha256=KGa_DBJyhUDW4fmW0WEZEZazk7LpWENjlgZ_9q131ik,1430
845
865
  letta_client/types/internal_server_error_body.py,sha256=uDNP8p8Qm44sjvt4uTvK6jbSq4jbAcLplY6zd4e8mYY,572
846
866
  letta_client/types/internal_template_agent_create.py,sha256=SkqqqYR_2PLJfpe_B6KS5HcW-kpTVipimCYQMS06k3U,8417
847
867
  letta_client/types/internal_template_agent_create_response_format.py,sha256=4SOu2jhF5qZDlDorGrZ2cdyUF2do0IOtslZ_219qtzk,401
@@ -897,7 +917,7 @@ letta_client/types/mcp_tool_execute_request.py,sha256=SVH2RlYN6Lb95-8eSB_PZYpHK_
897
917
  letta_client/types/mcp_tool_health.py,sha256=ToG3Ut-9nvPkdFNL4gzu1LMv4bNmD7yFZ-bkMO16mzg,866
898
918
  letta_client/types/memory.py,sha256=ndQGYXZlFm5EkvL0uCBUAVMLSsn3kLPkQaPbeTc60-8,1418
899
919
  letta_client/types/memory_agent_type.py,sha256=YYUeXFXiBY94uC6rFw2ELewF5VOKnpeQrGfb5YJ-a4M,162
900
- letta_client/types/message.py,sha256=KgMwqg6tcIjtnrz2k-wl3tqtJVVy-_ZS2q4_xdTDNt0,5200
920
+ letta_client/types/message.py,sha256=LlxHrJ_BMDr39ieTIYrbuaDIVgx90r7zkPGndO_tJpc,5337
901
921
  letta_client/types/message_content_item.py,sha256=c1nitSTFwNnLPQe9hTlVTLdS8dPdU-6rCQgXQLRHekI,731
902
922
  letta_client/types/message_create.py,sha256=OCmj0ZZLk2v48I4w3vZOXAmt7tySBG6U0iYZv4vsXEo,1739
903
923
  letta_client/types/message_create_content.py,sha256=pKppl-N8IdqR-ShWCZ0HN-3b13plPE2vSi6YcRM3w8o,227
@@ -933,7 +953,8 @@ letta_client/types/required_before_exit_tool_rule.py,sha256=rMM4Mov7CTmQVJZtpZlZ
933
953
  letta_client/types/requires_approval_tool_rule.py,sha256=1mKQLGjy0NBcBgbLK0p1rBspUl6m4G3SY4KZKqDGrIU,1061
934
954
  letta_client/types/round_robin_manager.py,sha256=cGnv5WFZowjguzNLX9Nv3DDfdgzDolN3onSkLLjAl6Y,701
935
955
  letta_client/types/round_robin_manager_update.py,sha256=0auliO4ChHHCexaiEfXKmERz_4IWz5YvjRsQHbUqVCI,707
936
- letta_client/types/run.py,sha256=9yllUOPYAGZMD7s-YjF7GZ56OnGyz1NWCV8pqNGu4o4,3824
956
+ letta_client/types/run.py,sha256=eAbrUDxvBPrnss2vV7i62fySusUj5KvomS5amqbKQq0,3651
957
+ letta_client/types/run_status.py,sha256=wgTK1qjDWWxXkolmi6q2Vc8AcnO2sCCDnj1ShO9t1Eg,191
937
958
  letta_client/types/sandbox_config.py,sha256=YWQpDOHkiqEtp-xa4jjQA3QyGq4ZXNU8UDardnAvxhw,1551
938
959
  letta_client/types/sandbox_config_create.py,sha256=fGMGiKbuf5ii1o-tHRHAjnAu0FB4JktMjlvu6uBRAsY,731
939
960
  letta_client/types/sandbox_config_create_config.py,sha256=0jPsYtxeoRXMLppFjWZCCjyobuBvlkf-GhAOdH8bmt4,337
@@ -952,9 +973,9 @@ letta_client/types/source_stats.py,sha256=XtxJSOE6fSymNjcvdlhBFQjKjGbPHK57Tb5nTQ
952
973
  letta_client/types/source_update.py,sha256=VffzGOfHTFncuGOhb4yvLebdXD6mTTD5SfqhlYBnWzo,1330
953
974
  letta_client/types/sse_server_config.py,sha256=UbSmODGr5nxVMqTGtSvEbZyN2V8P_T0cOEh2ffc0-uM,1739
954
975
  letta_client/types/stdio_server_config.py,sha256=kuPmwj9lDTz7jBY1jh5VH-ns3ffctWwatT_emXyyTFE,1092
955
- letta_client/types/step.py,sha256=4QwNftu2pDqAOIPc0r8l0OGMM0rShnXteKMnYdR4tFQ,4258
976
+ letta_client/types/step.py,sha256=AbGUgNKbX00BnKVH-iGk4OfbYnJ-bIZDvOyivHcuw8w,4258
956
977
  letta_client/types/step_feedback.py,sha256=JXUkclvJ6C-6ZTgd2lteOxqEyO5KRDNQ8ronBPYMdbo,160
957
- letta_client/types/step_metrics.py,sha256=TvJtShzqEmS0chdIZKVEII0pz-nZaWT9Ud0Jvz6O3pk,2178
978
+ letta_client/types/step_metrics.py,sha256=Kgk-7erqILXfS7fteZGR2bpBXW4sDP7oLW3Ga-YIetg,2178
958
979
  letta_client/types/step_status.py,sha256=OruAXMfFrCL0Bgoj7Wfjr8400ok5jcV4busa9NV-KIw,179
959
980
  letta_client/types/stop_reason_type.py,sha256=FupEOxG91KZKUTywj-LpE9MckbMobTwnnqW3RPN_v0w,395
960
981
  letta_client/types/streamable_http_server_config.py,sha256=GNbt2KO9VepHUtiMoK6htJLpFHcGoFJaoH1Az6zkt-Q,1776
@@ -974,6 +995,7 @@ letta_client/types/tool_call_content.py,sha256=ahSG2qf-hy3kM0L0OC5Yz9Xco_2B5fnPA
974
995
  letta_client/types/tool_call_delta.py,sha256=BDXIgt8R_kNy6A2j-O5e-6LUD1CoRVQ78xZpdfy9G_I,672
975
996
  letta_client/types/tool_call_message.py,sha256=9WzXDFsusL2lDt9LFmeXcBhCfHliiMc6gUAtglTKUQ8,1440
976
997
  letta_client/types/tool_call_message_tool_call.py,sha256=d9RPFSB8CXdANdNi7EoHYvRYpK-ETkTUSI5EWm71UlQ,220
998
+ letta_client/types/tool_call_node.py,sha256=yO3aw5lT2pxaOHAtvTN-wfcf-QVsO0OJAGAJpuoiXnA,1216
977
999
  letta_client/types/tool_create.py,sha256=u_WTFafiHtCzXSAoEcket5qdhTl3yAw8nWnuLVuBrwY,2123
978
1000
  letta_client/types/tool_env_var_schema.py,sha256=0LXRU-zRlBvMq9OZBnRHeZZvre3U3u3OF0zlBfgEXTo,661
979
1001
  letta_client/types/tool_json_schema.py,sha256=HFQvRiMLY1wWtAnnxgWA0hLKntgfPr-JLUdHoeKarj0,755
@@ -1010,6 +1032,6 @@ letta_client/version.py,sha256=bttKLbIhO3UonCYQlqs600zzbQgfhCCMjeXR9WRzid4,79
1010
1032
  letta_client/voice/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
1011
1033
  letta_client/voice/client.py,sha256=MS0lkcQ1jxA6tjhL8Y0InMWFrUshvSHnWIfdD6pRe-0,3542
1012
1034
  letta_client/voice/raw_client.py,sha256=W6mPMWqUMclyAMT3-gxOg5yLm_oGhaOdSmwciiiYt50,5618
1013
- letta_client-0.1.324.dist-info/METADATA,sha256=ObSuXWGN2RLD3alTQ5crROOY5HhhHTQ4df-L29zcsQc,5820
1014
- letta_client-0.1.324.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
1015
- letta_client-0.1.324.dist-info/RECORD,,
1035
+ letta_client-1.0.0a1.dist-info/METADATA,sha256=vUh7GabzIVGjop_afq9HPrORDcih-zeTeYdnQinHUNc,5820
1036
+ letta_client-1.0.0a1.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
1037
+ letta_client-1.0.0a1.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- TemplatesCreateAgentsFromTemplateResponseAgentsItemToolRulesItemOneType = typing.Union[str, typing.Optional[typing.Any]]