asteroid-odyssey 1.6.4__tar.gz → 1.6.17__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/PKG-INFO +1 -1
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/pyproject.toml +1 -1
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/api/execution_api.py +17 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey.egg-info/PKG-INFO +1 -1
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/README.md +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/setup.cfg +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/__init__.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/api/__init__.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/api/agent_profiles_api.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/api/agents_api.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/api/files_api.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/api_client.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/api_response.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/configuration.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/exceptions.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/__init__.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agent_list200_response.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agent_profile_clear_browser_cache200_response.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agent_profiles_list200_response.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_agent_base.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_agent_execute_agent_request.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_agent_execute_agent_response.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_agent_sort_field.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_action_name.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_activity.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_activity_action_completed_info.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_activity_action_completed_payload.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_activity_action_failed_payload.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_activity_action_started_info.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_activity_action_started_payload.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_activity_file_added_payload.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_activity_generic_payload.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_activity_payload_union.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_activity_playwright_script_generated_payload.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_activity_reasoning_payload.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_activity_status_changed_payload.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_activity_step_completed_payload.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_activity_step_started_payload.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_activity_transitioned_node_payload.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_activity_user_message_received_payload.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_activity_workflow_updated_payload.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_agent_query_context_completed_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_agent_query_context_started_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_awaiting_confirmation_payload.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_cancel_reason.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_cancelled_payload.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_comment.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_completed_payload.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_element_file_upload_completed_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_execution_result.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_ext_api_call_completed_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_ext_get_mail_completed_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_failed_payload.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_file_list_completed_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_file_read_completed_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_file_stage_completed_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_human_label.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_list_item.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_llm_call_purpose.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_llm_call_started_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_nav_to_completed_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_nav_to_started_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_node_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_node_output_item.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_obs_snapshot_with_selectors_completed_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_paused_payload.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_rules_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_scratchpad_read_completed_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_scratchpad_read_started_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_scratchpad_write_completed_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_scratchpad_write_started_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_script_eval_completed_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_script_eval_started_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_script_hybrid_playwright_completed_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_script_hybrid_playwright_started_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_script_pad_run_function_completed_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_script_playwright_completed_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_script_playwright_started_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_scriptpad_read_completed_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_scriptpad_read_started_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_scriptpad_run_function_started_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_scriptpad_search_replace_completed_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_scriptpad_search_replace_started_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_scriptpad_write_completed_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_sort_field.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_status.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_terminal_payload.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_transition_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_update_execution_status_request.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_update_type.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_updateable_status.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_user_messages_add_text_body.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_util_get_datetime_completed_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_util_get_datetime_started_details.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_execution_workflow_update.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_files_file.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_files_temp_file.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_files_temp_files_response.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_graph_models_nodes_properties_playwright_script_llm_var.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_graph_models_nodes_properties_playwright_script_llm_var_type.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_graph_models_transitions_transition_type.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_profile_agent_profile.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_profile_cookie.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_profile_country_code.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_profile_create_agent_profile_request.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_profile_credential.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_profile_operating_system.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_profile_proxy_type.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_profile_same_site.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_profile_sort_field.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_profile_update_agent_profile_request.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/common_bad_request_error_body.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/common_error.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/common_forbidden_error_body.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/common_internal_server_error_body.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/common_not_found_error_body.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/common_os_error.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/common_sort_direction.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/common_unauthorized_error_body.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/executions_list200_response.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/version.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/py.typed +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/rest.py +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey.egg-info/SOURCES.txt +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey.egg-info/dependency_links.txt +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey.egg-info/requires.txt +0 -0
- {asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey.egg-info/top_level.txt +0 -0
{asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/api/execution_api.py
RENAMED
|
@@ -1258,6 +1258,7 @@ class ExecutionApi:
|
|
|
1258
1258
|
outcome_label: Annotated[Optional[StrictStr], Field(description="Filter by execution result outcome (partial, case-insensitive match)")] = None,
|
|
1259
1259
|
metadata_key: Annotated[Optional[StrictStr], Field(description="Filter by metadata key - must be used together with metadataValue")] = None,
|
|
1260
1260
|
metadata_value: Annotated[Optional[StrictStr], Field(description="Filter by metadata value - must be used together with metadataKey")] = None,
|
|
1261
|
+
workflow_version: Annotated[Optional[StrictInt], Field(description="Filter by workflow version number")] = None,
|
|
1261
1262
|
sort_field: Optional[AgentsExecutionSortField] = None,
|
|
1262
1263
|
sort_direction: Optional[CommonSortDirection] = None,
|
|
1263
1264
|
_request_timeout: Union[
|
|
@@ -1301,6 +1302,8 @@ class ExecutionApi:
|
|
|
1301
1302
|
:type metadata_key: str
|
|
1302
1303
|
:param metadata_value: Filter by metadata value - must be used together with metadataKey
|
|
1303
1304
|
:type metadata_value: str
|
|
1305
|
+
:param workflow_version: Filter by workflow version number
|
|
1306
|
+
:type workflow_version: int
|
|
1304
1307
|
:param sort_field:
|
|
1305
1308
|
:type sort_field: AgentsExecutionSortField
|
|
1306
1309
|
:param sort_direction:
|
|
@@ -1340,6 +1343,7 @@ class ExecutionApi:
|
|
|
1340
1343
|
outcome_label=outcome_label,
|
|
1341
1344
|
metadata_key=metadata_key,
|
|
1342
1345
|
metadata_value=metadata_value,
|
|
1346
|
+
workflow_version=workflow_version,
|
|
1343
1347
|
sort_field=sort_field,
|
|
1344
1348
|
sort_direction=sort_direction,
|
|
1345
1349
|
_request_auth=_request_auth,
|
|
@@ -1382,6 +1386,7 @@ class ExecutionApi:
|
|
|
1382
1386
|
outcome_label: Annotated[Optional[StrictStr], Field(description="Filter by execution result outcome (partial, case-insensitive match)")] = None,
|
|
1383
1387
|
metadata_key: Annotated[Optional[StrictStr], Field(description="Filter by metadata key - must be used together with metadataValue")] = None,
|
|
1384
1388
|
metadata_value: Annotated[Optional[StrictStr], Field(description="Filter by metadata value - must be used together with metadataKey")] = None,
|
|
1389
|
+
workflow_version: Annotated[Optional[StrictInt], Field(description="Filter by workflow version number")] = None,
|
|
1385
1390
|
sort_field: Optional[AgentsExecutionSortField] = None,
|
|
1386
1391
|
sort_direction: Optional[CommonSortDirection] = None,
|
|
1387
1392
|
_request_timeout: Union[
|
|
@@ -1425,6 +1430,8 @@ class ExecutionApi:
|
|
|
1425
1430
|
:type metadata_key: str
|
|
1426
1431
|
:param metadata_value: Filter by metadata value - must be used together with metadataKey
|
|
1427
1432
|
:type metadata_value: str
|
|
1433
|
+
:param workflow_version: Filter by workflow version number
|
|
1434
|
+
:type workflow_version: int
|
|
1428
1435
|
:param sort_field:
|
|
1429
1436
|
:type sort_field: AgentsExecutionSortField
|
|
1430
1437
|
:param sort_direction:
|
|
@@ -1464,6 +1471,7 @@ class ExecutionApi:
|
|
|
1464
1471
|
outcome_label=outcome_label,
|
|
1465
1472
|
metadata_key=metadata_key,
|
|
1466
1473
|
metadata_value=metadata_value,
|
|
1474
|
+
workflow_version=workflow_version,
|
|
1467
1475
|
sort_field=sort_field,
|
|
1468
1476
|
sort_direction=sort_direction,
|
|
1469
1477
|
_request_auth=_request_auth,
|
|
@@ -1506,6 +1514,7 @@ class ExecutionApi:
|
|
|
1506
1514
|
outcome_label: Annotated[Optional[StrictStr], Field(description="Filter by execution result outcome (partial, case-insensitive match)")] = None,
|
|
1507
1515
|
metadata_key: Annotated[Optional[StrictStr], Field(description="Filter by metadata key - must be used together with metadataValue")] = None,
|
|
1508
1516
|
metadata_value: Annotated[Optional[StrictStr], Field(description="Filter by metadata value - must be used together with metadataKey")] = None,
|
|
1517
|
+
workflow_version: Annotated[Optional[StrictInt], Field(description="Filter by workflow version number")] = None,
|
|
1509
1518
|
sort_field: Optional[AgentsExecutionSortField] = None,
|
|
1510
1519
|
sort_direction: Optional[CommonSortDirection] = None,
|
|
1511
1520
|
_request_timeout: Union[
|
|
@@ -1549,6 +1558,8 @@ class ExecutionApi:
|
|
|
1549
1558
|
:type metadata_key: str
|
|
1550
1559
|
:param metadata_value: Filter by metadata value - must be used together with metadataKey
|
|
1551
1560
|
:type metadata_value: str
|
|
1561
|
+
:param workflow_version: Filter by workflow version number
|
|
1562
|
+
:type workflow_version: int
|
|
1552
1563
|
:param sort_field:
|
|
1553
1564
|
:type sort_field: AgentsExecutionSortField
|
|
1554
1565
|
:param sort_direction:
|
|
@@ -1588,6 +1599,7 @@ class ExecutionApi:
|
|
|
1588
1599
|
outcome_label=outcome_label,
|
|
1589
1600
|
metadata_key=metadata_key,
|
|
1590
1601
|
metadata_value=metadata_value,
|
|
1602
|
+
workflow_version=workflow_version,
|
|
1591
1603
|
sort_field=sort_field,
|
|
1592
1604
|
sort_direction=sort_direction,
|
|
1593
1605
|
_request_auth=_request_auth,
|
|
@@ -1625,6 +1637,7 @@ class ExecutionApi:
|
|
|
1625
1637
|
outcome_label,
|
|
1626
1638
|
metadata_key,
|
|
1627
1639
|
metadata_value,
|
|
1640
|
+
workflow_version,
|
|
1628
1641
|
sort_field,
|
|
1629
1642
|
sort_direction,
|
|
1630
1643
|
_request_auth,
|
|
@@ -1717,6 +1730,10 @@ class ExecutionApi:
|
|
|
1717
1730
|
|
|
1718
1731
|
_query_params.append(('metadataValue', metadata_value))
|
|
1719
1732
|
|
|
1733
|
+
if workflow_version is not None:
|
|
1734
|
+
|
|
1735
|
+
_query_params.append(('workflowVersion', workflow_version))
|
|
1736
|
+
|
|
1720
1737
|
if sort_field is not None:
|
|
1721
1738
|
|
|
1722
1739
|
_query_params.append(('sortField', sort_field.value))
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/api/agent_profiles_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_agent_base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/agents_files_file.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/common_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey/models/common_os_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey.egg-info/requires.txt
RENAMED
|
File without changes
|
{asteroid_odyssey-1.6.4 → asteroid_odyssey-1.6.17}/src/asteroid_odyssey.egg-info/top_level.txt
RENAMED
|
File without changes
|