vellum-ai 0.14.58__py3-none-any.whl → 0.14.60__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.
- vellum/client/core/client_wrapper.py +1 -1
- vellum/client/reference.md +9 -9
- vellum/client/resources/deployments/client.py +10 -10
- vellum/client/resources/release_reviews/client.py +2 -2
- vellum/client/resources/workflow_deployments/client.py +6 -6
- vellum/client/types/document_document_to_document_index.py +5 -0
- vellum/client/types/slim_document_document_to_document_index.py +5 -0
- vellum/workflows/nodes/bases/base.py +71 -1
- vellum/workflows/runner/runner.py +17 -0
- vellum/workflows/state/base.py +5 -1
- {vellum_ai-0.14.58.dist-info → vellum_ai-0.14.60.dist-info}/METADATA +1 -1
- {vellum_ai-0.14.58.dist-info → vellum_ai-0.14.60.dist-info}/RECORD +15 -15
- {vellum_ai-0.14.58.dist-info → vellum_ai-0.14.60.dist-info}/LICENSE +0 -0
- {vellum_ai-0.14.58.dist-info → vellum_ai-0.14.60.dist-info}/WHEEL +0 -0
- {vellum_ai-0.14.58.dist-info → vellum_ai-0.14.60.dist-info}/entry_points.txt +0 -0
@@ -18,7 +18,7 @@ class BaseClientWrapper:
|
|
18
18
|
headers: typing.Dict[str, str] = {
|
19
19
|
"X-Fern-Language": "Python",
|
20
20
|
"X-Fern-SDK-Name": "vellum-ai",
|
21
|
-
"X-Fern-SDK-Version": "0.14.
|
21
|
+
"X-Fern-SDK-Version": "0.14.60",
|
22
22
|
}
|
23
23
|
headers["X-API-KEY"] = self.api_key
|
24
24
|
return headers
|
vellum/client/reference.md
CHANGED
@@ -1900,7 +1900,7 @@ client.deployments.retrieve(
|
|
1900
1900
|
<dl>
|
1901
1901
|
<dd>
|
1902
1902
|
|
1903
|
-
**id:** `str` — Either the Deployment's ID or its unique name
|
1903
|
+
**id:** `str` — Either the Prompt Deployment's ID or its unique name
|
1904
1904
|
|
1905
1905
|
</dd>
|
1906
1906
|
</dl>
|
@@ -1980,7 +1980,7 @@ client.deployments.deployment_history_item_retrieve(
|
|
1980
1980
|
<dl>
|
1981
1981
|
<dd>
|
1982
1982
|
|
1983
|
-
**id:** `str` —
|
1983
|
+
**id:** `str` — Either the Prompt Deployment's ID or its unique name
|
1984
1984
|
|
1985
1985
|
</dd>
|
1986
1986
|
</dl>
|
@@ -2153,7 +2153,7 @@ client.deployments.retrieve_deployment_release_tag(
|
|
2153
2153
|
<dl>
|
2154
2154
|
<dd>
|
2155
2155
|
|
2156
|
-
**id:** `str` —
|
2156
|
+
**id:** `str` — Either the Prompt Deployment's ID or its unique name
|
2157
2157
|
|
2158
2158
|
</dd>
|
2159
2159
|
</dl>
|
@@ -2232,7 +2232,7 @@ client.deployments.update_deployment_release_tag(
|
|
2232
2232
|
<dl>
|
2233
2233
|
<dd>
|
2234
2234
|
|
2235
|
-
**id:** `str` —
|
2235
|
+
**id:** `str` — Either the Prompt Deployment's ID or its unique name
|
2236
2236
|
|
2237
2237
|
</dd>
|
2238
2238
|
</dl>
|
@@ -2319,7 +2319,7 @@ client.deployments.retrieve_prompt_deployment_release(
|
|
2319
2319
|
<dl>
|
2320
2320
|
<dd>
|
2321
2321
|
|
2322
|
-
**id:** `str` —
|
2322
|
+
**id:** `str` — Either the Prompt Deployment's ID or its unique name
|
2323
2323
|
|
2324
2324
|
</dd>
|
2325
2325
|
</dl>
|
@@ -5633,7 +5633,7 @@ client.workflow_deployments.workflow_deployment_history_item_retrieve(
|
|
5633
5633
|
<dl>
|
5634
5634
|
<dd>
|
5635
5635
|
|
5636
|
-
**id:** `str` —
|
5636
|
+
**id:** `str` — Either the Workflow Deployment's ID or its unique name
|
5637
5637
|
|
5638
5638
|
</dd>
|
5639
5639
|
</dl>
|
@@ -5806,7 +5806,7 @@ client.workflow_deployments.retrieve_workflow_release_tag(
|
|
5806
5806
|
<dl>
|
5807
5807
|
<dd>
|
5808
5808
|
|
5809
|
-
**id:** `str` —
|
5809
|
+
**id:** `str` — Either the Workflow Deployment's ID or its unique name
|
5810
5810
|
|
5811
5811
|
</dd>
|
5812
5812
|
</dl>
|
@@ -5885,7 +5885,7 @@ client.workflow_deployments.update_workflow_release_tag(
|
|
5885
5885
|
<dl>
|
5886
5886
|
<dd>
|
5887
5887
|
|
5888
|
-
**id:** `str` —
|
5888
|
+
**id:** `str` — Either the Workflow Deployment's ID or its unique name
|
5889
5889
|
|
5890
5890
|
</dd>
|
5891
5891
|
</dl>
|
@@ -5973,7 +5973,7 @@ client.release_reviews.retrieve_workflow_deployment_release(
|
|
5973
5973
|
<dl>
|
5974
5974
|
<dd>
|
5975
5975
|
|
5976
|
-
**id:** `str` —
|
5976
|
+
**id:** `str` — Either the Workflow Deployment's ID or its unique name
|
5977
5977
|
|
5978
5978
|
</dd>
|
5979
5979
|
</dl>
|
@@ -109,7 +109,7 @@ class DeploymentsClient:
|
|
109
109
|
Parameters
|
110
110
|
----------
|
111
111
|
id : str
|
112
|
-
Either the Deployment's ID or its unique name
|
112
|
+
Either the Prompt Deployment's ID or its unique name
|
113
113
|
|
114
114
|
request_options : typing.Optional[RequestOptions]
|
115
115
|
Request-specific configuration.
|
@@ -163,7 +163,7 @@ class DeploymentsClient:
|
|
163
163
|
Either the UUID of Deployment History Item you'd like to retrieve, or the name of a Release Tag that's pointing to the Deployment History Item you'd like to retrieve.
|
164
164
|
|
165
165
|
id : str
|
166
|
-
|
166
|
+
Either the Prompt Deployment's ID or its unique name
|
167
167
|
|
168
168
|
request_options : typing.Optional[RequestOptions]
|
169
169
|
Request-specific configuration.
|
@@ -288,7 +288,7 @@ class DeploymentsClient:
|
|
288
288
|
Parameters
|
289
289
|
----------
|
290
290
|
id : str
|
291
|
-
|
291
|
+
Either the Prompt Deployment's ID or its unique name
|
292
292
|
|
293
293
|
name : str
|
294
294
|
The name of the Release Tag associated with this Deployment that you'd like to retrieve.
|
@@ -347,7 +347,7 @@ class DeploymentsClient:
|
|
347
347
|
Parameters
|
348
348
|
----------
|
349
349
|
id : str
|
350
|
-
|
350
|
+
Either the Prompt Deployment's ID or its unique name
|
351
351
|
|
352
352
|
name : str
|
353
353
|
The name of the Release Tag associated with this Deployment that you'd like to update.
|
@@ -411,7 +411,7 @@ class DeploymentsClient:
|
|
411
411
|
Parameters
|
412
412
|
----------
|
413
413
|
id : str
|
414
|
-
|
414
|
+
Either the Prompt Deployment's ID or its unique name
|
415
415
|
|
416
416
|
release_id_or_release_tag : str
|
417
417
|
Either the UUID of Prompt Deployment Release you'd like to retrieve, or the name of a Release Tag that's pointing to the Prompt Deployment Release you'd like to retrieve.
|
@@ -682,7 +682,7 @@ class AsyncDeploymentsClient:
|
|
682
682
|
Parameters
|
683
683
|
----------
|
684
684
|
id : str
|
685
|
-
Either the Deployment's ID or its unique name
|
685
|
+
Either the Prompt Deployment's ID or its unique name
|
686
686
|
|
687
687
|
request_options : typing.Optional[RequestOptions]
|
688
688
|
Request-specific configuration.
|
@@ -744,7 +744,7 @@ class AsyncDeploymentsClient:
|
|
744
744
|
Either the UUID of Deployment History Item you'd like to retrieve, or the name of a Release Tag that's pointing to the Deployment History Item you'd like to retrieve.
|
745
745
|
|
746
746
|
id : str
|
747
|
-
|
747
|
+
Either the Prompt Deployment's ID or its unique name
|
748
748
|
|
749
749
|
request_options : typing.Optional[RequestOptions]
|
750
750
|
Request-specific configuration.
|
@@ -885,7 +885,7 @@ class AsyncDeploymentsClient:
|
|
885
885
|
Parameters
|
886
886
|
----------
|
887
887
|
id : str
|
888
|
-
|
888
|
+
Either the Prompt Deployment's ID or its unique name
|
889
889
|
|
890
890
|
name : str
|
891
891
|
The name of the Release Tag associated with this Deployment that you'd like to retrieve.
|
@@ -952,7 +952,7 @@ class AsyncDeploymentsClient:
|
|
952
952
|
Parameters
|
953
953
|
----------
|
954
954
|
id : str
|
955
|
-
|
955
|
+
Either the Prompt Deployment's ID or its unique name
|
956
956
|
|
957
957
|
name : str
|
958
958
|
The name of the Release Tag associated with this Deployment that you'd like to update.
|
@@ -1024,7 +1024,7 @@ class AsyncDeploymentsClient:
|
|
1024
1024
|
Parameters
|
1025
1025
|
----------
|
1026
1026
|
id : str
|
1027
|
-
|
1027
|
+
Either the Prompt Deployment's ID or its unique name
|
1028
1028
|
|
1029
1029
|
release_id_or_release_tag : str
|
1030
1030
|
Either the UUID of Prompt Deployment Release you'd like to retrieve, or the name of a Release Tag that's pointing to the Prompt Deployment Release you'd like to retrieve.
|
@@ -24,7 +24,7 @@ class ReleaseReviewsClient:
|
|
24
24
|
Parameters
|
25
25
|
----------
|
26
26
|
id : str
|
27
|
-
|
27
|
+
Either the Workflow Deployment's ID or its unique name
|
28
28
|
|
29
29
|
release_id_or_release_tag : str
|
30
30
|
Either the UUID of Workflow Deployment Release you'd like to retrieve, or the name of a Release Tag that's pointing to the Workflow Deployment Release you'd like to retrieve.
|
@@ -83,7 +83,7 @@ class AsyncReleaseReviewsClient:
|
|
83
83
|
Parameters
|
84
84
|
----------
|
85
85
|
id : str
|
86
|
-
|
86
|
+
Either the Workflow Deployment's ID or its unique name
|
87
87
|
|
88
88
|
release_id_or_release_tag : str
|
89
89
|
Either the UUID of Workflow Deployment Release you'd like to retrieve, or the name of a Release Tag that's pointing to the Workflow Deployment Release you'd like to retrieve.
|
@@ -272,7 +272,7 @@ class WorkflowDeploymentsClient:
|
|
272
272
|
Either the UUID of Workflow Deployment History Item you'd like to retrieve, or the name of a Release Tag that's pointing to the Workflow Deployment History Item you'd like to retrieve.
|
273
273
|
|
274
274
|
id : str
|
275
|
-
|
275
|
+
Either the Workflow Deployment's ID or its unique name
|
276
276
|
|
277
277
|
request_options : typing.Optional[RequestOptions]
|
278
278
|
Request-specific configuration.
|
@@ -397,7 +397,7 @@ class WorkflowDeploymentsClient:
|
|
397
397
|
Parameters
|
398
398
|
----------
|
399
399
|
id : str
|
400
|
-
|
400
|
+
Either the Workflow Deployment's ID or its unique name
|
401
401
|
|
402
402
|
name : str
|
403
403
|
The name of the Release Tag associated with this Workflow Deployment that you'd like to retrieve.
|
@@ -456,7 +456,7 @@ class WorkflowDeploymentsClient:
|
|
456
456
|
Parameters
|
457
457
|
----------
|
458
458
|
id : str
|
459
|
-
|
459
|
+
Either the Workflow Deployment's ID or its unique name
|
460
460
|
|
461
461
|
name : str
|
462
462
|
The name of the Release Tag associated with this Workflow Deployment that you'd like to update.
|
@@ -796,7 +796,7 @@ class AsyncWorkflowDeploymentsClient:
|
|
796
796
|
Either the UUID of Workflow Deployment History Item you'd like to retrieve, or the name of a Release Tag that's pointing to the Workflow Deployment History Item you'd like to retrieve.
|
797
797
|
|
798
798
|
id : str
|
799
|
-
|
799
|
+
Either the Workflow Deployment's ID or its unique name
|
800
800
|
|
801
801
|
request_options : typing.Optional[RequestOptions]
|
802
802
|
Request-specific configuration.
|
@@ -937,7 +937,7 @@ class AsyncWorkflowDeploymentsClient:
|
|
937
937
|
Parameters
|
938
938
|
----------
|
939
939
|
id : str
|
940
|
-
|
940
|
+
Either the Workflow Deployment's ID or its unique name
|
941
941
|
|
942
942
|
name : str
|
943
943
|
The name of the Release Tag associated with this Workflow Deployment that you'd like to retrieve.
|
@@ -1004,7 +1004,7 @@ class AsyncWorkflowDeploymentsClient:
|
|
1004
1004
|
Parameters
|
1005
1005
|
----------
|
1006
1006
|
id : str
|
1007
|
-
|
1007
|
+
Either the Workflow Deployment's ID or its unique name
|
1008
1008
|
|
1009
1009
|
name : str
|
1010
1010
|
The name of the Release Tag associated with this Workflow Deployment that you'd like to update.
|
@@ -17,6 +17,11 @@ class DocumentDocumentToDocumentIndex(UniversalBaseModel):
|
|
17
17
|
Vellum-generated ID that uniquely identifies this link.
|
18
18
|
"""
|
19
19
|
|
20
|
+
environment_document_index_id: str = pydantic.Field()
|
21
|
+
"""
|
22
|
+
Vellum-generated ID that uniquely identifies the environment index this document is included in.
|
23
|
+
"""
|
24
|
+
|
20
25
|
document_index_id: str = pydantic.Field()
|
21
26
|
"""
|
22
27
|
Vellum-generated ID that uniquely identifies the index this document is included in.
|
@@ -17,6 +17,11 @@ class SlimDocumentDocumentToDocumentIndex(UniversalBaseModel):
|
|
17
17
|
Vellum-generated ID that uniquely identifies this link.
|
18
18
|
"""
|
19
19
|
|
20
|
+
environment_document_index_id: str = pydantic.Field()
|
21
|
+
"""
|
22
|
+
Vellum-generated ID that uniquely identifies the environment index this document is included in.
|
23
|
+
"""
|
24
|
+
|
20
25
|
document_index_id: str = pydantic.Field()
|
21
26
|
"""
|
22
27
|
Vellum-generated ID that uniquely identifies the index this document is included in.
|
@@ -356,8 +356,78 @@ class BaseNode(Generic[StateType], metaclass=BaseNodeMeta):
|
|
356
356
|
state.meta.node_execution_cache._dependencies_invoked[execution_id].add(invoked_by)
|
357
357
|
return execution_id
|
358
358
|
|
359
|
+
# For AWAIT_ANY in workflows, we have two cases:
|
360
|
+
# 1. The node is being re-executed because of a fork
|
361
|
+
# 2. The node is being re-executed because of a loop
|
362
|
+
# For case 1, we need to remove the fork id from the node_to_fork_id mapping
|
363
|
+
# For case 2, we need to check if the node is in a loop
|
364
|
+
in_loop = False
|
365
|
+
# Default to true, will be set to false if the merged node has already been triggered
|
366
|
+
should_retrigger = True
|
367
|
+
if cls.merge_behavior == MergeBehavior.AWAIT_ANY:
|
368
|
+
# Get the node that triggered the current execution
|
369
|
+
invoked_by_node = state.meta.node_execution_cache.__node_execution_lookup__.get(invoked_by)
|
370
|
+
|
371
|
+
# Check if invoked by node is a forked node
|
372
|
+
if invoked_by_node is not None:
|
373
|
+
fork_id = state.meta.node_execution_cache.__node_to_fork_id__.get(invoked_by_node, None)
|
374
|
+
if fork_id:
|
375
|
+
# If the invoked by node has a fork id and that fork id is in __all_fork_ids__
|
376
|
+
# We will
|
377
|
+
# 1. remove the fork id from __all_fork_ids__
|
378
|
+
# 2. remove the fork id from the __node_to_fork_id__ mapping
|
379
|
+
# else (this mean the fork has already been triggered)
|
380
|
+
# remove the id from the node_to_fork_id mapping and not retrigger again
|
381
|
+
all_fork_ids = state.meta.node_execution_cache.__all_fork_ids__
|
382
|
+
if fork_id in all_fork_ids:
|
383
|
+
# When the next forked node merge, it will not trigger the node again
|
384
|
+
# We should consider adding a lock here to prevent race condition
|
385
|
+
all_fork_ids.remove(fork_id)
|
386
|
+
state.meta.node_execution_cache.__node_to_fork_id__.pop(invoked_by_node, None)
|
387
|
+
else:
|
388
|
+
should_retrigger = False
|
389
|
+
state.meta.node_execution_cache.__node_to_fork_id__.pop(invoked_by_node, None)
|
390
|
+
|
391
|
+
# If should_retrigger is false, then we will not trigger the node already
|
392
|
+
# So we don't need to check loop behavior
|
393
|
+
if should_retrigger:
|
394
|
+
# Trace back through the dependency chain to detect if this node triggers itself
|
395
|
+
visited = set()
|
396
|
+
current_execution_id = invoked_by
|
397
|
+
|
398
|
+
# Walk backwards through the dependency chain
|
399
|
+
while current_execution_id and current_execution_id not in visited:
|
400
|
+
visited.add(current_execution_id)
|
401
|
+
|
402
|
+
# Get the dependencies that triggered this execution
|
403
|
+
dependencies_for_current = state.meta.node_execution_cache._dependencies_invoked.get(
|
404
|
+
current_execution_id, set()
|
405
|
+
)
|
406
|
+
|
407
|
+
# If we've reached the end of the chain, it means the node is not in a loop
|
408
|
+
# we can break out of the loop
|
409
|
+
if not dependencies_for_current:
|
410
|
+
break
|
411
|
+
|
412
|
+
# Move to the previous node in the dependency chain
|
413
|
+
current_execution_id = next(iter(dependencies_for_current))
|
414
|
+
|
415
|
+
current_node_class = state.meta.node_execution_cache.__node_execution_lookup__.get(
|
416
|
+
current_execution_id
|
417
|
+
)
|
418
|
+
|
419
|
+
# If we've found our target node class in the chain, we're in a loop
|
420
|
+
if current_node_class == cls.node_class:
|
421
|
+
in_loop = True
|
422
|
+
break
|
423
|
+
|
359
424
|
for queued_node_execution_id in state.meta.node_execution_cache._node_executions_queued[cls.node_class]:
|
360
|
-
|
425
|
+
# When should_retrigger is false, it means the merged node has already been triggered
|
426
|
+
# So we don't need to trigger the node again
|
427
|
+
if not should_retrigger or (
|
428
|
+
invoked_by not in state.meta.node_execution_cache._dependencies_invoked[queued_node_execution_id]
|
429
|
+
and not in_loop
|
430
|
+
):
|
361
431
|
state.meta.node_execution_cache._invoke_dependency(
|
362
432
|
queued_node_execution_id, cls.node_class, invoked_by, dependencies
|
363
433
|
)
|
@@ -398,7 +398,9 @@ class WorkflowRunner(Generic[StateType]):
|
|
398
398
|
return
|
399
399
|
|
400
400
|
for port in ports:
|
401
|
+
nodes_to_fork = []
|
401
402
|
for edge in port.edges:
|
403
|
+
nodes_to_fork.append(edge.to_node)
|
402
404
|
if port.fork_state:
|
403
405
|
next_state = deepcopy(state)
|
404
406
|
self._state_forks.add(next_state)
|
@@ -409,6 +411,21 @@ class WorkflowRunner(Generic[StateType]):
|
|
409
411
|
self._concurrency_queue.put((next_state, edge.to_node, invoked_by))
|
410
412
|
else:
|
411
413
|
self._run_node_if_ready(next_state, edge.to_node, invoked_by)
|
414
|
+
if invoked_by:
|
415
|
+
previous_node = state.meta.node_execution_cache.__node_execution_lookup__.get(invoked_by)
|
416
|
+
if previous_node:
|
417
|
+
previous_node_fork_id = state.meta.node_execution_cache.__node_to_fork_id__.get(previous_node)
|
418
|
+
if previous_node_fork_id:
|
419
|
+
state.meta.node_execution_cache.__node_to_fork_id__[edge.to_node] = previous_node_fork_id
|
420
|
+
# Remove previous node fork in __node_to_fork_id__
|
421
|
+
state.meta.node_execution_cache.__node_to_fork_id__.pop(previous_node, None)
|
422
|
+
|
423
|
+
# If there are multiple edges, we need to create a fork ID
|
424
|
+
if len(nodes_to_fork) > 1:
|
425
|
+
fork_id = uuid4()
|
426
|
+
state.meta.node_execution_cache.__all_fork_ids__.add(fork_id)
|
427
|
+
for node in nodes_to_fork:
|
428
|
+
state.meta.node_execution_cache.__node_to_fork_id__[node] = fork_id
|
412
429
|
|
413
430
|
if self._max_concurrency:
|
414
431
|
num_nodes_to_run = self._max_concurrency - len(self._active_nodes_by_execution_id)
|
vellum/workflows/state/base.py
CHANGED
@@ -104,7 +104,9 @@ class NodeExecutionCache:
|
|
104
104
|
_dependencies_invoked: DependenciesInvoked
|
105
105
|
|
106
106
|
# Derived fields - no need to serialize
|
107
|
-
__node_execution_lookup__: NodeExecutionLookup
|
107
|
+
__node_execution_lookup__: NodeExecutionLookup # execution_id -> node_class
|
108
|
+
__node_to_fork_id__: Dict[Type["BaseNode"], UUID] # node_class -> fork_id
|
109
|
+
__all_fork_ids__: Set[UUID]
|
108
110
|
|
109
111
|
def __init__(self) -> None:
|
110
112
|
self._dependencies_invoked = defaultdict(set)
|
@@ -112,6 +114,8 @@ class NodeExecutionCache:
|
|
112
114
|
self._node_executions_initiated = defaultdict(set)
|
113
115
|
self._node_executions_queued = defaultdict(list)
|
114
116
|
self.__node_execution_lookup__ = {}
|
117
|
+
self.__node_to_fork_id__ = {}
|
118
|
+
self.__all_fork_ids__ = set()
|
115
119
|
|
116
120
|
@classmethod
|
117
121
|
def deserialize(cls, raw_data: dict, nodes: Dict[Union[str, UUID], Type["BaseNode"]]):
|
@@ -134,7 +134,7 @@ vellum/client/README.md,sha256=qmaVIP42MnxAu8jV7u-CsgVFfs3-pHQODrXdZdFxtaw,4749
|
|
134
134
|
vellum/client/__init__.py,sha256=AYopGv2ZRVn3zsU8_km6KOvEHDbXiTPCVuYVI7bWvdA,120166
|
135
135
|
vellum/client/core/__init__.py,sha256=SQ85PF84B9MuKnBwHNHWemSGuy-g_515gFYNFhvEE0I,1438
|
136
136
|
vellum/client/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
137
|
-
vellum/client/core/client_wrapper.py,sha256=
|
137
|
+
vellum/client/core/client_wrapper.py,sha256=xJEAaWXWTXYGi5cngzCHj78LWZhQwcRXmdMQ8nv2f_4,1869
|
138
138
|
vellum/client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
139
139
|
vellum/client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
140
140
|
vellum/client/core/http_client.py,sha256=Z77OIxIbL4OAB2IDqjRq_sYa5yNYAWfmdhdCSSvh6Y4,19552
|
@@ -150,14 +150,14 @@ vellum/client/errors/bad_request_error.py,sha256=_EbO8mWqN9kFZPvIap8qa1lL_EWkRcs
|
|
150
150
|
vellum/client/errors/forbidden_error.py,sha256=QO1kKlhClAPES6zsEK7g9pglWnxn3KWaOCAawWOg6Aw,263
|
151
151
|
vellum/client/errors/internal_server_error.py,sha256=8USCagXyJJ1MOm9snpcXIUt6eNXvrd_aq7Gfcu1vlOI,268
|
152
152
|
vellum/client/errors/not_found_error.py,sha256=tBVCeBC8n3C811WHRj_n-hs3h8MqwR5gp0vLiobk7W8,262
|
153
|
-
vellum/client/reference.md,sha256=
|
153
|
+
vellum/client/reference.md,sha256=I-z_aZGJKDQh443ywv92ezeI9w_XsiLh-vHULu8RsDg,91011
|
154
154
|
vellum/client/resources/__init__.py,sha256=XgQao4rJxyYu71j64RFIsshz4op9GE8-i-C5GCv-KVE,1555
|
155
155
|
vellum/client/resources/ad_hoc/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
156
156
|
vellum/client/resources/ad_hoc/client.py,sha256=rtpiGR6j8CcXSnN6UW_jYwLLdfJ9dwkTm_nta9oRzno,25933
|
157
157
|
vellum/client/resources/container_images/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
158
158
|
vellum/client/resources/container_images/client.py,sha256=N9Xe-IyuZigbZum3MZFqgZrVKgfNOTGFxK83alHra04,15181
|
159
159
|
vellum/client/resources/deployments/__init__.py,sha256=m64MNuPx3qVazOnTNwOY8oEeDrAkNwMJvUEe5xoMDvs,239
|
160
|
-
vellum/client/resources/deployments/client.py,sha256=
|
160
|
+
vellum/client/resources/deployments/client.py,sha256=VD04bAnLnGDD4OowDTHOniuWLZf287teJVamoQ0OnMg,43592
|
161
161
|
vellum/client/resources/deployments/types/__init__.py,sha256=29GVdoLOJsADSSSqZwb6CQPeEmPjkKrbsWfru1bemj8,321
|
162
162
|
vellum/client/resources/deployments/types/deployments_list_request_status.py,sha256=CxlQD16KZXme7x31YYCe_3aAgEueutDTeJo5A4Au-aU,174
|
163
163
|
vellum/client/resources/deployments/types/list_deployment_release_tags_request_source.py,sha256=hRGgWMYZL9uKCmD_2dU8-u9RCPUUGItpNn1tUY-NXKY,180
|
@@ -180,7 +180,7 @@ vellum/client/resources/organizations/client.py,sha256=Uye92moqjAcOCs4astmuFpT92
|
|
180
180
|
vellum/client/resources/prompts/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
181
181
|
vellum/client/resources/prompts/client.py,sha256=Z9Q9zvoCI8onkEbGSr5xVpNzzstV7xU9MmTwBnNoX98,14222
|
182
182
|
vellum/client/resources/release_reviews/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
183
|
-
vellum/client/resources/release_reviews/client.py,sha256=
|
183
|
+
vellum/client/resources/release_reviews/client.py,sha256=nb-EC7c7Y0Rklvg6CnlUKO1EWrnK26osnYJ9Z5Yw9fA,5094
|
184
184
|
vellum/client/resources/sandboxes/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
185
185
|
vellum/client/resources/sandboxes/client.py,sha256=_LInSBP67ON8ykUcdiUd5vxHYZkAPX4RkJbR5Ph6l_s,18026
|
186
186
|
vellum/client/resources/test_suite_runs/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
@@ -188,7 +188,7 @@ vellum/client/resources/test_suite_runs/client.py,sha256=xHN3c9eIaSGWoeEdD2Jmi-e
|
|
188
188
|
vellum/client/resources/test_suites/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
189
189
|
vellum/client/resources/test_suites/client.py,sha256=aBReUOWcerq7vnjXEDbpDH1OMc6INMr0XUBaXE07umw,25989
|
190
190
|
vellum/client/resources/workflow_deployments/__init__.py,sha256=_duH6m1CDWcfqX6DTBNjO3ar4Xrl-f5PozMaTcT4Kow,251
|
191
|
-
vellum/client/resources/workflow_deployments/client.py,sha256=
|
191
|
+
vellum/client/resources/workflow_deployments/client.py,sha256=oky4zbR4K3tTf2Z0cQ-E2tfxas7agnvgcJmebSFlSBs,35498
|
192
192
|
vellum/client/resources/workflow_deployments/types/__init__.py,sha256=W7DKJ1nduwhRckYLvH7wHLdaGH9MXHTZkxwG7FdTngY,340
|
193
193
|
vellum/client/resources/workflow_deployments/types/list_workflow_release_tags_request_source.py,sha256=LPETHLX9Ygha_JRT9oWZAZR6clv-W1tTelXzktkTBX8,178
|
194
194
|
vellum/client/resources/workflow_deployments/types/workflow_deployments_list_request_status.py,sha256=FXVkVmGM6DZ2RpTGnZXWJYiVlLQ-K5fDtX3WMaBPaWk,182
|
@@ -280,7 +280,7 @@ vellum/client/types/deployment_release_tag_read.py,sha256=dUrTOz9LH1gAvC_ktMB_7N
|
|
280
280
|
vellum/client/types/docker_service_token.py,sha256=T0icNHBKsIs6TrEiDRjckM_f37hcF1DMwEE8161tTvY,614
|
281
281
|
vellum/client/types/document_chat_message_content.py,sha256=MiVYuMKtRUaT6_ve1MzihChb10SrOt_0VhpCB0x7hFQ,745
|
282
282
|
vellum/client/types/document_chat_message_content_request.py,sha256=wMzj1SREQUeiSqZhOoLOOQzn6hmO_GDOMICDQ4fEXzs,774
|
283
|
-
vellum/client/types/document_document_to_document_index.py,sha256=
|
283
|
+
vellum/client/types/document_document_to_document_index.py,sha256=IDfBoch4lYL-J1XlUNSAtV7elJ6l5jX5peboYsriGjQ,1580
|
284
284
|
vellum/client/types/document_index_chunking.py,sha256=TU0Y7z0Xacm3dhzEDuDIG3ZKJCu3vNURRh3PqEd17mY,356
|
285
285
|
vellum/client/types/document_index_chunking_request.py,sha256=g9BKCsHKg5kzjG7YYeMNQ_5R8TXLeSgumJlMXoSfBcs,435
|
286
286
|
vellum/client/types/document_index_indexing_config.py,sha256=xL1pCzUOkw5sSie1OrBpasE3bVnv0UyZBn7uZztbhbs,781
|
@@ -566,7 +566,7 @@ vellum/client/types/sentence_chunking.py,sha256=guqU3072X4h8Laf6LhTWQ5lpjBpTgoXR
|
|
566
566
|
vellum/client/types/sentence_chunking_request.py,sha256=77gv1fVc9IaTuGGx3O1HB0LF9sXM5pSTWksl8BEmvLU,812
|
567
567
|
vellum/client/types/slim_deployment_read.py,sha256=Gr3wWT1eJKe33MVsW0O0pSIgUF_LE6WFbvFbf5_CVb8,1654
|
568
568
|
vellum/client/types/slim_document.py,sha256=HJiymYPvRxfxhBUkD8epW0hQ2Vt9PQtv398QsRb4DsI,2395
|
569
|
-
vellum/client/types/slim_document_document_to_document_index.py,sha256=
|
569
|
+
vellum/client/types/slim_document_document_to_document_index.py,sha256=IG8gzxWO32fzjd6bQn5ZyBoIlAGpkx1RNgjsFaWUXSY,1522
|
570
570
|
vellum/client/types/slim_release_review.py,sha256=7DXmD1AVa_Wj7e0qiR7GUN9cSqwkk1JloYmp_3oluQQ,783
|
571
571
|
vellum/client/types/slim_workflow_deployment.py,sha256=Js-ycMFZ8-kNFPsd4bZew9nI_eN2M_58LzDHeCjkfTg,2009
|
572
572
|
vellum/client/types/slim_workflow_execution_read.py,sha256=Opm1HTYVMz_D2USQCB-5ZoJ4EjKKfrDhoXc0hETldVM,1936
|
@@ -1548,7 +1548,7 @@ vellum/workflows/inputs/tests/test_inputs.py,sha256=lioA8917mFLYq7Ml69UNkqUjcWbb
|
|
1548
1548
|
vellum/workflows/logging.py,sha256=_a217XogktV4Ncz6xKFz7WfYmZAzkfVRVuC0rWob8ls,437
|
1549
1549
|
vellum/workflows/nodes/__init__.py,sha256=aVdQVv7Y3Ro3JlqXGpxwaU2zrI06plDHD2aumH5WUIs,1157
|
1550
1550
|
vellum/workflows/nodes/bases/__init__.py,sha256=cniHuz_RXdJ4TQgD8CBzoiKDiPxg62ErdVpCbWICX64,58
|
1551
|
-
vellum/workflows/nodes/bases/base.py,sha256=
|
1551
|
+
vellum/workflows/nodes/bases/base.py,sha256=WTkFbOynv07TplP5xVvJ5M_IVm1LdosQnT1HKsSwhDM,21942
|
1552
1552
|
vellum/workflows/nodes/bases/base_adornment_node.py,sha256=Ao2opOW4kgNoYXFF9Pk7IMpVZdy6luwrjcqEwU5Q9V0,3404
|
1553
1553
|
vellum/workflows/nodes/bases/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1554
1554
|
vellum/workflows/nodes/bases/tests/test_base_adornment_node.py,sha256=fXZI9KqpS4XMBrBnIEkK3foHaBVvyHwYcQWWDKay7ic,1148
|
@@ -1674,10 +1674,10 @@ vellum/workflows/references/workflow_input.py,sha256=W3rOK1EPd2gYHb04WJwmNm1CUSd
|
|
1674
1674
|
vellum/workflows/resolvers/__init__.py,sha256=eH6hTvZO4IciDaf_cf7aM2vs-DkBDyJPycOQevJxQnI,82
|
1675
1675
|
vellum/workflows/resolvers/base.py,sha256=WHra9LRtlTuB1jmuNqkfVE2JUgB61Cyntn8f0b0WZg4,411
|
1676
1676
|
vellum/workflows/runner/__init__.py,sha256=i1iG5sAhtpdsrlvwgH6B-m49JsINkiWyPWs8vyT-bqM,72
|
1677
|
-
vellum/workflows/runner/runner.py,sha256=
|
1677
|
+
vellum/workflows/runner/runner.py,sha256=F-FIioGcWOXwl93id4QkcSwoYgSW_XnTZd7FDICWRvk,34129
|
1678
1678
|
vellum/workflows/sandbox.py,sha256=GVJzVjMuYzOBnSrboB0_6MMRZWBluAyQ2o7syeaeBd0,2235
|
1679
1679
|
vellum/workflows/state/__init__.py,sha256=yUUdR-_Vl7UiixNDYQZ-GEM_kJI9dnOia75TtuNEsnE,60
|
1680
|
-
vellum/workflows/state/base.py,sha256=
|
1680
|
+
vellum/workflows/state/base.py,sha256=mYldAAUxWBGhXW-dWCljkfabBtNsh_qNj1XGJq22PSg,22376
|
1681
1681
|
vellum/workflows/state/context.py,sha256=KOAI1wEGn8dGmhmAemJaf4SZbitP3jpIBcwKfznQaRE,3076
|
1682
1682
|
vellum/workflows/state/encoder.py,sha256=8NPQ8iz5qJeT5fafnZ2Pko98b-FtTjsgMNV4Zi3g2bE,2438
|
1683
1683
|
vellum/workflows/state/store.py,sha256=uVe-oN73KwGV6M6YLhwZMMUQhzTQomsVfVnb8V91gVo,1147
|
@@ -1712,8 +1712,8 @@ vellum/workflows/workflows/event_filters.py,sha256=GSxIgwrX26a1Smfd-6yss2abGCnad
|
|
1712
1712
|
vellum/workflows/workflows/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1713
1713
|
vellum/workflows/workflows/tests/test_base_workflow.py,sha256=fROqff6AZpCIzaSwOKSdtYy4XR0UZQ6ejxL3RJOSJVs,20447
|
1714
1714
|
vellum/workflows/workflows/tests/test_context.py,sha256=VJBUcyWVtMa_lE5KxdhgMu0WYNYnUQUDvTF7qm89hJ0,2333
|
1715
|
-
vellum_ai-0.14.
|
1716
|
-
vellum_ai-0.14.
|
1717
|
-
vellum_ai-0.14.
|
1718
|
-
vellum_ai-0.14.
|
1719
|
-
vellum_ai-0.14.
|
1715
|
+
vellum_ai-0.14.60.dist-info/LICENSE,sha256=hOypcdt481qGNISA784bnAGWAE6tyIf9gc2E78mYC3E,1574
|
1716
|
+
vellum_ai-0.14.60.dist-info/METADATA,sha256=-N3Z5mcyNxlCzemNCbu-norYWyJrS8lFZqALTfoLhh8,5484
|
1717
|
+
vellum_ai-0.14.60.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
1718
|
+
vellum_ai-0.14.60.dist-info/entry_points.txt,sha256=HCH4yc_V3J_nDv3qJzZ_nYS8llCHZViCDP1ejgCc5Ak,42
|
1719
|
+
vellum_ai-0.14.60.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|