vellum-ai 0.9.16__py3-none-any.whl → 0.9.16rc4__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1339) hide show
  1. vellum/client/README.md +242 -0
  2. vellum/client/core/__init__.py +47 -0
  3. vellum/client/core/api_error.py +15 -0
  4. vellum/client/core/client_wrapper.py +59 -0
  5. vellum/client/core/datetime_utils.py +28 -0
  6. vellum/client/core/file.py +62 -0
  7. vellum/client/core/http_client.py +487 -0
  8. vellum/client/core/jsonable_encoder.py +101 -0
  9. vellum/client/core/pydantic_utilities.py +296 -0
  10. vellum/client/core/query_encoder.py +58 -0
  11. vellum/client/core/remove_none_from_dict.py +11 -0
  12. vellum/client/core/request_options.py +32 -0
  13. vellum/client/core/serialization.py +272 -0
  14. vellum/client/environment.py +17 -0
  15. vellum/client/errors/__init__.py +8 -0
  16. vellum/client/errors/bad_request_error.py +9 -0
  17. vellum/client/errors/forbidden_error.py +9 -0
  18. vellum/client/errors/internal_server_error.py +9 -0
  19. vellum/client/errors/not_found_error.py +9 -0
  20. vellum/client/resources/__init__.py +47 -0
  21. vellum/client/resources/ad_hoc/__init__.py +2 -0
  22. vellum/client/resources/ad_hoc/client.py +459 -0
  23. vellum/client/resources/container_images/__init__.py +2 -0
  24. vellum/client/resources/container_images/client.py +502 -0
  25. vellum/client/resources/deployments/__init__.py +5 -0
  26. vellum/client/resources/deployments/client.py +975 -0
  27. vellum/client/resources/deployments/types/__init__.py +6 -0
  28. vellum/client/resources/deployments/types/deployments_list_request_status.py +5 -0
  29. vellum/client/resources/deployments/types/list_deployment_release_tags_request_source.py +5 -0
  30. vellum/client/resources/document_indexes/__init__.py +5 -0
  31. vellum/client/resources/document_indexes/client.py +1154 -0
  32. vellum/client/resources/document_indexes/types/__init__.py +5 -0
  33. vellum/client/resources/document_indexes/types/document_indexes_list_request_status.py +5 -0
  34. vellum/client/resources/documents/__init__.py +2 -0
  35. vellum/client/resources/documents/client.py +781 -0
  36. vellum/client/resources/folder_entities/__init__.py +5 -0
  37. vellum/client/resources/folder_entities/client.py +333 -0
  38. vellum/client/resources/folder_entities/types/__init__.py +5 -0
  39. vellum/client/resources/folder_entities/types/folder_entities_list_request_entity_status.py +5 -0
  40. vellum/client/resources/metric_definitions/__init__.py +2 -0
  41. vellum/client/resources/metric_definitions/client.py +178 -0
  42. vellum/client/resources/sandboxes/__init__.py +2 -0
  43. vellum/client/resources/sandboxes/client.py +481 -0
  44. vellum/client/resources/test_suite_runs/__init__.py +2 -0
  45. vellum/client/resources/test_suite_runs/client.py +445 -0
  46. vellum/client/resources/test_suites/__init__.py +2 -0
  47. vellum/client/resources/test_suites/client.py +688 -0
  48. vellum/client/resources/workflow_deployments/__init__.py +5 -0
  49. vellum/client/resources/workflow_deployments/client.py +693 -0
  50. vellum/client/resources/workflow_deployments/types/__init__.py +6 -0
  51. vellum/client/resources/workflow_deployments/types/list_workflow_release_tags_request_source.py +5 -0
  52. vellum/client/resources/workflow_deployments/types/workflow_deployments_list_request_status.py +5 -0
  53. vellum/client/resources/workflow_sandboxes/__init__.py +2 -0
  54. vellum/client/resources/workflow_sandboxes/client.py +190 -0
  55. vellum/client/resources/workflows/__init__.py +5 -0
  56. vellum/client/resources/workflows/client.py +333 -0
  57. vellum/client/resources/workflows/types/__init__.py +5 -0
  58. vellum/client/resources/workflows/types/workflows_pull_request_format.py +5 -0
  59. vellum/client/resources/workspace_secrets/__init__.py +2 -0
  60. vellum/client/resources/workspace_secrets/client.py +266 -0
  61. vellum/client/types/__init__.py +979 -0
  62. vellum/client/types/ad_hoc_execute_prompt_event.py +14 -0
  63. vellum/client/types/ad_hoc_expand_meta.py +37 -0
  64. vellum/client/types/ad_hoc_fulfilled_prompt_execution_meta.py +27 -0
  65. vellum/client/types/ad_hoc_initiated_prompt_execution_meta.py +24 -0
  66. vellum/client/types/ad_hoc_rejected_prompt_execution_meta.py +25 -0
  67. vellum/client/types/ad_hoc_streaming_prompt_execution_meta.py +23 -0
  68. vellum/client/types/add_openai_api_key_enum.py +3 -0
  69. vellum/client/types/api_node_result.py +25 -0
  70. vellum/client/types/api_node_result_data.py +28 -0
  71. vellum/client/types/array_chat_message_content.py +25 -0
  72. vellum/client/types/array_chat_message_content_item.py +11 -0
  73. vellum/client/types/array_chat_message_content_item_request.py +14 -0
  74. vellum/client/types/array_chat_message_content_request.py +25 -0
  75. vellum/client/types/array_input.py +36 -0
  76. vellum/client/types/array_variable_value.py +27 -0
  77. vellum/client/types/array_variable_value_item.py +29 -0
  78. vellum/client/types/array_vellum_value.py +31 -0
  79. vellum/client/types/array_vellum_value_request.py +31 -0
  80. vellum/client/types/audio_chat_message_content.py +25 -0
  81. vellum/client/types/audio_chat_message_content_request.py +25 -0
  82. vellum/client/types/audio_variable_value.py +25 -0
  83. vellum/client/types/audio_vellum_value.py +25 -0
  84. vellum/client/types/audio_vellum_value_request.py +25 -0
  85. vellum/client/types/basic_vectorizer_intfloat_multilingual_e_5_large.py +24 -0
  86. vellum/client/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.py +24 -0
  87. vellum/client/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.py +26 -0
  88. vellum/client/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.py +26 -0
  89. vellum/client/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.py +26 -0
  90. vellum/client/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.py +26 -0
  91. vellum/client/types/chat_history_input.py +30 -0
  92. vellum/client/types/chat_history_input_request.py +30 -0
  93. vellum/client/types/chat_history_variable_value.py +21 -0
  94. vellum/client/types/chat_history_vellum_value.py +25 -0
  95. vellum/client/types/chat_history_vellum_value_request.py +25 -0
  96. vellum/client/types/chat_message.py +27 -0
  97. vellum/client/types/chat_message_content.py +16 -0
  98. vellum/client/types/chat_message_content_request.py +16 -0
  99. vellum/client/types/chat_message_prompt_block.py +39 -0
  100. vellum/client/types/chat_message_request.py +27 -0
  101. vellum/client/types/chat_message_role.py +5 -0
  102. vellum/client/types/code_execution_node_array_result.py +28 -0
  103. vellum/client/types/code_execution_node_chat_history_result.py +22 -0
  104. vellum/client/types/code_execution_node_error_result.py +22 -0
  105. vellum/client/types/code_execution_node_function_call_result.py +22 -0
  106. vellum/client/types/code_execution_node_json_result.py +21 -0
  107. vellum/client/types/code_execution_node_number_result.py +21 -0
  108. vellum/client/types/code_execution_node_result.py +31 -0
  109. vellum/client/types/code_execution_node_result_data.py +27 -0
  110. vellum/client/types/code_execution_node_result_output.py +22 -0
  111. vellum/client/types/code_execution_node_search_results_result.py +22 -0
  112. vellum/client/types/code_execution_node_string_result.py +21 -0
  113. vellum/client/types/code_execution_package.py +20 -0
  114. vellum/client/types/code_execution_runtime.py +5 -0
  115. vellum/client/types/code_executor_input.py +24 -0
  116. vellum/client/types/code_executor_response.py +27 -0
  117. vellum/client/types/code_executor_secret_input.py +29 -0
  118. vellum/client/types/compile_prompt_deployment_expand_meta_request.py +32 -0
  119. vellum/client/types/compile_prompt_meta.py +25 -0
  120. vellum/client/types/components_schemas_pdf_search_result_meta_source.py +5 -0
  121. vellum/client/types/components_schemas_pdf_search_result_meta_source_request.py +5 -0
  122. vellum/client/types/condition_combinator.py +5 -0
  123. vellum/client/types/conditional_node_result.py +25 -0
  124. vellum/client/types/conditional_node_result_data.py +19 -0
  125. vellum/client/types/container_image_read.py +28 -0
  126. vellum/client/types/create_test_suite_test_case_request.py +48 -0
  127. vellum/client/types/deployment_provider_payload_response.py +22 -0
  128. vellum/client/types/deployment_provider_payload_response_payload.py +5 -0
  129. vellum/client/types/deployment_read.py +73 -0
  130. vellum/client/types/deployment_release_tag_deployment_history_item.py +21 -0
  131. vellum/client/types/deployment_release_tag_read.py +37 -0
  132. vellum/client/types/docker_service_token.py +21 -0
  133. vellum/client/types/document_document_to_document_index.py +39 -0
  134. vellum/client/types/document_index_chunking.py +8 -0
  135. vellum/client/types/document_index_chunking_request.py +10 -0
  136. vellum/client/types/document_index_indexing_config.py +22 -0
  137. vellum/client/types/document_index_indexing_config_request.py +22 -0
  138. vellum/client/types/document_index_read.py +52 -0
  139. vellum/client/types/document_processing_state.py +7 -0
  140. vellum/client/types/document_read.py +49 -0
  141. vellum/client/types/document_status.py +5 -0
  142. vellum/client/types/enriched_normalized_completion.py +59 -0
  143. vellum/client/types/entity_status.py +5 -0
  144. vellum/client/types/entity_visibility.py +5 -0
  145. vellum/client/types/environment_enum.py +5 -0
  146. vellum/client/types/ephemeral_prompt_cache_config.py +20 -0
  147. vellum/client/types/ephemeral_prompt_cache_config_type_enum.py +5 -0
  148. vellum/client/types/error_input.py +30 -0
  149. vellum/client/types/error_variable_value.py +21 -0
  150. vellum/client/types/error_vellum_value.py +25 -0
  151. vellum/client/types/error_vellum_value_request.py +25 -0
  152. vellum/client/types/execute_prompt_event.py +11 -0
  153. vellum/client/types/execute_prompt_response.py +7 -0
  154. vellum/client/types/execute_workflow_response.py +29 -0
  155. vellum/client/types/execute_workflow_workflow_result_event.py +9 -0
  156. vellum/client/types/execution_array_vellum_value.py +37 -0
  157. vellum/client/types/execution_chat_history_vellum_value.py +31 -0
  158. vellum/client/types/execution_error_vellum_value.py +31 -0
  159. vellum/client/types/execution_function_call_vellum_value.py +31 -0
  160. vellum/client/types/execution_json_vellum_value.py +30 -0
  161. vellum/client/types/execution_number_vellum_value.py +30 -0
  162. vellum/client/types/execution_search_results_vellum_value.py +31 -0
  163. vellum/client/types/execution_string_vellum_value.py +30 -0
  164. vellum/client/types/execution_vellum_value.py +22 -0
  165. vellum/client/types/external_test_case_execution.py +31 -0
  166. vellum/client/types/external_test_case_execution_request.py +31 -0
  167. vellum/client/types/finish_reason_enum.py +5 -0
  168. vellum/client/types/folder_entity.py +16 -0
  169. vellum/client/types/folder_entity_document_index.py +26 -0
  170. vellum/client/types/folder_entity_document_index_data.py +25 -0
  171. vellum/client/types/folder_entity_folder.py +26 -0
  172. vellum/client/types/folder_entity_folder_data.py +24 -0
  173. vellum/client/types/folder_entity_prompt_sandbox.py +26 -0
  174. vellum/client/types/folder_entity_prompt_sandbox_data.py +26 -0
  175. vellum/client/types/folder_entity_test_suite.py +26 -0
  176. vellum/client/types/folder_entity_test_suite_data.py +25 -0
  177. vellum/client/types/folder_entity_workflow_sandbox.py +26 -0
  178. vellum/client/types/folder_entity_workflow_sandbox_data.py +26 -0
  179. vellum/client/types/fulfilled_ad_hoc_execute_prompt_event.py +28 -0
  180. vellum/client/types/fulfilled_enum.py +5 -0
  181. vellum/client/types/fulfilled_execute_prompt_event.py +28 -0
  182. vellum/client/types/fulfilled_execute_prompt_response.py +37 -0
  183. vellum/client/types/fulfilled_execute_workflow_workflow_result_event.py +36 -0
  184. vellum/client/types/fulfilled_prompt_execution_meta.py +27 -0
  185. vellum/client/types/fulfilled_workflow_node_result_event.py +40 -0
  186. vellum/client/types/function_call.py +27 -0
  187. vellum/client/types/function_call_chat_message_content.py +25 -0
  188. vellum/client/types/function_call_chat_message_content_request.py +25 -0
  189. vellum/client/types/function_call_chat_message_content_value.py +25 -0
  190. vellum/client/types/function_call_chat_message_content_value_request.py +25 -0
  191. vellum/client/types/function_call_input.py +30 -0
  192. vellum/client/types/function_call_request.py +27 -0
  193. vellum/client/types/function_call_variable_value.py +21 -0
  194. vellum/client/types/function_call_vellum_value.py +25 -0
  195. vellum/client/types/function_call_vellum_value_request.py +25 -0
  196. vellum/client/types/function_definition.py +31 -0
  197. vellum/client/types/generate_options_request.py +26 -0
  198. vellum/client/types/generate_request.py +33 -0
  199. vellum/client/types/generate_response.py +38 -0
  200. vellum/client/types/generate_result.py +29 -0
  201. vellum/client/types/generate_result_data.py +23 -0
  202. vellum/client/types/generate_result_error.py +22 -0
  203. vellum/client/types/generate_stream_response.py +20 -0
  204. vellum/client/types/generate_stream_result.py +23 -0
  205. vellum/client/types/generate_stream_result_data.py +21 -0
  206. vellum/client/types/google_vertex_ai_vectorizer_config.py +20 -0
  207. vellum/client/types/google_vertex_ai_vectorizer_config_request.py +20 -0
  208. vellum/client/types/google_vertex_ai_vectorizer_text_embedding_004.py +21 -0
  209. vellum/client/types/google_vertex_ai_vectorizer_text_embedding_004_request.py +21 -0
  210. vellum/client/types/google_vertex_ai_vectorizer_text_multilingual_embedding_002.py +21 -0
  211. vellum/client/types/google_vertex_ai_vectorizer_text_multilingual_embedding_002_request.py +21 -0
  212. vellum/client/types/hkunlp_instructor_xl_vectorizer.py +25 -0
  213. vellum/client/types/hkunlp_instructor_xl_vectorizer_request.py +25 -0
  214. vellum/client/types/image_chat_message_content.py +25 -0
  215. vellum/client/types/image_chat_message_content_request.py +25 -0
  216. vellum/client/types/image_variable_value.py +25 -0
  217. vellum/client/types/image_vellum_value.py +25 -0
  218. vellum/client/types/image_vellum_value_request.py +25 -0
  219. vellum/client/types/indexing_config_vectorizer.py +30 -0
  220. vellum/client/types/indexing_config_vectorizer_request.py +30 -0
  221. vellum/client/types/indexing_state_enum.py +7 -0
  222. vellum/client/types/initiated_ad_hoc_execute_prompt_event.py +26 -0
  223. vellum/client/types/initiated_execute_prompt_event.py +26 -0
  224. vellum/client/types/initiated_prompt_execution_meta.py +26 -0
  225. vellum/client/types/initiated_workflow_node_result_event.py +39 -0
  226. vellum/client/types/instructor_vectorizer_config.py +25 -0
  227. vellum/client/types/instructor_vectorizer_config_request.py +25 -0
  228. vellum/client/types/iteration_state_enum.py +5 -0
  229. vellum/client/types/jinja_prompt_block.py +28 -0
  230. vellum/client/types/json_input.py +29 -0
  231. vellum/client/types/json_input_request.py +29 -0
  232. vellum/client/types/json_variable_value.py +20 -0
  233. vellum/client/types/json_vellum_value.py +24 -0
  234. vellum/client/types/json_vellum_value_request.py +24 -0
  235. vellum/client/types/logical_operator.py +29 -0
  236. vellum/client/types/logprobs_enum.py +5 -0
  237. vellum/client/types/map_node_result.py +25 -0
  238. vellum/client/types/map_node_result_data.py +21 -0
  239. vellum/client/types/merge_node_result.py +25 -0
  240. vellum/client/types/merge_node_result_data.py +19 -0
  241. vellum/client/types/metadata_filter_config_request.py +36 -0
  242. vellum/client/types/metadata_filter_rule_combinator.py +5 -0
  243. vellum/client/types/metadata_filter_rule_request.py +31 -0
  244. vellum/client/types/metadata_filters_request.py +7 -0
  245. vellum/client/types/metric_definition_execution.py +20 -0
  246. vellum/client/types/metric_definition_input.py +9 -0
  247. vellum/client/types/metric_node_result.py +23 -0
  248. vellum/client/types/ml_model_usage.py +25 -0
  249. vellum/client/types/named_scenario_input_chat_history_variable_value_request.py +26 -0
  250. vellum/client/types/named_scenario_input_json_variable_value_request.py +25 -0
  251. vellum/client/types/named_scenario_input_request.py +12 -0
  252. vellum/client/types/named_scenario_input_string_variable_value_request.py +25 -0
  253. vellum/client/types/named_test_case_array_variable_value.py +32 -0
  254. vellum/client/types/named_test_case_array_variable_value_request.py +34 -0
  255. vellum/client/types/named_test_case_chat_history_variable_value.py +26 -0
  256. vellum/client/types/named_test_case_chat_history_variable_value_request.py +26 -0
  257. vellum/client/types/named_test_case_error_variable_value.py +26 -0
  258. vellum/client/types/named_test_case_error_variable_value_request.py +26 -0
  259. vellum/client/types/named_test_case_function_call_variable_value.py +26 -0
  260. vellum/client/types/named_test_case_function_call_variable_value_request.py +26 -0
  261. vellum/client/types/named_test_case_json_variable_value.py +25 -0
  262. vellum/client/types/named_test_case_json_variable_value_request.py +25 -0
  263. vellum/client/types/named_test_case_number_variable_value.py +25 -0
  264. vellum/client/types/named_test_case_number_variable_value_request.py +25 -0
  265. vellum/client/types/named_test_case_search_results_variable_value.py +26 -0
  266. vellum/client/types/named_test_case_search_results_variable_value_request.py +26 -0
  267. vellum/client/types/named_test_case_string_variable_value.py +25 -0
  268. vellum/client/types/named_test_case_string_variable_value_request.py +25 -0
  269. vellum/client/types/named_test_case_variable_value.py +22 -0
  270. vellum/client/types/named_test_case_variable_value_request.py +22 -0
  271. vellum/client/types/node_input_compiled_array_value.py +29 -0
  272. vellum/client/types/node_input_compiled_chat_history_value.py +23 -0
  273. vellum/client/types/node_input_compiled_error_value.py +23 -0
  274. vellum/client/types/node_input_compiled_function_call_value.py +23 -0
  275. vellum/client/types/node_input_compiled_json_value.py +22 -0
  276. vellum/client/types/node_input_compiled_number_value.py +22 -0
  277. vellum/client/types/node_input_compiled_search_results_value.py +23 -0
  278. vellum/client/types/node_input_compiled_string_value.py +22 -0
  279. vellum/client/types/node_input_variable_compiled_value.py +22 -0
  280. vellum/client/types/node_output_compiled_array_value.py +34 -0
  281. vellum/client/types/node_output_compiled_chat_history_value.py +28 -0
  282. vellum/client/types/node_output_compiled_error_value.py +28 -0
  283. vellum/client/types/node_output_compiled_function_call_value.py +28 -0
  284. vellum/client/types/node_output_compiled_json_value.py +27 -0
  285. vellum/client/types/node_output_compiled_number_value.py +27 -0
  286. vellum/client/types/node_output_compiled_search_results_value.py +28 -0
  287. vellum/client/types/node_output_compiled_string_value.py +27 -0
  288. vellum/client/types/node_output_compiled_value.py +22 -0
  289. vellum/client/types/normalized_log_probs.py +21 -0
  290. vellum/client/types/normalized_token_log_probs.py +22 -0
  291. vellum/client/types/number_input.py +29 -0
  292. vellum/client/types/number_variable_value.py +20 -0
  293. vellum/client/types/number_vellum_value.py +24 -0
  294. vellum/client/types/number_vellum_value_request.py +24 -0
  295. vellum/client/types/open_ai_vectorizer_config.py +24 -0
  296. vellum/client/types/open_ai_vectorizer_config_request.py +24 -0
  297. vellum/client/types/open_ai_vectorizer_text_embedding_3_large.py +25 -0
  298. vellum/client/types/open_ai_vectorizer_text_embedding_3_large_request.py +25 -0
  299. vellum/client/types/open_ai_vectorizer_text_embedding_3_small.py +25 -0
  300. vellum/client/types/open_ai_vectorizer_text_embedding_3_small_request.py +25 -0
  301. vellum/client/types/open_ai_vectorizer_text_embedding_ada_002.py +25 -0
  302. vellum/client/types/open_ai_vectorizer_text_embedding_ada_002_request.py +25 -0
  303. vellum/client/types/paginated_container_image_read_list.py +23 -0
  304. vellum/client/types/paginated_deployment_release_tag_read_list.py +23 -0
  305. vellum/client/types/paginated_document_index_read_list.py +23 -0
  306. vellum/client/types/paginated_folder_entity_list.py +23 -0
  307. vellum/client/types/paginated_slim_deployment_read_list.py +29 -0
  308. vellum/client/types/paginated_slim_document_list.py +23 -0
  309. vellum/client/types/paginated_slim_workflow_deployment_list.py +29 -0
  310. vellum/client/types/paginated_test_suite_run_execution_list.py +29 -0
  311. vellum/client/types/paginated_test_suite_test_case_list.py +29 -0
  312. vellum/client/types/paginated_workflow_release_tag_read_list.py +23 -0
  313. vellum/client/types/pdf_search_result_meta_source.py +32 -0
  314. vellum/client/types/pdf_search_result_meta_source_request.py +32 -0
  315. vellum/client/types/plain_text_prompt_block.py +28 -0
  316. vellum/client/types/price.py +21 -0
  317. vellum/client/types/processing_failure_reason_enum.py +5 -0
  318. vellum/client/types/prompt_block.py +12 -0
  319. vellum/client/types/prompt_block_state.py +5 -0
  320. vellum/client/types/prompt_deployment_expand_meta_request.py +52 -0
  321. vellum/client/types/prompt_deployment_input_request.py +8 -0
  322. vellum/client/types/prompt_execution_meta.py +32 -0
  323. vellum/client/types/prompt_node_execution_meta.py +24 -0
  324. vellum/client/types/prompt_node_result.py +25 -0
  325. vellum/client/types/prompt_node_result_data.py +25 -0
  326. vellum/client/types/prompt_output.py +9 -0
  327. vellum/client/types/prompt_parameters.py +27 -0
  328. vellum/client/types/prompt_request_chat_history_input.py +26 -0
  329. vellum/client/types/prompt_request_input.py +8 -0
  330. vellum/client/types/prompt_request_json_input.py +25 -0
  331. vellum/client/types/prompt_request_string_input.py +25 -0
  332. vellum/client/types/prompt_settings.py +19 -0
  333. vellum/client/types/raw_prompt_execution_overrides_request.py +28 -0
  334. vellum/client/types/reducto_chunker_config.py +23 -0
  335. vellum/client/types/reducto_chunker_config_request.py +23 -0
  336. vellum/client/types/reducto_chunking.py +25 -0
  337. vellum/client/types/reducto_chunking_request.py +25 -0
  338. vellum/client/types/rejected_ad_hoc_execute_prompt_event.py +28 -0
  339. vellum/client/types/rejected_execute_prompt_event.py +28 -0
  340. vellum/client/types/rejected_execute_prompt_response.py +37 -0
  341. vellum/client/types/rejected_execute_workflow_workflow_result_event.py +28 -0
  342. vellum/client/types/rejected_prompt_execution_meta.py +25 -0
  343. vellum/client/types/rejected_workflow_node_result_event.py +39 -0
  344. vellum/client/types/release_tag_source.py +5 -0
  345. vellum/client/types/replace_test_suite_test_case_request.py +53 -0
  346. vellum/client/types/rich_text_child_block.py +7 -0
  347. vellum/client/types/rich_text_prompt_block.py +29 -0
  348. vellum/client/types/sandbox_scenario.py +33 -0
  349. vellum/client/types/scenario_input.py +10 -0
  350. vellum/client/types/scenario_input_chat_history_variable_value.py +26 -0
  351. vellum/client/types/scenario_input_json_variable_value.py +25 -0
  352. vellum/client/types/scenario_input_string_variable_value.py +25 -0
  353. vellum/client/types/search_filters_request.py +38 -0
  354. vellum/client/types/search_node_result.py +25 -0
  355. vellum/client/types/search_node_result_data.py +27 -0
  356. vellum/client/types/search_request_options_request.py +50 -0
  357. vellum/client/types/search_response.py +23 -0
  358. vellum/client/types/search_result.py +40 -0
  359. vellum/client/types/search_result_document.py +37 -0
  360. vellum/client/types/search_result_document_request.py +37 -0
  361. vellum/client/types/search_result_merging_request.py +22 -0
  362. vellum/client/types/search_result_meta.py +20 -0
  363. vellum/client/types/search_result_meta_request.py +20 -0
  364. vellum/client/types/search_result_request.py +40 -0
  365. vellum/client/types/search_results_input.py +30 -0
  366. vellum/client/types/search_results_variable_value.py +21 -0
  367. vellum/client/types/search_results_vellum_value.py +25 -0
  368. vellum/client/types/search_results_vellum_value_request.py +25 -0
  369. vellum/client/types/search_weights_request.py +27 -0
  370. vellum/client/types/secret_type_enum.py +5 -0
  371. vellum/client/types/sentence_chunker_config.py +24 -0
  372. vellum/client/types/sentence_chunker_config_request.py +24 -0
  373. vellum/client/types/sentence_chunking.py +25 -0
  374. vellum/client/types/sentence_chunking_request.py +25 -0
  375. vellum/client/types/slim_deployment_read.py +63 -0
  376. vellum/client/types/slim_document.py +70 -0
  377. vellum/client/types/slim_workflow_deployment.py +72 -0
  378. vellum/client/types/streaming_ad_hoc_execute_prompt_event.py +33 -0
  379. vellum/client/types/streaming_execute_prompt_event.py +33 -0
  380. vellum/client/types/streaming_prompt_execution_meta.py +23 -0
  381. vellum/client/types/streaming_workflow_node_result_event.py +40 -0
  382. vellum/client/types/string_chat_message_content.py +24 -0
  383. vellum/client/types/string_chat_message_content_request.py +24 -0
  384. vellum/client/types/string_input.py +29 -0
  385. vellum/client/types/string_input_request.py +29 -0
  386. vellum/client/types/string_variable_value.py +20 -0
  387. vellum/client/types/string_vellum_value.py +24 -0
  388. vellum/client/types/string_vellum_value_request.py +24 -0
  389. vellum/client/types/submit_completion_actual_request.py +48 -0
  390. vellum/client/types/submit_workflow_execution_actual_request.py +10 -0
  391. vellum/client/types/subworkflow_node_result.py +25 -0
  392. vellum/client/types/subworkflow_node_result_data.py +19 -0
  393. vellum/client/types/templating_node_array_result.py +28 -0
  394. vellum/client/types/templating_node_chat_history_result.py +22 -0
  395. vellum/client/types/templating_node_error_result.py +22 -0
  396. vellum/client/types/templating_node_function_call_result.py +22 -0
  397. vellum/client/types/templating_node_json_result.py +21 -0
  398. vellum/client/types/templating_node_number_result.py +21 -0
  399. vellum/client/types/templating_node_result.py +31 -0
  400. vellum/client/types/templating_node_result_data.py +26 -0
  401. vellum/client/types/templating_node_result_output.py +22 -0
  402. vellum/client/types/templating_node_search_results_result.py +22 -0
  403. vellum/client/types/templating_node_string_result.py +21 -0
  404. vellum/client/types/terminal_node_array_result.py +33 -0
  405. vellum/client/types/terminal_node_chat_history_result.py +27 -0
  406. vellum/client/types/terminal_node_error_result.py +27 -0
  407. vellum/client/types/terminal_node_function_call_result.py +27 -0
  408. vellum/client/types/terminal_node_json_result.py +26 -0
  409. vellum/client/types/terminal_node_number_result.py +26 -0
  410. vellum/client/types/terminal_node_result.py +31 -0
  411. vellum/client/types/terminal_node_result_data.py +26 -0
  412. vellum/client/types/terminal_node_result_output.py +22 -0
  413. vellum/client/types/terminal_node_search_results_result.py +27 -0
  414. vellum/client/types/terminal_node_string_result.py +26 -0
  415. vellum/client/types/test_case_array_variable_value.py +33 -0
  416. vellum/client/types/test_case_chat_history_variable_value.py +27 -0
  417. vellum/client/types/test_case_error_variable_value.py +27 -0
  418. vellum/client/types/test_case_function_call_variable_value.py +27 -0
  419. vellum/client/types/test_case_json_variable_value.py +26 -0
  420. vellum/client/types/test_case_number_variable_value.py +26 -0
  421. vellum/client/types/test_case_search_results_variable_value.py +27 -0
  422. vellum/client/types/test_case_string_variable_value.py +26 -0
  423. vellum/client/types/test_case_variable_value.py +22 -0
  424. vellum/client/types/test_suite_run_deployment_release_tag_exec_config.py +29 -0
  425. vellum/client/types/test_suite_run_deployment_release_tag_exec_config_data.py +27 -0
  426. vellum/client/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +27 -0
  427. vellum/client/types/test_suite_run_deployment_release_tag_exec_config_request.py +31 -0
  428. vellum/client/types/test_suite_run_exec_config.py +10 -0
  429. vellum/client/types/test_suite_run_exec_config_request.py +12 -0
  430. vellum/client/types/test_suite_run_execution.py +30 -0
  431. vellum/client/types/test_suite_run_execution_array_output.py +33 -0
  432. vellum/client/types/test_suite_run_execution_chat_history_output.py +27 -0
  433. vellum/client/types/test_suite_run_execution_error_output.py +27 -0
  434. vellum/client/types/test_suite_run_execution_function_call_output.py +27 -0
  435. vellum/client/types/test_suite_run_execution_json_output.py +26 -0
  436. vellum/client/types/test_suite_run_execution_metric_definition.py +21 -0
  437. vellum/client/types/test_suite_run_execution_metric_result.py +24 -0
  438. vellum/client/types/test_suite_run_execution_number_output.py +26 -0
  439. vellum/client/types/test_suite_run_execution_output.py +22 -0
  440. vellum/client/types/test_suite_run_execution_search_results_output.py +27 -0
  441. vellum/client/types/test_suite_run_execution_string_output.py +26 -0
  442. vellum/client/types/test_suite_run_external_exec_config.py +36 -0
  443. vellum/client/types/test_suite_run_external_exec_config_data.py +29 -0
  444. vellum/client/types/test_suite_run_external_exec_config_data_request.py +31 -0
  445. vellum/client/types/test_suite_run_external_exec_config_request.py +38 -0
  446. vellum/client/types/test_suite_run_metric_error_output.py +26 -0
  447. vellum/client/types/test_suite_run_metric_json_output.py +25 -0
  448. vellum/client/types/test_suite_run_metric_number_output.py +25 -0
  449. vellum/client/types/test_suite_run_metric_output.py +14 -0
  450. vellum/client/types/test_suite_run_metric_string_output.py +25 -0
  451. vellum/client/types/test_suite_run_read.py +46 -0
  452. vellum/client/types/test_suite_run_state.py +5 -0
  453. vellum/client/types/test_suite_run_test_suite.py +21 -0
  454. vellum/client/types/test_suite_run_workflow_release_tag_exec_config.py +29 -0
  455. vellum/client/types/test_suite_run_workflow_release_tag_exec_config_data.py +27 -0
  456. vellum/client/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +27 -0
  457. vellum/client/types/test_suite_run_workflow_release_tag_exec_config_request.py +31 -0
  458. vellum/client/types/test_suite_test_case.py +30 -0
  459. vellum/client/types/test_suite_test_case_bulk_operation_request.py +14 -0
  460. vellum/client/types/test_suite_test_case_bulk_result.py +14 -0
  461. vellum/client/types/test_suite_test_case_create_bulk_operation_request.py +38 -0
  462. vellum/client/types/test_suite_test_case_created_bulk_result.py +26 -0
  463. vellum/client/types/test_suite_test_case_created_bulk_result_data.py +23 -0
  464. vellum/client/types/test_suite_test_case_delete_bulk_operation_data_request.py +19 -0
  465. vellum/client/types/test_suite_test_case_delete_bulk_operation_request.py +33 -0
  466. vellum/client/types/test_suite_test_case_deleted_bulk_result.py +30 -0
  467. vellum/client/types/test_suite_test_case_deleted_bulk_result_data.py +23 -0
  468. vellum/client/types/test_suite_test_case_rejected_bulk_result.py +32 -0
  469. vellum/client/types/test_suite_test_case_replace_bulk_operation_request.py +38 -0
  470. vellum/client/types/test_suite_test_case_replaced_bulk_result.py +30 -0
  471. vellum/client/types/test_suite_test_case_replaced_bulk_result_data.py +23 -0
  472. vellum/client/types/test_suite_test_case_upsert_bulk_operation_request.py +38 -0
  473. vellum/client/types/token_overlapping_window_chunker_config.py +24 -0
  474. vellum/client/types/token_overlapping_window_chunker_config_request.py +24 -0
  475. vellum/client/types/token_overlapping_window_chunking.py +25 -0
  476. vellum/client/types/token_overlapping_window_chunking_request.py +25 -0
  477. vellum/client/types/unit_enum.py +5 -0
  478. vellum/client/types/upload_document_response.py +22 -0
  479. vellum/client/types/upsert_test_suite_test_case_request.py +49 -0
  480. vellum/client/types/variable_prompt_block.py +28 -0
  481. vellum/client/types/vellum_audio.py +24 -0
  482. vellum/client/types/vellum_audio_request.py +24 -0
  483. vellum/client/types/vellum_error.py +21 -0
  484. vellum/client/types/vellum_error_code_enum.py +15 -0
  485. vellum/client/types/vellum_error_request.py +21 -0
  486. vellum/client/types/vellum_image.py +20 -0
  487. vellum/client/types/vellum_image_request.py +20 -0
  488. vellum/client/types/vellum_value.py +29 -0
  489. vellum/client/types/vellum_value_logical_condition_group_request.py +38 -0
  490. vellum/client/types/vellum_value_logical_condition_request.py +34 -0
  491. vellum/client/types/vellum_value_logical_expression_request.py +12 -0
  492. vellum/client/types/vellum_value_request.py +29 -0
  493. vellum/client/types/vellum_variable.py +33 -0
  494. vellum/client/types/vellum_variable_extensions.py +23 -0
  495. vellum/client/types/vellum_variable_type.py +20 -0
  496. vellum/client/types/workflow_deployment_read.py +77 -0
  497. vellum/client/types/workflow_event_error.py +21 -0
  498. vellum/client/types/workflow_execution_actual_chat_history_request.py +49 -0
  499. vellum/client/types/workflow_execution_actual_json_request.py +48 -0
  500. vellum/client/types/workflow_execution_actual_string_request.py +48 -0
  501. vellum/client/types/workflow_execution_event_error_code.py +17 -0
  502. vellum/client/types/workflow_execution_event_type.py +5 -0
  503. vellum/client/types/workflow_execution_node_result_event.py +34 -0
  504. vellum/client/types/workflow_execution_workflow_result_event.py +36 -0
  505. vellum/client/types/workflow_expand_meta_request.py +22 -0
  506. vellum/client/types/workflow_node_result_data.py +28 -0
  507. vellum/client/types/workflow_node_result_event.py +14 -0
  508. vellum/client/types/workflow_node_result_event_state.py +7 -0
  509. vellum/client/types/workflow_output.py +24 -0
  510. vellum/client/types/workflow_output_array.py +37 -0
  511. vellum/client/types/workflow_output_chat_history.py +31 -0
  512. vellum/client/types/workflow_output_error.py +31 -0
  513. vellum/client/types/workflow_output_function_call.py +31 -0
  514. vellum/client/types/workflow_output_image.py +31 -0
  515. vellum/client/types/workflow_output_json.py +30 -0
  516. vellum/client/types/workflow_output_number.py +30 -0
  517. vellum/client/types/workflow_output_search_results.py +31 -0
  518. vellum/client/types/workflow_output_string.py +30 -0
  519. vellum/client/types/workflow_push_deployment_config_request.py +22 -0
  520. vellum/client/types/workflow_push_exec_config.py +3 -0
  521. vellum/client/types/workflow_push_response.py +20 -0
  522. vellum/client/types/workflow_release_tag_read.py +37 -0
  523. vellum/client/types/workflow_release_tag_workflow_deployment_history_item.py +28 -0
  524. vellum/client/types/workflow_request_chat_history_input_request.py +30 -0
  525. vellum/client/types/workflow_request_input_request.py +14 -0
  526. vellum/client/types/workflow_request_json_input_request.py +29 -0
  527. vellum/client/types/workflow_request_number_input_request.py +29 -0
  528. vellum/client/types/workflow_request_string_input_request.py +29 -0
  529. vellum/client/types/workflow_result_event.py +39 -0
  530. vellum/client/types/workflow_result_event_output_data.py +22 -0
  531. vellum/client/types/workflow_result_event_output_data_array.py +41 -0
  532. vellum/client/types/workflow_result_event_output_data_chat_history.py +35 -0
  533. vellum/client/types/workflow_result_event_output_data_error.py +35 -0
  534. vellum/client/types/workflow_result_event_output_data_function_call.py +35 -0
  535. vellum/client/types/workflow_result_event_output_data_json.py +34 -0
  536. vellum/client/types/workflow_result_event_output_data_number.py +34 -0
  537. vellum/client/types/workflow_result_event_output_data_search_results.py +35 -0
  538. vellum/client/types/workflow_result_event_output_data_string.py +37 -0
  539. vellum/client/types/workflow_stream_event.py +7 -0
  540. vellum/client/types/workspace_secret_read.py +25 -0
  541. vellum/core/__init__.py +2 -46
  542. vellum/core/api_error.py +2 -14
  543. vellum/core/client_wrapper.py +2 -58
  544. vellum/core/datetime_utils.py +2 -27
  545. vellum/core/file.py +2 -61
  546. vellum/core/http_client.py +2 -486
  547. vellum/core/jsonable_encoder.py +2 -100
  548. vellum/core/pydantic_utilities.py +2 -295
  549. vellum/core/query_encoder.py +2 -57
  550. vellum/core/remove_none_from_dict.py +2 -10
  551. vellum/core/request_options.py +2 -31
  552. vellum/core/serialization.py +2 -271
  553. vellum/environment.py +2 -16
  554. vellum/errors/__init__.py +2 -7
  555. vellum/errors/bad_request_error.py +2 -8
  556. vellum/errors/forbidden_error.py +2 -8
  557. vellum/errors/internal_server_error.py +2 -8
  558. vellum/errors/not_found_error.py +2 -8
  559. vellum/{lib/test_suites → evaluations}/resources.py +20 -51
  560. vellum/plugins/__init__.py +0 -0
  561. vellum/plugins/pydantic.py +74 -0
  562. vellum/plugins/utils.py +19 -0
  563. vellum/plugins/vellum_mypy.py +647 -0
  564. vellum/resources/__init__.py +2 -46
  565. vellum/resources/ad_hoc/__init__.py +2 -1
  566. vellum/resources/ad_hoc/client.py +2 -458
  567. vellum/resources/container_images/__init__.py +2 -1
  568. vellum/resources/container_images/client.py +2 -501
  569. vellum/resources/deployments/__init__.py +2 -4
  570. vellum/resources/deployments/client.py +2 -974
  571. vellum/resources/deployments/types/__init__.py +2 -5
  572. vellum/resources/deployments/types/deployments_list_request_status.py +2 -4
  573. vellum/resources/deployments/types/list_deployment_release_tags_request_source.py +2 -4
  574. vellum/resources/document_indexes/__init__.py +2 -4
  575. vellum/resources/document_indexes/client.py +2 -1153
  576. vellum/resources/document_indexes/types/__init__.py +2 -4
  577. vellum/resources/document_indexes/types/document_indexes_list_request_status.py +2 -4
  578. vellum/resources/documents/__init__.py +2 -1
  579. vellum/resources/documents/client.py +2 -780
  580. vellum/resources/folder_entities/__init__.py +2 -4
  581. vellum/resources/folder_entities/client.py +2 -332
  582. vellum/resources/folder_entities/types/__init__.py +2 -4
  583. vellum/resources/folder_entities/types/folder_entities_list_request_entity_status.py +2 -4
  584. vellum/resources/metric_definitions/__init__.py +2 -1
  585. vellum/resources/metric_definitions/client.py +2 -177
  586. vellum/resources/sandboxes/__init__.py +2 -1
  587. vellum/resources/sandboxes/client.py +2 -480
  588. vellum/resources/test_suite_runs/__init__.py +2 -1
  589. vellum/resources/test_suite_runs/client.py +2 -444
  590. vellum/resources/test_suites/__init__.py +2 -1
  591. vellum/resources/test_suites/client.py +2 -687
  592. vellum/resources/workflow_deployments/__init__.py +2 -4
  593. vellum/resources/workflow_deployments/client.py +2 -692
  594. vellum/resources/workflow_deployments/types/__init__.py +2 -5
  595. vellum/resources/workflow_deployments/types/list_workflow_release_tags_request_source.py +2 -4
  596. vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py +2 -4
  597. vellum/resources/workflow_sandboxes/__init__.py +2 -1
  598. vellum/resources/workflow_sandboxes/client.py +2 -189
  599. vellum/resources/workflows/__init__.py +2 -4
  600. vellum/resources/workflows/client.py +2 -332
  601. vellum/resources/workflows/types/__init__.py +2 -4
  602. vellum/resources/workflows/types/workflows_pull_request_format.py +2 -4
  603. vellum/resources/workspace_secrets/__init__.py +2 -1
  604. vellum/resources/workspace_secrets/client.py +2 -265
  605. vellum/types/__init__.py +2 -978
  606. vellum/types/ad_hoc_execute_prompt_event.py +2 -13
  607. vellum/types/ad_hoc_expand_meta.py +2 -36
  608. vellum/types/ad_hoc_fulfilled_prompt_execution_meta.py +2 -26
  609. vellum/types/ad_hoc_initiated_prompt_execution_meta.py +2 -23
  610. vellum/types/ad_hoc_rejected_prompt_execution_meta.py +2 -24
  611. vellum/types/ad_hoc_streaming_prompt_execution_meta.py +2 -22
  612. vellum/types/add_openai_api_key_enum.py +2 -2
  613. vellum/types/api_node_result.py +2 -24
  614. vellum/types/api_node_result_data.py +2 -27
  615. vellum/types/array_chat_message_content.py +2 -24
  616. vellum/types/array_chat_message_content_item.py +2 -10
  617. vellum/types/array_chat_message_content_item_request.py +2 -13
  618. vellum/types/array_chat_message_content_request.py +2 -24
  619. vellum/types/array_input.py +2 -35
  620. vellum/types/array_variable_value.py +2 -26
  621. vellum/types/array_variable_value_item.py +2 -28
  622. vellum/types/array_vellum_value.py +2 -30
  623. vellum/types/array_vellum_value_request.py +2 -30
  624. vellum/types/audio_chat_message_content.py +2 -24
  625. vellum/types/audio_chat_message_content_request.py +2 -24
  626. vellum/types/audio_variable_value.py +2 -24
  627. vellum/types/audio_vellum_value.py +2 -24
  628. vellum/types/audio_vellum_value_request.py +2 -24
  629. vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large.py +2 -23
  630. vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.py +2 -23
  631. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.py +2 -25
  632. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.py +2 -25
  633. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.py +2 -25
  634. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.py +2 -25
  635. vellum/types/chat_history_input.py +2 -29
  636. vellum/types/chat_history_input_request.py +2 -29
  637. vellum/types/chat_history_variable_value.py +2 -20
  638. vellum/types/chat_history_vellum_value.py +2 -24
  639. vellum/types/chat_history_vellum_value_request.py +2 -24
  640. vellum/types/chat_message.py +2 -26
  641. vellum/types/chat_message_content.py +2 -15
  642. vellum/types/chat_message_content_request.py +2 -15
  643. vellum/types/chat_message_prompt_block.py +2 -38
  644. vellum/types/chat_message_request.py +2 -26
  645. vellum/types/chat_message_role.py +2 -4
  646. vellum/types/code_execution_node_array_result.py +2 -27
  647. vellum/types/code_execution_node_chat_history_result.py +2 -21
  648. vellum/types/code_execution_node_error_result.py +2 -21
  649. vellum/types/code_execution_node_function_call_result.py +2 -21
  650. vellum/types/code_execution_node_json_result.py +2 -20
  651. vellum/types/code_execution_node_number_result.py +2 -20
  652. vellum/types/code_execution_node_result.py +2 -30
  653. vellum/types/code_execution_node_result_data.py +2 -26
  654. vellum/types/code_execution_node_result_output.py +2 -21
  655. vellum/types/code_execution_node_search_results_result.py +2 -21
  656. vellum/types/code_execution_node_string_result.py +2 -20
  657. vellum/types/code_execution_package.py +2 -19
  658. vellum/types/code_execution_runtime.py +2 -4
  659. vellum/types/code_executor_input.py +2 -23
  660. vellum/types/code_executor_response.py +2 -26
  661. vellum/types/code_executor_secret_input.py +2 -28
  662. vellum/types/compile_prompt_deployment_expand_meta_request.py +2 -31
  663. vellum/types/compile_prompt_meta.py +2 -24
  664. vellum/types/components_schemas_pdf_search_result_meta_source.py +2 -4
  665. vellum/types/components_schemas_pdf_search_result_meta_source_request.py +2 -4
  666. vellum/types/condition_combinator.py +2 -4
  667. vellum/types/conditional_node_result.py +2 -24
  668. vellum/types/conditional_node_result_data.py +2 -18
  669. vellum/types/container_image_read.py +2 -27
  670. vellum/types/create_test_suite_test_case_request.py +2 -47
  671. vellum/types/deployment_provider_payload_response.py +2 -21
  672. vellum/types/deployment_provider_payload_response_payload.py +2 -4
  673. vellum/types/deployment_read.py +2 -72
  674. vellum/types/deployment_release_tag_deployment_history_item.py +2 -20
  675. vellum/types/deployment_release_tag_read.py +2 -36
  676. vellum/types/docker_service_token.py +2 -20
  677. vellum/types/document_document_to_document_index.py +2 -38
  678. vellum/types/document_index_chunking.py +2 -7
  679. vellum/types/document_index_chunking_request.py +2 -9
  680. vellum/types/document_index_indexing_config.py +2 -21
  681. vellum/types/document_index_indexing_config_request.py +2 -21
  682. vellum/types/document_index_read.py +2 -51
  683. vellum/types/document_processing_state.py +2 -6
  684. vellum/types/document_read.py +2 -48
  685. vellum/types/document_status.py +2 -4
  686. vellum/types/enriched_normalized_completion.py +2 -58
  687. vellum/types/entity_status.py +2 -4
  688. vellum/types/entity_visibility.py +2 -4
  689. vellum/types/environment_enum.py +2 -4
  690. vellum/types/ephemeral_prompt_cache_config.py +2 -19
  691. vellum/types/ephemeral_prompt_cache_config_type_enum.py +2 -4
  692. vellum/types/error_input.py +2 -29
  693. vellum/types/error_variable_value.py +2 -20
  694. vellum/types/error_vellum_value.py +2 -24
  695. vellum/types/error_vellum_value_request.py +2 -24
  696. vellum/types/execute_prompt_event.py +2 -10
  697. vellum/types/execute_prompt_response.py +2 -6
  698. vellum/types/execute_workflow_response.py +2 -28
  699. vellum/types/execute_workflow_workflow_result_event.py +2 -8
  700. vellum/types/execution_array_vellum_value.py +2 -36
  701. vellum/types/execution_chat_history_vellum_value.py +2 -30
  702. vellum/types/execution_error_vellum_value.py +2 -30
  703. vellum/types/execution_function_call_vellum_value.py +2 -30
  704. vellum/types/execution_json_vellum_value.py +2 -29
  705. vellum/types/execution_number_vellum_value.py +2 -29
  706. vellum/types/execution_search_results_vellum_value.py +2 -30
  707. vellum/types/execution_string_vellum_value.py +2 -29
  708. vellum/types/execution_vellum_value.py +2 -21
  709. vellum/types/external_test_case_execution.py +2 -30
  710. vellum/types/external_test_case_execution_request.py +2 -30
  711. vellum/types/finish_reason_enum.py +2 -4
  712. vellum/types/folder_entity.py +2 -15
  713. vellum/types/folder_entity_document_index.py +2 -25
  714. vellum/types/folder_entity_document_index_data.py +2 -24
  715. vellum/types/folder_entity_folder.py +2 -25
  716. vellum/types/folder_entity_folder_data.py +2 -23
  717. vellum/types/folder_entity_prompt_sandbox.py +2 -25
  718. vellum/types/folder_entity_prompt_sandbox_data.py +2 -25
  719. vellum/types/folder_entity_test_suite.py +2 -25
  720. vellum/types/folder_entity_test_suite_data.py +2 -24
  721. vellum/types/folder_entity_workflow_sandbox.py +2 -25
  722. vellum/types/folder_entity_workflow_sandbox_data.py +2 -25
  723. vellum/types/fulfilled_ad_hoc_execute_prompt_event.py +2 -27
  724. vellum/types/fulfilled_enum.py +2 -4
  725. vellum/types/fulfilled_execute_prompt_event.py +2 -27
  726. vellum/types/fulfilled_execute_prompt_response.py +2 -36
  727. vellum/types/fulfilled_execute_workflow_workflow_result_event.py +2 -35
  728. vellum/types/fulfilled_prompt_execution_meta.py +2 -26
  729. vellum/types/fulfilled_workflow_node_result_event.py +2 -39
  730. vellum/types/function_call.py +2 -26
  731. vellum/types/function_call_chat_message_content.py +2 -24
  732. vellum/types/function_call_chat_message_content_request.py +2 -24
  733. vellum/types/function_call_chat_message_content_value.py +2 -24
  734. vellum/types/function_call_chat_message_content_value_request.py +2 -24
  735. vellum/types/function_call_input.py +2 -29
  736. vellum/types/function_call_request.py +2 -26
  737. vellum/types/function_call_variable_value.py +2 -20
  738. vellum/types/function_call_vellum_value.py +2 -24
  739. vellum/types/function_call_vellum_value_request.py +2 -24
  740. vellum/types/function_definition.py +2 -30
  741. vellum/types/generate_options_request.py +2 -25
  742. vellum/types/generate_request.py +2 -32
  743. vellum/types/generate_response.py +2 -24
  744. vellum/types/generate_result.py +2 -28
  745. vellum/types/generate_result_data.py +2 -22
  746. vellum/types/generate_result_error.py +2 -21
  747. vellum/types/generate_stream_response.py +2 -19
  748. vellum/types/generate_stream_result.py +2 -22
  749. vellum/types/generate_stream_result_data.py +2 -20
  750. vellum/types/google_vertex_ai_vectorizer_config.py +2 -19
  751. vellum/types/google_vertex_ai_vectorizer_config_request.py +2 -19
  752. vellum/types/google_vertex_ai_vectorizer_text_embedding_004.py +2 -20
  753. vellum/types/google_vertex_ai_vectorizer_text_embedding_004_request.py +2 -20
  754. vellum/types/google_vertex_ai_vectorizer_text_multilingual_embedding_002.py +2 -20
  755. vellum/types/google_vertex_ai_vectorizer_text_multilingual_embedding_002_request.py +2 -20
  756. vellum/types/hkunlp_instructor_xl_vectorizer.py +2 -24
  757. vellum/types/hkunlp_instructor_xl_vectorizer_request.py +2 -24
  758. vellum/types/image_chat_message_content.py +2 -24
  759. vellum/types/image_chat_message_content_request.py +2 -24
  760. vellum/types/image_variable_value.py +2 -24
  761. vellum/types/image_vellum_value.py +2 -24
  762. vellum/types/image_vellum_value_request.py +2 -24
  763. vellum/types/indexing_config_vectorizer.py +2 -29
  764. vellum/types/indexing_config_vectorizer_request.py +2 -29
  765. vellum/types/indexing_state_enum.py +2 -6
  766. vellum/types/initiated_ad_hoc_execute_prompt_event.py +2 -25
  767. vellum/types/initiated_execute_prompt_event.py +2 -25
  768. vellum/types/initiated_prompt_execution_meta.py +2 -25
  769. vellum/types/initiated_workflow_node_result_event.py +2 -38
  770. vellum/types/instructor_vectorizer_config.py +2 -24
  771. vellum/types/instructor_vectorizer_config_request.py +2 -24
  772. vellum/types/iteration_state_enum.py +2 -4
  773. vellum/types/jinja_prompt_block.py +2 -27
  774. vellum/types/json_input.py +2 -28
  775. vellum/types/json_input_request.py +2 -28
  776. vellum/types/json_variable_value.py +2 -19
  777. vellum/types/json_vellum_value.py +2 -23
  778. vellum/types/json_vellum_value_request.py +2 -23
  779. vellum/types/logical_operator.py +2 -28
  780. vellum/types/logprobs_enum.py +2 -4
  781. vellum/types/map_node_result.py +2 -24
  782. vellum/types/map_node_result_data.py +2 -20
  783. vellum/types/merge_node_result.py +2 -24
  784. vellum/types/merge_node_result_data.py +2 -18
  785. vellum/types/metadata_filter_config_request.py +2 -35
  786. vellum/types/metadata_filter_rule_combinator.py +2 -4
  787. vellum/types/metadata_filter_rule_request.py +2 -30
  788. vellum/types/metadata_filters_request.py +2 -6
  789. vellum/types/metric_definition_execution.py +2 -19
  790. vellum/types/metric_definition_input.py +2 -8
  791. vellum/types/metric_node_result.py +2 -22
  792. vellum/types/ml_model_usage.py +2 -24
  793. vellum/types/named_scenario_input_chat_history_variable_value_request.py +2 -25
  794. vellum/types/named_scenario_input_json_variable_value_request.py +2 -24
  795. vellum/types/named_scenario_input_request.py +2 -11
  796. vellum/types/named_scenario_input_string_variable_value_request.py +2 -24
  797. vellum/types/named_test_case_array_variable_value.py +2 -31
  798. vellum/types/named_test_case_array_variable_value_request.py +2 -33
  799. vellum/types/named_test_case_chat_history_variable_value.py +2 -25
  800. vellum/types/named_test_case_chat_history_variable_value_request.py +2 -25
  801. vellum/types/named_test_case_error_variable_value.py +2 -25
  802. vellum/types/named_test_case_error_variable_value_request.py +2 -25
  803. vellum/types/named_test_case_function_call_variable_value.py +2 -25
  804. vellum/types/named_test_case_function_call_variable_value_request.py +2 -25
  805. vellum/types/named_test_case_json_variable_value.py +2 -24
  806. vellum/types/named_test_case_json_variable_value_request.py +2 -24
  807. vellum/types/named_test_case_number_variable_value.py +2 -24
  808. vellum/types/named_test_case_number_variable_value_request.py +2 -24
  809. vellum/types/named_test_case_search_results_variable_value.py +2 -25
  810. vellum/types/named_test_case_search_results_variable_value_request.py +2 -25
  811. vellum/types/named_test_case_string_variable_value.py +2 -24
  812. vellum/types/named_test_case_string_variable_value_request.py +2 -24
  813. vellum/types/named_test_case_variable_value.py +2 -21
  814. vellum/types/named_test_case_variable_value_request.py +2 -21
  815. vellum/types/node_input_compiled_array_value.py +2 -28
  816. vellum/types/node_input_compiled_chat_history_value.py +2 -22
  817. vellum/types/node_input_compiled_error_value.py +2 -22
  818. vellum/types/node_input_compiled_function_call_value.py +2 -22
  819. vellum/types/node_input_compiled_json_value.py +2 -21
  820. vellum/types/node_input_compiled_number_value.py +2 -21
  821. vellum/types/node_input_compiled_search_results_value.py +2 -22
  822. vellum/types/node_input_compiled_string_value.py +2 -21
  823. vellum/types/node_input_variable_compiled_value.py +2 -21
  824. vellum/types/node_output_compiled_array_value.py +2 -33
  825. vellum/types/node_output_compiled_chat_history_value.py +2 -27
  826. vellum/types/node_output_compiled_error_value.py +2 -27
  827. vellum/types/node_output_compiled_function_call_value.py +2 -27
  828. vellum/types/node_output_compiled_json_value.py +2 -26
  829. vellum/types/node_output_compiled_number_value.py +2 -26
  830. vellum/types/node_output_compiled_search_results_value.py +2 -27
  831. vellum/types/node_output_compiled_string_value.py +2 -26
  832. vellum/types/node_output_compiled_value.py +2 -21
  833. vellum/types/normalized_log_probs.py +2 -20
  834. vellum/types/normalized_token_log_probs.py +2 -21
  835. vellum/types/number_input.py +2 -28
  836. vellum/types/number_variable_value.py +2 -19
  837. vellum/types/number_vellum_value.py +2 -23
  838. vellum/types/number_vellum_value_request.py +2 -23
  839. vellum/types/open_ai_vectorizer_config.py +2 -23
  840. vellum/types/open_ai_vectorizer_config_request.py +2 -23
  841. vellum/types/open_ai_vectorizer_text_embedding_3_large.py +2 -24
  842. vellum/types/open_ai_vectorizer_text_embedding_3_large_request.py +2 -24
  843. vellum/types/open_ai_vectorizer_text_embedding_3_small.py +2 -24
  844. vellum/types/open_ai_vectorizer_text_embedding_3_small_request.py +2 -24
  845. vellum/types/open_ai_vectorizer_text_embedding_ada_002.py +2 -24
  846. vellum/types/open_ai_vectorizer_text_embedding_ada_002_request.py +2 -24
  847. vellum/types/paginated_container_image_read_list.py +2 -22
  848. vellum/types/paginated_deployment_release_tag_read_list.py +2 -22
  849. vellum/types/paginated_document_index_read_list.py +2 -22
  850. vellum/types/paginated_folder_entity_list.py +2 -22
  851. vellum/types/paginated_slim_deployment_read_list.py +2 -28
  852. vellum/types/paginated_slim_document_list.py +2 -22
  853. vellum/types/paginated_slim_workflow_deployment_list.py +2 -28
  854. vellum/types/paginated_test_suite_run_execution_list.py +2 -28
  855. vellum/types/paginated_test_suite_test_case_list.py +2 -28
  856. vellum/types/paginated_workflow_release_tag_read_list.py +2 -22
  857. vellum/types/pdf_search_result_meta_source.py +2 -31
  858. vellum/types/pdf_search_result_meta_source_request.py +2 -31
  859. vellum/types/plain_text_prompt_block.py +2 -27
  860. vellum/types/price.py +2 -20
  861. vellum/types/processing_failure_reason_enum.py +2 -4
  862. vellum/types/prompt_block.py +2 -11
  863. vellum/types/prompt_block_state.py +2 -4
  864. vellum/types/prompt_deployment_expand_meta_request.py +2 -51
  865. vellum/types/prompt_deployment_input_request.py +2 -7
  866. vellum/types/prompt_execution_meta.py +2 -31
  867. vellum/types/prompt_node_execution_meta.py +2 -23
  868. vellum/types/prompt_node_result.py +2 -24
  869. vellum/types/prompt_node_result_data.py +2 -24
  870. vellum/types/prompt_output.py +2 -8
  871. vellum/types/prompt_parameters.py +2 -26
  872. vellum/types/prompt_request_chat_history_input.py +2 -25
  873. vellum/types/prompt_request_input.py +2 -7
  874. vellum/types/prompt_request_json_input.py +2 -24
  875. vellum/types/prompt_request_string_input.py +2 -24
  876. vellum/types/prompt_settings.py +2 -18
  877. vellum/types/raw_prompt_execution_overrides_request.py +2 -27
  878. vellum/types/reducto_chunker_config.py +2 -22
  879. vellum/types/reducto_chunker_config_request.py +2 -22
  880. vellum/types/reducto_chunking.py +2 -24
  881. vellum/types/reducto_chunking_request.py +2 -24
  882. vellum/types/rejected_ad_hoc_execute_prompt_event.py +2 -27
  883. vellum/types/rejected_execute_prompt_event.py +2 -27
  884. vellum/types/rejected_execute_prompt_response.py +2 -36
  885. vellum/types/rejected_execute_workflow_workflow_result_event.py +2 -27
  886. vellum/types/rejected_prompt_execution_meta.py +2 -24
  887. vellum/types/rejected_workflow_node_result_event.py +2 -38
  888. vellum/types/release_tag_source.py +2 -4
  889. vellum/types/replace_test_suite_test_case_request.py +2 -52
  890. vellum/types/rich_text_child_block.py +2 -6
  891. vellum/types/rich_text_prompt_block.py +2 -28
  892. vellum/types/sandbox_scenario.py +2 -32
  893. vellum/types/scenario_input.py +2 -9
  894. vellum/types/scenario_input_chat_history_variable_value.py +2 -25
  895. vellum/types/scenario_input_json_variable_value.py +2 -24
  896. vellum/types/scenario_input_string_variable_value.py +2 -24
  897. vellum/types/search_filters_request.py +2 -37
  898. vellum/types/search_node_result.py +2 -24
  899. vellum/types/search_node_result_data.py +2 -26
  900. vellum/types/search_request_options_request.py +2 -49
  901. vellum/types/search_response.py +2 -22
  902. vellum/types/search_result.py +2 -39
  903. vellum/types/search_result_document.py +2 -36
  904. vellum/types/search_result_document_request.py +2 -36
  905. vellum/types/search_result_merging_request.py +2 -21
  906. vellum/types/search_result_meta.py +2 -19
  907. vellum/types/search_result_meta_request.py +2 -19
  908. vellum/types/search_result_request.py +2 -39
  909. vellum/types/search_results_input.py +2 -29
  910. vellum/types/search_results_variable_value.py +2 -20
  911. vellum/types/search_results_vellum_value.py +2 -24
  912. vellum/types/search_results_vellum_value_request.py +2 -24
  913. vellum/types/search_weights_request.py +2 -26
  914. vellum/types/secret_type_enum.py +2 -4
  915. vellum/types/sentence_chunker_config.py +2 -23
  916. vellum/types/sentence_chunker_config_request.py +2 -23
  917. vellum/types/sentence_chunking.py +2 -24
  918. vellum/types/sentence_chunking_request.py +2 -24
  919. vellum/types/slim_deployment_read.py +2 -62
  920. vellum/types/slim_document.py +2 -69
  921. vellum/types/slim_workflow_deployment.py +2 -71
  922. vellum/types/streaming_ad_hoc_execute_prompt_event.py +2 -32
  923. vellum/types/streaming_execute_prompt_event.py +2 -32
  924. vellum/types/streaming_prompt_execution_meta.py +2 -22
  925. vellum/types/streaming_workflow_node_result_event.py +2 -39
  926. vellum/types/string_chat_message_content.py +2 -23
  927. vellum/types/string_chat_message_content_request.py +2 -23
  928. vellum/types/string_input.py +2 -28
  929. vellum/types/string_input_request.py +2 -28
  930. vellum/types/string_variable_value.py +2 -19
  931. vellum/types/string_vellum_value.py +2 -23
  932. vellum/types/string_vellum_value_request.py +2 -23
  933. vellum/types/submit_completion_actual_request.py +2 -47
  934. vellum/types/submit_workflow_execution_actual_request.py +2 -9
  935. vellum/types/subworkflow_node_result.py +2 -24
  936. vellum/types/subworkflow_node_result_data.py +2 -18
  937. vellum/types/templating_node_array_result.py +2 -27
  938. vellum/types/templating_node_chat_history_result.py +2 -21
  939. vellum/types/templating_node_error_result.py +2 -21
  940. vellum/types/templating_node_function_call_result.py +2 -21
  941. vellum/types/templating_node_json_result.py +2 -20
  942. vellum/types/templating_node_number_result.py +2 -20
  943. vellum/types/templating_node_result.py +2 -30
  944. vellum/types/templating_node_result_data.py +2 -25
  945. vellum/types/templating_node_result_output.py +2 -21
  946. vellum/types/templating_node_search_results_result.py +2 -21
  947. vellum/types/templating_node_string_result.py +2 -20
  948. vellum/types/terminal_node_array_result.py +2 -32
  949. vellum/types/terminal_node_chat_history_result.py +2 -26
  950. vellum/types/terminal_node_error_result.py +2 -26
  951. vellum/types/terminal_node_function_call_result.py +2 -26
  952. vellum/types/terminal_node_json_result.py +2 -25
  953. vellum/types/terminal_node_number_result.py +2 -25
  954. vellum/types/terminal_node_result.py +2 -30
  955. vellum/types/terminal_node_result_data.py +2 -25
  956. vellum/types/terminal_node_result_output.py +2 -21
  957. vellum/types/terminal_node_search_results_result.py +2 -26
  958. vellum/types/terminal_node_string_result.py +2 -25
  959. vellum/types/test_case_array_variable_value.py +2 -32
  960. vellum/types/test_case_chat_history_variable_value.py +2 -26
  961. vellum/types/test_case_error_variable_value.py +2 -26
  962. vellum/types/test_case_function_call_variable_value.py +2 -26
  963. vellum/types/test_case_json_variable_value.py +2 -25
  964. vellum/types/test_case_number_variable_value.py +2 -25
  965. vellum/types/test_case_search_results_variable_value.py +2 -26
  966. vellum/types/test_case_string_variable_value.py +2 -25
  967. vellum/types/test_case_variable_value.py +2 -21
  968. vellum/types/test_suite_run_deployment_release_tag_exec_config.py +2 -28
  969. vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +2 -26
  970. vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +2 -26
  971. vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +2 -30
  972. vellum/types/test_suite_run_exec_config.py +2 -9
  973. vellum/types/test_suite_run_exec_config_request.py +2 -11
  974. vellum/types/test_suite_run_execution.py +2 -29
  975. vellum/types/test_suite_run_execution_array_output.py +2 -32
  976. vellum/types/test_suite_run_execution_chat_history_output.py +2 -26
  977. vellum/types/test_suite_run_execution_error_output.py +2 -26
  978. vellum/types/test_suite_run_execution_function_call_output.py +2 -26
  979. vellum/types/test_suite_run_execution_json_output.py +2 -25
  980. vellum/types/test_suite_run_execution_metric_definition.py +2 -20
  981. vellum/types/test_suite_run_execution_metric_result.py +2 -23
  982. vellum/types/test_suite_run_execution_number_output.py +2 -25
  983. vellum/types/test_suite_run_execution_output.py +2 -21
  984. vellum/types/test_suite_run_execution_search_results_output.py +2 -26
  985. vellum/types/test_suite_run_execution_string_output.py +2 -25
  986. vellum/types/test_suite_run_external_exec_config.py +2 -35
  987. vellum/types/test_suite_run_external_exec_config_data.py +2 -28
  988. vellum/types/test_suite_run_external_exec_config_data_request.py +2 -30
  989. vellum/types/test_suite_run_external_exec_config_request.py +2 -37
  990. vellum/types/test_suite_run_metric_error_output.py +2 -25
  991. vellum/types/test_suite_run_metric_json_output.py +2 -24
  992. vellum/types/test_suite_run_metric_number_output.py +2 -24
  993. vellum/types/test_suite_run_metric_output.py +2 -13
  994. vellum/types/test_suite_run_metric_string_output.py +2 -24
  995. vellum/types/test_suite_run_read.py +2 -45
  996. vellum/types/test_suite_run_state.py +2 -4
  997. vellum/types/test_suite_run_test_suite.py +2 -20
  998. vellum/types/test_suite_run_workflow_release_tag_exec_config.py +2 -28
  999. vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +2 -26
  1000. vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +2 -26
  1001. vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +2 -30
  1002. vellum/types/test_suite_test_case.py +2 -29
  1003. vellum/types/test_suite_test_case_bulk_operation_request.py +2 -13
  1004. vellum/types/test_suite_test_case_bulk_result.py +2 -13
  1005. vellum/types/test_suite_test_case_create_bulk_operation_request.py +2 -37
  1006. vellum/types/test_suite_test_case_created_bulk_result.py +2 -25
  1007. vellum/types/test_suite_test_case_created_bulk_result_data.py +2 -22
  1008. vellum/types/test_suite_test_case_delete_bulk_operation_data_request.py +2 -18
  1009. vellum/types/test_suite_test_case_delete_bulk_operation_request.py +2 -32
  1010. vellum/types/test_suite_test_case_deleted_bulk_result.py +2 -29
  1011. vellum/types/test_suite_test_case_deleted_bulk_result_data.py +2 -22
  1012. vellum/types/test_suite_test_case_rejected_bulk_result.py +2 -31
  1013. vellum/types/test_suite_test_case_replace_bulk_operation_request.py +2 -37
  1014. vellum/types/test_suite_test_case_replaced_bulk_result.py +2 -29
  1015. vellum/types/test_suite_test_case_replaced_bulk_result_data.py +2 -22
  1016. vellum/types/test_suite_test_case_upsert_bulk_operation_request.py +2 -37
  1017. vellum/types/token_overlapping_window_chunker_config.py +2 -23
  1018. vellum/types/token_overlapping_window_chunker_config_request.py +2 -23
  1019. vellum/types/token_overlapping_window_chunking.py +2 -24
  1020. vellum/types/token_overlapping_window_chunking_request.py +2 -24
  1021. vellum/types/unit_enum.py +2 -4
  1022. vellum/types/upload_document_response.py +2 -21
  1023. vellum/types/upsert_test_suite_test_case_request.py +2 -48
  1024. vellum/types/variable_prompt_block.py +2 -27
  1025. vellum/types/vellum_audio.py +2 -23
  1026. vellum/types/vellum_audio_request.py +2 -23
  1027. vellum/types/vellum_error.py +2 -20
  1028. vellum/types/vellum_error_code_enum.py +2 -14
  1029. vellum/types/vellum_error_request.py +2 -20
  1030. vellum/types/vellum_image.py +2 -19
  1031. vellum/types/vellum_image_request.py +2 -19
  1032. vellum/types/vellum_value.py +2 -28
  1033. vellum/types/vellum_value_logical_condition_group_request.py +2 -37
  1034. vellum/types/vellum_value_logical_condition_request.py +2 -33
  1035. vellum/types/vellum_value_logical_expression_request.py +2 -11
  1036. vellum/types/vellum_value_request.py +2 -28
  1037. vellum/types/vellum_variable.py +2 -32
  1038. vellum/types/vellum_variable_extensions.py +2 -22
  1039. vellum/types/vellum_variable_type.py +2 -19
  1040. vellum/types/workflow_deployment_read.py +2 -76
  1041. vellum/types/workflow_event_error.py +2 -20
  1042. vellum/types/workflow_execution_actual_chat_history_request.py +2 -48
  1043. vellum/types/workflow_execution_actual_json_request.py +2 -47
  1044. vellum/types/workflow_execution_actual_string_request.py +2 -47
  1045. vellum/types/workflow_execution_event_error_code.py +2 -16
  1046. vellum/types/workflow_execution_event_type.py +2 -4
  1047. vellum/types/workflow_execution_node_result_event.py +2 -33
  1048. vellum/types/workflow_execution_workflow_result_event.py +2 -35
  1049. vellum/types/workflow_expand_meta_request.py +2 -21
  1050. vellum/types/workflow_node_result_data.py +2 -27
  1051. vellum/types/workflow_node_result_event.py +2 -13
  1052. vellum/types/workflow_node_result_event_state.py +2 -6
  1053. vellum/types/workflow_output.py +2 -23
  1054. vellum/types/workflow_output_array.py +2 -36
  1055. vellum/types/workflow_output_chat_history.py +2 -30
  1056. vellum/types/workflow_output_error.py +2 -30
  1057. vellum/types/workflow_output_function_call.py +2 -30
  1058. vellum/types/workflow_output_image.py +2 -30
  1059. vellum/types/workflow_output_json.py +2 -29
  1060. vellum/types/workflow_output_number.py +2 -29
  1061. vellum/types/workflow_output_search_results.py +2 -30
  1062. vellum/types/workflow_output_string.py +2 -29
  1063. vellum/types/workflow_push_deployment_config_request.py +2 -21
  1064. vellum/types/workflow_push_exec_config.py +2 -2
  1065. vellum/types/workflow_push_response.py +2 -19
  1066. vellum/types/workflow_release_tag_read.py +2 -36
  1067. vellum/types/workflow_release_tag_workflow_deployment_history_item.py +2 -27
  1068. vellum/types/workflow_request_chat_history_input_request.py +2 -29
  1069. vellum/types/workflow_request_input_request.py +2 -13
  1070. vellum/types/workflow_request_json_input_request.py +2 -28
  1071. vellum/types/workflow_request_number_input_request.py +2 -28
  1072. vellum/types/workflow_request_string_input_request.py +2 -28
  1073. vellum/types/workflow_result_event.py +2 -38
  1074. vellum/types/workflow_result_event_output_data.py +2 -21
  1075. vellum/types/workflow_result_event_output_data_array.py +2 -40
  1076. vellum/types/workflow_result_event_output_data_chat_history.py +2 -34
  1077. vellum/types/workflow_result_event_output_data_error.py +2 -34
  1078. vellum/types/workflow_result_event_output_data_function_call.py +2 -34
  1079. vellum/types/workflow_result_event_output_data_json.py +2 -33
  1080. vellum/types/workflow_result_event_output_data_number.py +2 -33
  1081. vellum/types/workflow_result_event_output_data_search_results.py +2 -34
  1082. vellum/types/workflow_result_event_output_data_string.py +2 -36
  1083. vellum/types/workflow_stream_event.py +2 -6
  1084. vellum/types/workspace_secret_read.py +2 -24
  1085. vellum/workflows/README.md +90 -0
  1086. vellum/workflows/__init__.py +5 -0
  1087. vellum/workflows/constants.py +43 -0
  1088. vellum/workflows/descriptors/__init__.py +0 -0
  1089. vellum/workflows/descriptors/base.py +339 -0
  1090. vellum/workflows/descriptors/tests/test_utils.py +83 -0
  1091. vellum/workflows/descriptors/utils.py +90 -0
  1092. vellum/workflows/edges/__init__.py +5 -0
  1093. vellum/workflows/edges/edge.py +23 -0
  1094. vellum/workflows/emitters/__init__.py +5 -0
  1095. vellum/workflows/emitters/base.py +14 -0
  1096. vellum/workflows/environment/__init__.py +5 -0
  1097. vellum/workflows/environment/environment.py +7 -0
  1098. vellum/workflows/errors/__init__.py +6 -0
  1099. vellum/workflows/errors/types.py +20 -0
  1100. vellum/workflows/events/__init__.py +31 -0
  1101. vellum/workflows/events/node.py +125 -0
  1102. vellum/workflows/events/tests/__init__.py +0 -0
  1103. vellum/workflows/events/tests/test_event.py +216 -0
  1104. vellum/workflows/events/types.py +52 -0
  1105. vellum/workflows/events/utils.py +5 -0
  1106. vellum/workflows/events/workflow.py +139 -0
  1107. vellum/workflows/exceptions.py +15 -0
  1108. vellum/workflows/expressions/__init__.py +0 -0
  1109. vellum/workflows/expressions/accessor.py +52 -0
  1110. vellum/workflows/expressions/and_.py +32 -0
  1111. vellum/workflows/expressions/begins_with.py +31 -0
  1112. vellum/workflows/expressions/between.py +38 -0
  1113. vellum/workflows/expressions/coalesce_expression.py +41 -0
  1114. vellum/workflows/expressions/contains.py +30 -0
  1115. vellum/workflows/expressions/does_not_begin_with.py +31 -0
  1116. vellum/workflows/expressions/does_not_contain.py +30 -0
  1117. vellum/workflows/expressions/does_not_end_with.py +31 -0
  1118. vellum/workflows/expressions/does_not_equal.py +25 -0
  1119. vellum/workflows/expressions/ends_with.py +31 -0
  1120. vellum/workflows/expressions/equals.py +25 -0
  1121. vellum/workflows/expressions/greater_than.py +33 -0
  1122. vellum/workflows/expressions/greater_than_or_equal_to.py +33 -0
  1123. vellum/workflows/expressions/in_.py +31 -0
  1124. vellum/workflows/expressions/is_blank.py +24 -0
  1125. vellum/workflows/expressions/is_not_blank.py +24 -0
  1126. vellum/workflows/expressions/is_not_null.py +21 -0
  1127. vellum/workflows/expressions/is_not_undefined.py +22 -0
  1128. vellum/workflows/expressions/is_null.py +21 -0
  1129. vellum/workflows/expressions/is_undefined.py +22 -0
  1130. vellum/workflows/expressions/less_than.py +33 -0
  1131. vellum/workflows/expressions/less_than_or_equal_to.py +33 -0
  1132. vellum/workflows/expressions/not_between.py +38 -0
  1133. vellum/workflows/expressions/not_in.py +31 -0
  1134. vellum/workflows/expressions/or_.py +32 -0
  1135. vellum/workflows/graph/__init__.py +3 -0
  1136. vellum/workflows/graph/graph.py +131 -0
  1137. vellum/workflows/graph/tests/__init__.py +0 -0
  1138. vellum/workflows/graph/tests/test_graph.py +437 -0
  1139. vellum/workflows/inputs/__init__.py +5 -0
  1140. vellum/workflows/inputs/base.py +55 -0
  1141. vellum/workflows/logging.py +14 -0
  1142. vellum/workflows/nodes/__init__.py +46 -0
  1143. vellum/workflows/nodes/bases/__init__.py +7 -0
  1144. vellum/workflows/nodes/bases/base.py +332 -0
  1145. vellum/workflows/nodes/bases/base_subworkflow_node/__init__.py +5 -0
  1146. vellum/workflows/nodes/bases/base_subworkflow_node/node.py +10 -0
  1147. vellum/workflows/nodes/bases/tests/__init__.py +0 -0
  1148. vellum/workflows/nodes/bases/tests/test_base_node.py +125 -0
  1149. vellum/workflows/nodes/core/__init__.py +16 -0
  1150. vellum/workflows/nodes/core/error_node/__init__.py +5 -0
  1151. vellum/workflows/nodes/core/error_node/node.py +26 -0
  1152. vellum/workflows/nodes/core/inline_subworkflow_node/__init__.py +5 -0
  1153. vellum/workflows/nodes/core/inline_subworkflow_node/node.py +73 -0
  1154. vellum/workflows/nodes/core/map_node/__init__.py +5 -0
  1155. vellum/workflows/nodes/core/map_node/node.py +147 -0
  1156. vellum/workflows/nodes/core/map_node/tests/__init__.py +0 -0
  1157. vellum/workflows/nodes/core/map_node/tests/test_node.py +65 -0
  1158. vellum/workflows/nodes/core/retry_node/__init__.py +5 -0
  1159. vellum/workflows/nodes/core/retry_node/node.py +106 -0
  1160. vellum/workflows/nodes/core/retry_node/tests/__init__.py +0 -0
  1161. vellum/workflows/nodes/core/retry_node/tests/test_node.py +93 -0
  1162. vellum/workflows/nodes/core/templating_node/__init__.py +5 -0
  1163. vellum/workflows/nodes/core/templating_node/custom_filters.py +12 -0
  1164. vellum/workflows/nodes/core/templating_node/exceptions.py +2 -0
  1165. vellum/workflows/nodes/core/templating_node/node.py +123 -0
  1166. vellum/workflows/nodes/core/templating_node/render.py +55 -0
  1167. vellum/workflows/nodes/core/templating_node/tests/test_templating_node.py +21 -0
  1168. vellum/workflows/nodes/core/try_node/__init__.py +5 -0
  1169. vellum/workflows/nodes/core/try_node/node.py +110 -0
  1170. vellum/workflows/nodes/core/try_node/tests/__init__.py +0 -0
  1171. vellum/workflows/nodes/core/try_node/tests/test_node.py +82 -0
  1172. vellum/workflows/nodes/displayable/__init__.py +31 -0
  1173. vellum/workflows/nodes/displayable/api_node/__init__.py +5 -0
  1174. vellum/workflows/nodes/displayable/api_node/node.py +44 -0
  1175. vellum/workflows/nodes/displayable/bases/__init__.py +11 -0
  1176. vellum/workflows/nodes/displayable/bases/api_node/__init__.py +5 -0
  1177. vellum/workflows/nodes/displayable/bases/api_node/node.py +70 -0
  1178. vellum/workflows/nodes/displayable/bases/base_prompt_node/__init__.py +5 -0
  1179. vellum/workflows/nodes/displayable/bases/base_prompt_node/node.py +60 -0
  1180. vellum/workflows/nodes/displayable/bases/inline_prompt_node/__init__.py +5 -0
  1181. vellum/workflows/nodes/displayable/bases/inline_prompt_node/constants.py +13 -0
  1182. vellum/workflows/nodes/displayable/bases/inline_prompt_node/node.py +118 -0
  1183. vellum/workflows/nodes/displayable/bases/prompt_deployment_node.py +98 -0
  1184. vellum/workflows/nodes/displayable/bases/search_node.py +90 -0
  1185. vellum/workflows/nodes/displayable/code_execution_node/__init__.py +5 -0
  1186. vellum/workflows/nodes/displayable/code_execution_node/node.py +197 -0
  1187. vellum/workflows/nodes/displayable/code_execution_node/tests/__init__.py +0 -0
  1188. vellum/workflows/nodes/displayable/code_execution_node/tests/fixtures/__init__.py +0 -0
  1189. vellum/workflows/nodes/displayable/code_execution_node/tests/fixtures/main.py +3 -0
  1190. vellum/workflows/nodes/displayable/code_execution_node/tests/test_code_execution_node.py +111 -0
  1191. vellum/workflows/nodes/displayable/code_execution_node/utils.py +10 -0
  1192. vellum/workflows/nodes/displayable/conditional_node/__init__.py +5 -0
  1193. vellum/workflows/nodes/displayable/conditional_node/node.py +25 -0
  1194. vellum/workflows/nodes/displayable/final_output_node/__init__.py +5 -0
  1195. vellum/workflows/nodes/displayable/final_output_node/node.py +43 -0
  1196. vellum/workflows/nodes/displayable/guardrail_node/__init__.py +5 -0
  1197. vellum/workflows/nodes/displayable/guardrail_node/node.py +97 -0
  1198. vellum/workflows/nodes/displayable/inline_prompt_node/__init__.py +5 -0
  1199. vellum/workflows/nodes/displayable/inline_prompt_node/node.py +41 -0
  1200. vellum/workflows/nodes/displayable/merge_node/__init__.py +5 -0
  1201. vellum/workflows/nodes/displayable/merge_node/node.py +10 -0
  1202. vellum/workflows/nodes/displayable/prompt_deployment_node/__init__.py +5 -0
  1203. vellum/workflows/nodes/displayable/prompt_deployment_node/node.py +45 -0
  1204. vellum/workflows/nodes/displayable/search_node/__init__.py +5 -0
  1205. vellum/workflows/nodes/displayable/search_node/node.py +26 -0
  1206. vellum/workflows/nodes/displayable/subworkflow_deployment_node/__init__.py +5 -0
  1207. vellum/workflows/nodes/displayable/subworkflow_deployment_node/node.py +156 -0
  1208. vellum/workflows/nodes/displayable/tests/__init__.py +0 -0
  1209. vellum/workflows/nodes/displayable/tests/test_inline_text_prompt_node.py +148 -0
  1210. vellum/workflows/nodes/displayable/tests/test_search_node_wth_text_output.py +134 -0
  1211. vellum/workflows/nodes/displayable/tests/test_text_prompt_deployment_node.py +80 -0
  1212. vellum/workflows/nodes/utils.py +27 -0
  1213. vellum/workflows/outputs/__init__.py +6 -0
  1214. vellum/workflows/outputs/base.py +196 -0
  1215. vellum/workflows/ports/__init__.py +7 -0
  1216. vellum/workflows/ports/node_ports.py +75 -0
  1217. vellum/workflows/ports/port.py +75 -0
  1218. vellum/workflows/ports/utils.py +40 -0
  1219. vellum/workflows/references/__init__.py +17 -0
  1220. vellum/workflows/references/environment_variable.py +20 -0
  1221. vellum/workflows/references/execution_count.py +20 -0
  1222. vellum/workflows/references/external_input.py +49 -0
  1223. vellum/workflows/references/input.py +7 -0
  1224. vellum/workflows/references/lazy.py +55 -0
  1225. vellum/workflows/references/node.py +43 -0
  1226. vellum/workflows/references/output.py +78 -0
  1227. vellum/workflows/references/state_value.py +23 -0
  1228. vellum/workflows/references/vellum_secret.py +15 -0
  1229. vellum/workflows/references/workflow_input.py +41 -0
  1230. vellum/workflows/resolvers/__init__.py +5 -0
  1231. vellum/workflows/resolvers/base.py +15 -0
  1232. vellum/workflows/runner/__init__.py +5 -0
  1233. vellum/workflows/runner/runner.py +588 -0
  1234. vellum/workflows/runner/types.py +18 -0
  1235. vellum/workflows/state/__init__.py +5 -0
  1236. vellum/workflows/state/base.py +327 -0
  1237. vellum/workflows/state/context.py +18 -0
  1238. vellum/workflows/state/encoder.py +57 -0
  1239. vellum/workflows/state/store.py +28 -0
  1240. vellum/workflows/state/tests/__init__.py +0 -0
  1241. vellum/workflows/state/tests/test_state.py +113 -0
  1242. vellum/workflows/types/__init__.py +0 -0
  1243. vellum/workflows/types/core.py +91 -0
  1244. vellum/workflows/types/generics.py +14 -0
  1245. vellum/workflows/types/stack.py +39 -0
  1246. vellum/workflows/types/tests/__init__.py +0 -0
  1247. vellum/workflows/types/tests/test_utils.py +76 -0
  1248. vellum/workflows/types/utils.py +164 -0
  1249. vellum/workflows/utils/__init__.py +0 -0
  1250. vellum/workflows/utils/names.py +13 -0
  1251. vellum/workflows/utils/tests/__init__.py +0 -0
  1252. vellum/workflows/utils/tests/test_names.py +15 -0
  1253. vellum/workflows/utils/tests/test_vellum_variables.py +25 -0
  1254. vellum/workflows/utils/vellum_variables.py +81 -0
  1255. vellum/workflows/vellum_client.py +18 -0
  1256. vellum/workflows/workflows/__init__.py +5 -0
  1257. vellum/workflows/workflows/base.py +365 -0
  1258. {vellum_ai-0.9.16.dist-info → vellum_ai-0.9.16rc4.dist-info}/LICENSE +11 -3
  1259. vellum_ai-0.9.16rc4.dist-info/METADATA +120 -0
  1260. vellum_ai-0.9.16rc4.dist-info/RECORD +1339 -0
  1261. vellum_ai-0.9.16rc4.dist-info/entry_points.txt +3 -0
  1262. vellum_cli/__init__.py +72 -0
  1263. vellum_cli/aliased_group.py +103 -0
  1264. vellum_cli/config.py +96 -0
  1265. vellum_cli/image_push.py +112 -0
  1266. vellum_cli/logger.py +36 -0
  1267. vellum_cli/pull.py +73 -0
  1268. vellum_cli/push.py +121 -0
  1269. vellum_cli/tests/test_config.py +100 -0
  1270. vellum_cli/tests/test_pull.py +152 -0
  1271. vellum_ee/__init__.py +0 -0
  1272. vellum_ee/workflows/__init__.py +0 -0
  1273. vellum_ee/workflows/display/__init__.py +0 -0
  1274. vellum_ee/workflows/display/base.py +73 -0
  1275. vellum_ee/workflows/display/nodes/__init__.py +4 -0
  1276. vellum_ee/workflows/display/nodes/base_node_display.py +116 -0
  1277. vellum_ee/workflows/display/nodes/base_node_vellum_display.py +36 -0
  1278. vellum_ee/workflows/display/nodes/get_node_display_class.py +25 -0
  1279. vellum_ee/workflows/display/nodes/tests/__init__.py +0 -0
  1280. vellum_ee/workflows/display/nodes/tests/test_base_node_display.py +47 -0
  1281. vellum_ee/workflows/display/nodes/types.py +18 -0
  1282. vellum_ee/workflows/display/nodes/utils.py +33 -0
  1283. vellum_ee/workflows/display/nodes/vellum/__init__.py +32 -0
  1284. vellum_ee/workflows/display/nodes/vellum/api_node.py +205 -0
  1285. vellum_ee/workflows/display/nodes/vellum/code_execution_node.py +71 -0
  1286. vellum_ee/workflows/display/nodes/vellum/conditional_node.py +217 -0
  1287. vellum_ee/workflows/display/nodes/vellum/final_output_node.py +61 -0
  1288. vellum_ee/workflows/display/nodes/vellum/guardrail_node.py +49 -0
  1289. vellum_ee/workflows/display/nodes/vellum/inline_prompt_node.py +170 -0
  1290. vellum_ee/workflows/display/nodes/vellum/inline_subworkflow_node.py +99 -0
  1291. vellum_ee/workflows/display/nodes/vellum/map_node.py +100 -0
  1292. vellum_ee/workflows/display/nodes/vellum/merge_node.py +48 -0
  1293. vellum_ee/workflows/display/nodes/vellum/prompt_deployment_node.py +68 -0
  1294. vellum_ee/workflows/display/nodes/vellum/search_node.py +193 -0
  1295. vellum_ee/workflows/display/nodes/vellum/subworkflow_deployment_node.py +58 -0
  1296. vellum_ee/workflows/display/nodes/vellum/templating_node.py +67 -0
  1297. vellum_ee/workflows/display/nodes/vellum/tests/__init__.py +0 -0
  1298. vellum_ee/workflows/display/nodes/vellum/tests/test_utils.py +106 -0
  1299. vellum_ee/workflows/display/nodes/vellum/try_node.py +38 -0
  1300. vellum_ee/workflows/display/nodes/vellum/utils.py +76 -0
  1301. vellum_ee/workflows/display/tests/__init__.py +0 -0
  1302. vellum_ee/workflows/display/tests/workflow_serialization/__init__.py +0 -0
  1303. vellum_ee/workflows/display/tests/workflow_serialization/test_basic_api_node_serialization.py +426 -0
  1304. vellum_ee/workflows/display/tests/workflow_serialization/test_basic_code_execution_node_serialization.py +607 -0
  1305. vellum_ee/workflows/display/tests/workflow_serialization/test_basic_conditional_node_serialization.py +1175 -0
  1306. vellum_ee/workflows/display/tests/workflow_serialization/test_basic_guardrail_node_serialization.py +235 -0
  1307. vellum_ee/workflows/display/tests/workflow_serialization/test_basic_inline_subworkflow_serialization.py +511 -0
  1308. vellum_ee/workflows/display/tests/workflow_serialization/test_basic_map_node_serialization.py +372 -0
  1309. vellum_ee/workflows/display/tests/workflow_serialization/test_basic_merge_node_serialization.py +272 -0
  1310. vellum_ee/workflows/display/tests/workflow_serialization/test_basic_prompt_deployment_serialization.py +289 -0
  1311. vellum_ee/workflows/display/tests/workflow_serialization/test_basic_subworkflow_deployment_serialization.py +354 -0
  1312. vellum_ee/workflows/display/tests/workflow_serialization/test_basic_terminal_node_serialization.py +123 -0
  1313. vellum_ee/workflows/display/tests/workflow_serialization/test_basic_try_node_serialization.py +84 -0
  1314. vellum_ee/workflows/display/tests/workflow_serialization/test_complex_terminal_node_serialization.py +233 -0
  1315. vellum_ee/workflows/display/types.py +46 -0
  1316. vellum_ee/workflows/display/utils/__init__.py +0 -0
  1317. vellum_ee/workflows/display/utils/tests/__init__.py +0 -0
  1318. vellum_ee/workflows/display/utils/tests/test_uuids.py +16 -0
  1319. vellum_ee/workflows/display/utils/uuids.py +24 -0
  1320. vellum_ee/workflows/display/utils/vellum.py +121 -0
  1321. vellum_ee/workflows/display/vellum.py +357 -0
  1322. vellum_ee/workflows/display/workflows/__init__.py +5 -0
  1323. vellum_ee/workflows/display/workflows/base_workflow_display.py +302 -0
  1324. vellum_ee/workflows/display/workflows/get_vellum_workflow_display_class.py +32 -0
  1325. vellum_ee/workflows/display/workflows/vellum_workflow_display.py +386 -0
  1326. vellum/lib/__init__.py +0 -5
  1327. vellum_ai-0.9.16.dist-info/METADATA +0 -148
  1328. vellum_ai-0.9.16.dist-info/RECORD +0 -558
  1329. /vellum/{client.py → client/__init__.py} +0 -0
  1330. /vellum/{lib/test_suites → evaluations}/__init__.py +0 -0
  1331. /vellum/{lib/test_suites → evaluations}/constants.py +0 -0
  1332. /vellum/{lib/test_suites → evaluations}/exceptions.py +0 -0
  1333. /vellum/{lib → evaluations}/utils/__init__.py +0 -0
  1334. /vellum/{lib → evaluations}/utils/env.py +0 -0
  1335. /vellum/{lib → evaluations}/utils/exceptions.py +0 -0
  1336. /vellum/{lib → evaluations}/utils/paginator.py +0 -0
  1337. /vellum/{lib → evaluations}/utils/typing.py +0 -0
  1338. /vellum/{lib → evaluations}/utils/uuid.py +0 -0
  1339. {vellum_ai-0.9.16.dist-info → vellum_ai-0.9.16rc4.dist-info}/WHEEL +0 -0
@@ -0,0 +1,5 @@
1
+ from .workflows import BaseWorkflow
2
+
3
+ __all__ = [
4
+ "BaseWorkflow",
5
+ ]
@@ -0,0 +1,43 @@
1
+ from enum import Enum
2
+ from typing import Any, cast
3
+
4
+
5
+ class _UndefMeta(type):
6
+ def __repr__(cls) -> str:
7
+ return "UNDEF"
8
+
9
+ def __getattribute__(cls, name: str) -> Any:
10
+ if name == "__class__":
11
+ # ensures that UNDEF.__class__ == UNDEF
12
+ return cls
13
+
14
+ return super().__getattribute__(name)
15
+
16
+ def __bool__(cls) -> bool:
17
+ return False
18
+
19
+
20
+ class UNDEF(metaclass=_UndefMeta):
21
+ pass
22
+
23
+
24
+ LATEST_RELEASE_TAG = "LATEST"
25
+
26
+ OMIT = cast(Any, ...)
27
+
28
+
29
+ class APIRequestMethod(Enum):
30
+ GET = "GET"
31
+ POST = "POST"
32
+ PUT = "PUT"
33
+ DELETE = "DELETE"
34
+ PATCH = "PATCH"
35
+ OPTIONS = "OPTIONS"
36
+ HEAD = "HEAD"
37
+ CONNECT = "CONNECT"
38
+ TRACE = "TRACE"
39
+
40
+
41
+ class AuthorizationType(Enum):
42
+ BEARER_TOKEN = "BEARER_TOKEN"
43
+ API_KEY = "API_KEY"
File without changes
@@ -0,0 +1,339 @@
1
+ from typing import TYPE_CHECKING, Any, Generic, Optional, Tuple, Type, TypeVar, Union, cast, overload
2
+
3
+ if TYPE_CHECKING:
4
+ from vellum.workflows.expressions.accessor import AccessorExpression
5
+ from vellum.workflows.expressions.and_ import AndExpression
6
+ from vellum.workflows.expressions.begins_with import BeginsWithExpression
7
+ from vellum.workflows.expressions.between import BetweenExpression
8
+ from vellum.workflows.expressions.coalesce_expression import CoalesceExpression
9
+ from vellum.workflows.expressions.contains import ContainsExpression
10
+ from vellum.workflows.expressions.does_not_begin_with import DoesNotBeginWithExpression
11
+ from vellum.workflows.expressions.does_not_contain import DoesNotContainExpression
12
+ from vellum.workflows.expressions.does_not_end_with import DoesNotEndWithExpression
13
+ from vellum.workflows.expressions.does_not_equal import DoesNotEqualExpression
14
+ from vellum.workflows.expressions.ends_with import EndsWithExpression
15
+ from vellum.workflows.expressions.equals import EqualsExpression
16
+ from vellum.workflows.expressions.greater_than import GreaterThanExpression
17
+ from vellum.workflows.expressions.greater_than_or_equal_to import GreaterThanOrEqualToExpression
18
+ from vellum.workflows.expressions.in_ import InExpression
19
+ from vellum.workflows.expressions.is_blank import IsBlankExpression
20
+ from vellum.workflows.expressions.is_not_blank import IsNotBlankExpression
21
+ from vellum.workflows.expressions.is_not_null import IsNotNullExpression
22
+ from vellum.workflows.expressions.is_not_undefined import IsNotUndefinedExpression
23
+ from vellum.workflows.expressions.is_null import IsNullExpression
24
+ from vellum.workflows.expressions.is_undefined import IsUndefinedExpression
25
+ from vellum.workflows.expressions.less_than import LessThanExpression
26
+ from vellum.workflows.expressions.less_than_or_equal_to import LessThanOrEqualToExpression
27
+ from vellum.workflows.expressions.not_between import NotBetweenExpression
28
+ from vellum.workflows.expressions.not_in import NotInExpression
29
+ from vellum.workflows.expressions.or_ import OrExpression
30
+ from vellum.workflows.nodes.bases import BaseNode
31
+ from vellum.workflows.state.base import BaseState
32
+
33
+ _T = TypeVar("_T")
34
+ _O = TypeVar("_O")
35
+ _O2 = TypeVar("_O2")
36
+
37
+
38
+ class BaseDescriptor(Generic[_T]):
39
+ _name: str
40
+ _types: Tuple[Type[_T], ...]
41
+ _instance: Optional[_T]
42
+
43
+ def __init__(self, *, name: str, types: Tuple[Type[_T], ...], instance: Optional[_T] = None) -> None:
44
+ self._name = name
45
+ self._types = types
46
+ self._instance = instance
47
+
48
+ @property
49
+ def name(self) -> str:
50
+ return self._name
51
+
52
+ @property
53
+ def types(self) -> Tuple[Type[_T], ...]:
54
+ return self._types
55
+
56
+ @property
57
+ def instance(self) -> Optional[_T]:
58
+ return self._instance
59
+
60
+ def resolve(self, state: "BaseState") -> _T:
61
+ raise NotImplementedError("Descriptor must implement resolve method")
62
+
63
+ def __eq__(self, other: object) -> bool:
64
+ if not isinstance(other, type(self)):
65
+ return False
66
+ return self._name == other._name
67
+
68
+ def __hash__(self) -> int:
69
+ return hash(self._name)
70
+
71
+ @overload
72
+ def __get__(self, instance: "BaseNode", owner: Type["BaseNode"]) -> _T: ...
73
+
74
+ @overload
75
+ def __get__(self, instance: Any, owner: Optional[Type]) -> "BaseDescriptor[_T]": ...
76
+
77
+ def __get__(self, instance: Any, owner: Optional[Type]) -> Union["BaseDescriptor[_T]", _T]:
78
+ if not instance:
79
+ return self
80
+
81
+ if instance.__class__.__name__ == "BaseNode":
82
+ node = cast("BaseNode", instance)
83
+ return self.resolve(node.state)
84
+
85
+ return self
86
+
87
+ # TODO: We should figure out how to remove these dynamic imports
88
+ # https://app.shortcut.com/vellum/story/4504
89
+ @overload
90
+ def __or__(self, other: "BaseDescriptor[_O]") -> "OrExpression[_T, _O]": ...
91
+
92
+ @overload
93
+ def __or__(self, other: _O) -> "OrExpression[_T, _O]": ...
94
+
95
+ def __or__(self, other: "Union[BaseDescriptor[_O], _O]") -> "OrExpression[_T, _O]":
96
+ from vellum.workflows.expressions.or_ import OrExpression
97
+
98
+ return OrExpression(lhs=self, rhs=other)
99
+
100
+ @overload
101
+ def __and__(self, other: "BaseDescriptor[_O]") -> "AndExpression[_T, _O]": ...
102
+
103
+ @overload
104
+ def __and__(self, other: _O) -> "AndExpression[_T, _O]": ...
105
+
106
+ def __and__(self, other: "Union[BaseDescriptor[_O], _O]") -> "AndExpression[_T, _O]":
107
+ from vellum.workflows.expressions.and_ import AndExpression
108
+
109
+ return AndExpression(lhs=self, rhs=other)
110
+
111
+ @overload
112
+ def coalesce(self, other: "BaseDescriptor[_O]") -> "CoalesceExpression[_T, _O]": ...
113
+
114
+ @overload
115
+ def coalesce(self, other: _O) -> "CoalesceExpression[_T, _O]": ...
116
+
117
+ def coalesce(self, other: "Union[BaseDescriptor[_O], _O]") -> "CoalesceExpression[_T, _O]":
118
+ from vellum.workflows.expressions.coalesce_expression import CoalesceExpression
119
+
120
+ return CoalesceExpression(lhs=self, rhs=other)
121
+
122
+ def __getitem__(self, field: str) -> "AccessorExpression":
123
+ from vellum.workflows.expressions.accessor import AccessorExpression
124
+
125
+ return AccessorExpression(base=self, field=field)
126
+
127
+ @overload
128
+ def equals(self, other: "BaseDescriptor[_O]") -> "EqualsExpression[_T, _O]": ...
129
+
130
+ @overload
131
+ def equals(self, other: _O) -> "EqualsExpression[_T, _O]": ...
132
+
133
+ def equals(self, other: "Union[BaseDescriptor[_O], _O]") -> "EqualsExpression[_T, _O]":
134
+ from vellum.workflows.expressions.equals import EqualsExpression
135
+
136
+ return EqualsExpression(lhs=self, rhs=other)
137
+
138
+ @overload
139
+ def does_not_equal(self, other: "BaseDescriptor[_O]") -> "DoesNotEqualExpression[_T, _O]": ...
140
+
141
+ @overload
142
+ def does_not_equal(self, other: _O) -> "DoesNotEqualExpression[_T, _O]": ...
143
+
144
+ def does_not_equal(self, other: "Union[BaseDescriptor[_O], _O]") -> "DoesNotEqualExpression[_T, _O]":
145
+ from vellum.workflows.expressions.does_not_equal import DoesNotEqualExpression
146
+
147
+ return DoesNotEqualExpression(lhs=self, rhs=other)
148
+
149
+ @overload
150
+ def less_than(self, other: "BaseDescriptor[_O]") -> "LessThanExpression[_T, _O]": ...
151
+
152
+ @overload
153
+ def less_than(self, other: _O) -> "LessThanExpression[_T, _O]": ...
154
+
155
+ def less_than(self, other: "Union[BaseDescriptor[_O], _O]") -> "LessThanExpression[_T, _O]":
156
+ from vellum.workflows.expressions.less_than import LessThanExpression
157
+
158
+ return LessThanExpression(lhs=self, rhs=other)
159
+
160
+ @overload
161
+ def greater_than(self, other: "BaseDescriptor[_O]") -> "GreaterThanExpression[_T, _O]": ...
162
+
163
+ @overload
164
+ def greater_than(self, other: _O) -> "GreaterThanExpression[_T, _O]": ...
165
+
166
+ def greater_than(self, other: "Union[BaseDescriptor[_O], _O]") -> "GreaterThanExpression[_T, _O]":
167
+ from vellum.workflows.expressions.greater_than import GreaterThanExpression
168
+
169
+ return GreaterThanExpression(lhs=self, rhs=other)
170
+
171
+ @overload
172
+ def less_than_or_equal_to(self, other: "BaseDescriptor[_O]") -> "LessThanOrEqualToExpression[_T, _O]": ...
173
+
174
+ @overload
175
+ def less_than_or_equal_to(self, other: _O) -> "LessThanOrEqualToExpression[_T, _O]": ...
176
+
177
+ def less_than_or_equal_to(self, other: "Union[BaseDescriptor[_O], _O]") -> "LessThanOrEqualToExpression[_T, _O]":
178
+ from vellum.workflows.expressions.less_than_or_equal_to import LessThanOrEqualToExpression
179
+
180
+ return LessThanOrEqualToExpression(lhs=self, rhs=other)
181
+
182
+ @overload
183
+ def greater_than_or_equal_to(self, other: "BaseDescriptor[_O]") -> "GreaterThanOrEqualToExpression[_T, _O]": ...
184
+
185
+ @overload
186
+ def greater_than_or_equal_to(self, other: _O) -> "GreaterThanOrEqualToExpression[_T, _O]": ...
187
+
188
+ def greater_than_or_equal_to(
189
+ self, other: "Union[BaseDescriptor[_O], _O]"
190
+ ) -> "GreaterThanOrEqualToExpression[_T, _O]":
191
+ from vellum.workflows.expressions.greater_than_or_equal_to import GreaterThanOrEqualToExpression
192
+
193
+ return GreaterThanOrEqualToExpression(lhs=self, rhs=other)
194
+
195
+ @overload
196
+ def contains(self, other: "BaseDescriptor[_O]") -> "ContainsExpression[_T, _O]": ...
197
+
198
+ @overload
199
+ def contains(self, other: _O) -> "ContainsExpression[_T, _O]": ...
200
+
201
+ def contains(self, other: "Union[BaseDescriptor[_O], _O]") -> "ContainsExpression[_T, _O]":
202
+ from vellum.workflows.expressions.contains import ContainsExpression
203
+
204
+ return ContainsExpression(lhs=self, rhs=other)
205
+
206
+ @overload
207
+ def begins_with(self, other: "BaseDescriptor[_O]") -> "BeginsWithExpression[_T, _O]": ...
208
+
209
+ @overload
210
+ def begins_with(self, other: _O) -> "BeginsWithExpression[_T, _O]": ...
211
+
212
+ def begins_with(self, other: "Union[BaseDescriptor[_O], _O]") -> "BeginsWithExpression[_T, _O]":
213
+ from vellum.workflows.expressions.begins_with import BeginsWithExpression
214
+
215
+ return BeginsWithExpression(lhs=self, rhs=other)
216
+
217
+ @overload
218
+ def ends_with(self, other: "BaseDescriptor[_O]") -> "EndsWithExpression[_T, _O]": ...
219
+
220
+ @overload
221
+ def ends_with(self, other: _O) -> "EndsWithExpression[_T, _O]": ...
222
+
223
+ def ends_with(self, other: "Union[BaseDescriptor[_O], _O]") -> "EndsWithExpression[_T, _O]":
224
+ from vellum.workflows.expressions.ends_with import EndsWithExpression
225
+
226
+ return EndsWithExpression(lhs=self, rhs=other)
227
+
228
+ @overload
229
+ def does_not_contain(self, other: "BaseDescriptor[_O]") -> "DoesNotContainExpression[_T, _O]": ...
230
+
231
+ @overload
232
+ def does_not_contain(self, other: _O) -> "DoesNotContainExpression[_T, _O]": ...
233
+
234
+ def does_not_contain(self, other: "Union[BaseDescriptor[_O], _O]") -> "DoesNotContainExpression[_T, _O]":
235
+ from vellum.workflows.expressions.does_not_contain import DoesNotContainExpression
236
+
237
+ return DoesNotContainExpression(lhs=self, rhs=other)
238
+
239
+ @overload
240
+ def does_not_begin_with(self, other: "BaseDescriptor[_O]") -> "DoesNotBeginWithExpression[_T, _O]": ...
241
+
242
+ @overload
243
+ def does_not_begin_with(self, other: _O) -> "DoesNotBeginWithExpression[_T, _O]": ...
244
+
245
+ def does_not_begin_with(self, other: "Union[BaseDescriptor[_O], _O]") -> "DoesNotBeginWithExpression[_T, _O]":
246
+ from vellum.workflows.expressions.does_not_begin_with import DoesNotBeginWithExpression
247
+
248
+ return DoesNotBeginWithExpression(lhs=self, rhs=other)
249
+
250
+ @overload
251
+ def does_not_end_with(self, other: "BaseDescriptor[_O]") -> "DoesNotEndWithExpression[_T, _O]": ...
252
+
253
+ @overload
254
+ def does_not_end_with(self, other: _O) -> "DoesNotEndWithExpression[_T, _O]": ...
255
+
256
+ def does_not_end_with(self, other: "Union[BaseDescriptor[_O], _O]") -> "DoesNotEndWithExpression[_T, _O]":
257
+ from vellum.workflows.expressions.does_not_end_with import DoesNotEndWithExpression
258
+
259
+ return DoesNotEndWithExpression(lhs=self, rhs=other)
260
+
261
+ def is_none(self) -> "IsNullExpression":
262
+ from vellum.workflows.expressions.is_null import IsNullExpression
263
+
264
+ return IsNullExpression(expression=self)
265
+
266
+ def is_not_none(self) -> "IsNotNullExpression":
267
+ from vellum.workflows.expressions.is_not_null import IsNotNullExpression
268
+
269
+ return IsNotNullExpression(expression=self)
270
+
271
+ def is_undefined(self) -> "IsUndefinedExpression":
272
+ from vellum.workflows.expressions.is_undefined import IsUndefinedExpression
273
+
274
+ return IsUndefinedExpression(expression=self)
275
+
276
+ def is_not_undefined(self) -> "IsNotUndefinedExpression":
277
+ from vellum.workflows.expressions.is_not_undefined import IsNotUndefinedExpression
278
+
279
+ return IsNotUndefinedExpression(expression=self)
280
+
281
+ @overload
282
+ def in_(self, other: "BaseDescriptor[_O]") -> "InExpression[_T, _O]": ...
283
+
284
+ @overload
285
+ def in_(self, other: _O) -> "InExpression[_T, _O]": ...
286
+
287
+ def in_(self, other: "Union[BaseDescriptor[_O], _O]") -> "InExpression[_T, _O]":
288
+ from vellum.workflows.expressions.in_ import InExpression
289
+
290
+ return InExpression(lhs=self, rhs=other)
291
+
292
+ @overload
293
+ def not_in(self, other: "BaseDescriptor[_O]") -> "NotInExpression[_T, _O]": ...
294
+
295
+ @overload
296
+ def not_in(self, other: _O) -> "NotInExpression[_T, _O]": ...
297
+
298
+ def not_in(self, other: "Union[BaseDescriptor[_O], _O]") -> "NotInExpression[_T, _O]":
299
+ from vellum.workflows.expressions.not_in import NotInExpression
300
+
301
+ return NotInExpression(lhs=self, rhs=other)
302
+
303
+ @overload
304
+ def between(self, start: "BaseDescriptor[_O]", end: "BaseDescriptor[_O2]") -> "BetweenExpression[_T, _O, _O2]": ...
305
+
306
+ @overload
307
+ def between(self, start: _O, end: _O2) -> "BetweenExpression[_T, _O, _O2]": ...
308
+
309
+ def between(
310
+ self, start: "Union[BaseDescriptor[_O], _O]", end: "Union[BaseDescriptor[_O2], _O2]"
311
+ ) -> "BetweenExpression[_T, _O, _O2]":
312
+ from vellum.workflows.expressions.between import BetweenExpression
313
+
314
+ return BetweenExpression(value=self, start=start, end=end)
315
+
316
+ @overload
317
+ def not_between(
318
+ self, start: "BaseDescriptor[_O]", end: "BaseDescriptor[_O2]"
319
+ ) -> "NotBetweenExpression[_T, _O, _O2]": ...
320
+
321
+ @overload
322
+ def not_between(self, start: _O, end: _O2) -> "NotBetweenExpression[_T, _O, _O2]": ...
323
+
324
+ def not_between(
325
+ self, start: "Union[BaseDescriptor[_O], _O]", end: "Union[BaseDescriptor[_O2], _O2]"
326
+ ) -> "NotBetweenExpression[_T, _O, _O2]":
327
+ from vellum.workflows.expressions.not_between import NotBetweenExpression
328
+
329
+ return NotBetweenExpression(value=self, start=start, end=end)
330
+
331
+ def is_blank(self) -> "IsBlankExpression":
332
+ from vellum.workflows.expressions.is_blank import IsBlankExpression
333
+
334
+ return IsBlankExpression(expression=self)
335
+
336
+ def is_not_blank(self) -> "IsNotBlankExpression":
337
+ from vellum.workflows.expressions.is_not_blank import IsNotBlankExpression
338
+
339
+ return IsNotBlankExpression(expression=self)
@@ -0,0 +1,83 @@
1
+ import pytest
2
+
3
+ from vellum.workflows.descriptors.utils import resolve_value
4
+ from vellum.workflows.state.base import BaseState
5
+
6
+
7
+ class FixtureState(BaseState):
8
+ alpha = 1
9
+ beta = 2
10
+
11
+ gamma = "hello"
12
+ delta = "el"
13
+
14
+ epsilon = 3
15
+ zeta = {
16
+ "foo": "bar",
17
+ }
18
+
19
+
20
+ @pytest.mark.parametrize(
21
+ ["descriptor", "expected_value"],
22
+ [
23
+ (FixtureState.alpha | FixtureState.beta, 1),
24
+ (FixtureState.alpha & FixtureState.beta, 2),
25
+ (FixtureState.beta.coalesce(FixtureState.alpha), 2),
26
+ (FixtureState.alpha.equals(FixtureState.beta), False),
27
+ (FixtureState.alpha.does_not_equal(FixtureState.beta), True),
28
+ (FixtureState.alpha.less_than(FixtureState.beta), True),
29
+ (FixtureState.alpha.greater_than(FixtureState.beta), False),
30
+ (FixtureState.alpha.less_than_or_equal_to(FixtureState.beta), True),
31
+ (FixtureState.alpha.greater_than_or_equal_to(FixtureState.beta), False),
32
+ (FixtureState.gamma.contains(FixtureState.delta), True),
33
+ (FixtureState.gamma.begins_with(FixtureState.delta), False),
34
+ (FixtureState.gamma.ends_with(FixtureState.delta), False),
35
+ (FixtureState.gamma.does_not_contain(FixtureState.delta), False),
36
+ (FixtureState.gamma.does_not_begin_with(FixtureState.delta), True),
37
+ (FixtureState.gamma.does_not_end_with(FixtureState.delta), True),
38
+ (FixtureState.alpha.is_none(), False),
39
+ (FixtureState.alpha.is_not_none(), True),
40
+ (FixtureState.delta.in_(FixtureState.gamma), True),
41
+ (FixtureState.delta.not_in(FixtureState.gamma), False),
42
+ (FixtureState.alpha.between(FixtureState.beta, FixtureState.epsilon), False),
43
+ (FixtureState.alpha.not_between(FixtureState.beta, FixtureState.epsilon), True),
44
+ (FixtureState.delta.is_blank(), False),
45
+ (FixtureState.delta.is_not_blank(), True),
46
+ (
47
+ FixtureState.alpha.equals(FixtureState.alpha)
48
+ | FixtureState.alpha.equals(FixtureState.beta) & FixtureState.alpha.equals(FixtureState.beta),
49
+ True,
50
+ ),
51
+ (FixtureState.zeta["foo"], "bar"),
52
+ ],
53
+ ids=[
54
+ "or",
55
+ "and",
56
+ "coalesce",
57
+ "eq",
58
+ "dne",
59
+ "less_than",
60
+ "greater_than",
61
+ "less_than_or_equal_to",
62
+ "greater_than_or_equal_to",
63
+ "contains",
64
+ "begins_with",
65
+ "ends_with",
66
+ "does_not_contain",
67
+ "does_not_begin_with",
68
+ "does_not_end_with",
69
+ "is_none",
70
+ "is_not_none",
71
+ "in_",
72
+ "not_in",
73
+ "between",
74
+ "not_between",
75
+ "is_blank",
76
+ "is_not_blank",
77
+ "or_and",
78
+ "accessor",
79
+ ],
80
+ )
81
+ def test_resolve_value__happy_path(descriptor, expected_value):
82
+ actual_value = resolve_value(descriptor, FixtureState())
83
+ assert actual_value == expected_value
@@ -0,0 +1,90 @@
1
+ from collections.abc import Mapping
2
+ import dataclasses
3
+ import inspect
4
+ from typing import Any, Dict, Optional, Sequence, Set, TypeVar, Union, cast, overload
5
+
6
+ from pydantic import BaseModel
7
+
8
+ from vellum.workflows.descriptors.base import BaseDescriptor
9
+ from vellum.workflows.state.base import BaseState
10
+
11
+ _T = TypeVar("_T")
12
+
13
+
14
+ @overload
15
+ def resolve_value(
16
+ value: BaseDescriptor[_T], state: BaseState, path: str = "", memo: Optional[Dict[str, Any]] = None
17
+ ) -> _T: ...
18
+
19
+
20
+ @overload
21
+ def resolve_value(value: _T, state: BaseState, path: str = "", memo: Optional[Dict[str, Any]] = None) -> _T: ...
22
+
23
+
24
+ def resolve_value(
25
+ value: Union[BaseDescriptor[_T], _T], state: BaseState, path: str = "", memo: Optional[Dict[str, Any]] = None
26
+ ) -> _T:
27
+ """
28
+ Recursively resolves Descriptor's until we have a constant value, using BaseState.
29
+
30
+ The nonideal casts in this method are due to the `isinstance` calls detaching types
31
+ from the `_T` generic.
32
+ """
33
+
34
+ if inspect.isclass(value):
35
+ return cast(_T, value)
36
+
37
+ if isinstance(value, BaseDescriptor):
38
+ resolved_value = value.resolve(state)
39
+ if memo is not None:
40
+ memo[path] = resolved_value
41
+ return resolved_value
42
+
43
+ if isinstance(value, property) or callable(value):
44
+ return cast(_T, value)
45
+
46
+ if isinstance(value, (str, bytes)):
47
+ return cast(_T, value)
48
+
49
+ if dataclasses.is_dataclass(value):
50
+ # The `inspect.isclass` check above prevents `value` from being a class.
51
+ dataclass_value = dataclasses.replace( # type: ignore[type-var]
52
+ value,
53
+ **{
54
+ field.name: resolve_value(getattr(value, field.name), state, path=f"{path}.{field.name}", memo=memo)
55
+ for field in dataclasses.fields(value)
56
+ },
57
+ )
58
+ return cast(_T, dataclass_value)
59
+
60
+ if isinstance(value, BaseModel):
61
+ pydantic_value = value.model_copy(
62
+ update={
63
+ key: resolve_value(getattr(value, key), state, path=f"{path}.{key}", memo=memo)
64
+ for key in value.dict().keys()
65
+ }
66
+ )
67
+ return cast(_T, pydantic_value)
68
+
69
+ if isinstance(value, Mapping):
70
+ mapped_value = type(value)( # type: ignore[call-arg]
71
+ {
72
+ dict_key: resolve_value(dict_value, state, path=f"{path}.{dict_key}", memo=memo)
73
+ for dict_key, dict_value in value.items()
74
+ }
75
+ )
76
+ return cast(_T, mapped_value)
77
+
78
+ if isinstance(value, Sequence):
79
+ sequence_value = type(value)(
80
+ resolve_value(seq_value, state, path=f"{path}.{index}", memo=memo) for index, seq_value in enumerate(value)
81
+ ) # type: ignore[call-arg]
82
+ return cast(_T, sequence_value)
83
+
84
+ if isinstance(value, Set):
85
+ set_value = type(value)(
86
+ resolve_value(set_value, state, path=f"{path}.{index}", memo=memo) for index, set_value in enumerate(value)
87
+ )
88
+ return cast(_T, set_value)
89
+
90
+ return value
@@ -0,0 +1,5 @@
1
+ from .edge import Edge
2
+
3
+ __all__ = [
4
+ "Edge",
5
+ ]
@@ -0,0 +1,23 @@
1
+ from typing import TYPE_CHECKING, Any, Type
2
+
3
+ if TYPE_CHECKING:
4
+ from vellum.workflows.nodes.bases import BaseNode
5
+ from vellum.workflows.ports.port import Port
6
+
7
+
8
+ class Edge:
9
+ def __init__(self, from_port: "Port", to_node: Type["BaseNode"]):
10
+ self.from_port = from_port
11
+ self.to_node = to_node
12
+
13
+ def __eq__(self, other: Any) -> bool:
14
+ if not isinstance(other, Edge):
15
+ return False
16
+
17
+ return self.from_port == other.from_port and self.to_node == other.to_node
18
+
19
+ def __hash__(self) -> int:
20
+ return hash((self.from_port, self.to_node))
21
+
22
+ def __repr__(self) -> str:
23
+ return f"{self.from_port} >> {self.to_node}"
@@ -0,0 +1,5 @@
1
+ from .base import BaseWorkflowEmitter
2
+
3
+ __all__ = [
4
+ "BaseWorkflowEmitter",
5
+ ]
@@ -0,0 +1,14 @@
1
+ from abc import ABC, abstractmethod
2
+
3
+ from vellum.workflows.events.workflow import WorkflowEvent
4
+ from vellum.workflows.state.base import BaseState
5
+
6
+
7
+ class BaseWorkflowEmitter(ABC):
8
+ @abstractmethod
9
+ def emit_event(self, event: WorkflowEvent) -> None:
10
+ pass
11
+
12
+ @abstractmethod
13
+ def snapshot_state(self, state: BaseState) -> None:
14
+ pass
@@ -0,0 +1,5 @@
1
+ from .environment import Environment
2
+
3
+ __all__ = [
4
+ "Environment",
5
+ ]
@@ -0,0 +1,7 @@
1
+ from vellum.workflows.references import EnvironmentVariableReference
2
+
3
+
4
+ class Environment:
5
+ @staticmethod
6
+ def get(name: str) -> EnvironmentVariableReference:
7
+ return EnvironmentVariableReference(name=name)
@@ -0,0 +1,6 @@
1
+ from .types import VellumError, VellumErrorCode
2
+
3
+ __all__ = [
4
+ "VellumError",
5
+ "VellumErrorCode",
6
+ ]
@@ -0,0 +1,20 @@
1
+ from dataclasses import dataclass
2
+ from enum import Enum
3
+
4
+
5
+ class VellumErrorCode(Enum):
6
+ INVALID_WORKFLOW = "INVALID_WORKFLOW"
7
+ INVALID_INPUTS = "INVALID_INPUTS"
8
+ INVALID_OUTPUTS = "INVALID_OUTPUTS"
9
+ INVALID_STATE = "INVALID_STATE"
10
+ INVALID_TEMPLATE = "INVALID_TEMPLATE"
11
+ INTERNAL_ERROR = "INTERNAL_ERROR"
12
+ PROVIDER_ERROR = "PROVIDER_ERROR"
13
+ USER_DEFINED_ERROR = "USER_DEFINED_ERROR"
14
+ WORKFLOW_CANCELLED = "WORKFLOW_CANCELLED"
15
+
16
+
17
+ @dataclass(frozen=True)
18
+ class VellumError:
19
+ message: str
20
+ code: VellumErrorCode