asteroid-odyssey 1.6.89__tar.gz → 1.6.124__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.89 → asteroid_odyssey-1.6.124}/PKG-INFO +1 -1
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/pyproject.toml +1 -1
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_list_item.py +5 -1
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_profile_agent_profile.py +3 -1
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_profile_create_agent_profile_request.py +3 -1
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_profile_update_agent_profile_request.py +3 -1
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey.egg-info/PKG-INFO +1 -1
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/README.md +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/setup.cfg +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/__init__.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/api/__init__.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/api/agent_profiles_api.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/api/agents_api.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/api/execution_api.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/api/files_api.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/api_client.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/api_response.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/configuration.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/exceptions.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/__init__.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agent_list200_response.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agent_profile_clear_browser_cache200_response.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agent_profiles_list200_response.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_agent_base.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_agent_execute_agent_request.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_agent_execute_agent_response.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_agent_sort_field.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_action_name.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_activity.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_activity_action_completed_info.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_activity_action_completed_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_activity_action_failed_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_activity_action_started_info.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_activity_action_started_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_activity_continued_on_node_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_activity_file_added_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_activity_generic_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_activity_payload_union.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_activity_playwright_script_generated_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_activity_reasoning_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_activity_status_changed_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_activity_step_completed_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_activity_step_started_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_activity_transitioned_node_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_activity_user_message_received_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_activity_workflow_updated_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_agent_query_context_completed_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_agent_query_context_started_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_awaiting_confirmation_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_cancel_reason.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_cancelled_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_comment.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_completed_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_element_file_upload_completed_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_execution_result.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_ext_api_call_completed_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_ext_get_mail_completed_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_failed_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_file_list_completed_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_file_read_completed_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_file_stage_completed_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_human_label.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_llm_call_purpose.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_llm_call_started_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_nav_to_completed_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_nav_to_started_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_node_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_node_output_item.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_obs_snapshot_with_selectors_completed_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_paused_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_rules_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_scratchpad_read_completed_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_scratchpad_read_started_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_scratchpad_write_completed_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_scratchpad_write_started_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_script_eval_completed_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_script_eval_started_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_script_hybrid_playwright_completed_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_script_hybrid_playwright_started_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_script_pad_run_function_completed_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_script_playwright_completed_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_script_playwright_started_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_scriptpad_read_completed_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_scriptpad_read_started_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_scriptpad_run_function_started_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_scriptpad_search_replace_completed_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_scriptpad_search_replace_started_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_scriptpad_write_completed_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_sort_field.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_status.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_terminal_payload.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_transition_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_update_execution_status_request.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_update_type.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_updateable_status.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_user_messages_add_text_body.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_util_get_datetime_completed_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_util_get_datetime_started_details.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_execution_workflow_update.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_files_file.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_files_temp_file.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_files_temp_files_response.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_graph_models_nodes_properties_playwright_script_llm_var.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_graph_models_nodes_properties_playwright_script_llm_var_type.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_graph_models_transitions_transition_type.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_profile_cookie.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_profile_country_code.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_profile_credential.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_profile_credential_update.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_profile_custom_proxy_config_input.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_profile_custom_proxy_config_output.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_profile_operating_system.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_profile_proxy_mode.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_profile_proxy_type.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_profile_same_site.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/agents_profile_sort_field.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/common_bad_request_error_body.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/common_error.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/common_forbidden_error_body.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/common_internal_server_error_body.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/common_not_found_error_body.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/common_os_error.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/common_sort_direction.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/common_unauthorized_error_body.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/executions_list200_response.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/version.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/py.typed +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/rest.py +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey.egg-info/SOURCES.txt +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey.egg-info/dependency_links.txt +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey.egg-info/requires.txt +0 -0
- {asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey.egg-info/top_level.txt +0 -0
|
@@ -40,6 +40,8 @@ class AgentsExecutionListItem(BaseModel):
|
|
|
40
40
|
organization_id: StrictStr = Field(description="The organization this execution belongs to", alias="organizationId")
|
|
41
41
|
agent_name: StrictStr = Field(description="The agent display name", alias="agentName")
|
|
42
42
|
agent_profile_name: Optional[StrictStr] = Field(default=None, description="The name of the agent profile used for this execution (if any)", alias="agentProfileName")
|
|
43
|
+
agent_profile_id: Optional[StrictStr] = Field(default=None, description="The ID of the agent profile used for this execution (if any)", alias="agentProfileId")
|
|
44
|
+
inputs: Optional[Dict[str, Any]] = Field(default=None, description="Input variables used for this execution")
|
|
43
45
|
execution_result: Optional[AgentsExecutionExecutionResult] = Field(default=None, description="Execution result with outcome, reasoning, and result data", alias="executionResult")
|
|
44
46
|
duration: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="Execution duration in seconds (only present for terminal executions)")
|
|
45
47
|
human_labels: List[AgentsExecutionHumanLabel] = Field(description="Human-applied labels for this execution", alias="humanLabels")
|
|
@@ -47,7 +49,7 @@ class AgentsExecutionListItem(BaseModel):
|
|
|
47
49
|
metadata: Optional[Dict[str, Any]] = Field(default=None, description="Optional metadata key-value pairs attached to this execution")
|
|
48
50
|
browser_recording_url: Optional[StrictStr] = Field(default=None, description="Browser recording URL (if a browser session was used and execution is terminal)", alias="browserRecordingUrl")
|
|
49
51
|
browser_live_view_url: Optional[StrictStr] = Field(default=None, description="Browser live view URL for debugging (if a browser session is active and execution is running)", alias="browserLiveViewUrl")
|
|
50
|
-
__properties: ClassVar[List[str]] = ["id", "agentId", "workflowId", "status", "createdAt", "terminalAt", "organizationId", "agentName", "agentProfileName", "executionResult", "duration", "humanLabels", "comments", "metadata", "browserRecordingUrl", "browserLiveViewUrl"]
|
|
52
|
+
__properties: ClassVar[List[str]] = ["id", "agentId", "workflowId", "status", "createdAt", "terminalAt", "organizationId", "agentName", "agentProfileName", "agentProfileId", "inputs", "executionResult", "duration", "humanLabels", "comments", "metadata", "browserRecordingUrl", "browserLiveViewUrl"]
|
|
51
53
|
|
|
52
54
|
model_config = ConfigDict(
|
|
53
55
|
populate_by_name=True,
|
|
@@ -126,6 +128,8 @@ class AgentsExecutionListItem(BaseModel):
|
|
|
126
128
|
"organizationId": obj.get("organizationId"),
|
|
127
129
|
"agentName": obj.get("agentName"),
|
|
128
130
|
"agentProfileName": obj.get("agentProfileName"),
|
|
131
|
+
"agentProfileId": obj.get("agentProfileId"),
|
|
132
|
+
"inputs": obj.get("inputs"),
|
|
129
133
|
"executionResult": AgentsExecutionExecutionResult.from_dict(obj["executionResult"]) if obj.get("executionResult") is not None else None,
|
|
130
134
|
"duration": obj.get("duration"),
|
|
131
135
|
"humanLabels": [AgentsExecutionHumanLabel.from_dict(_item) for _item in obj["humanLabels"]] if obj.get("humanLabels") is not None else None,
|
|
@@ -51,11 +51,12 @@ class AgentsProfileAgentProfile(BaseModel):
|
|
|
51
51
|
popup_blocker_active: StrictBool = Field(description="Whether to enable popup blocking (requires adblock to be active)", alias="popupBlockerActive")
|
|
52
52
|
force_popups_as_tabs_active: StrictBool = Field(description="Whether to force popups to open as tabs", alias="forcePopupsAsTabsActive")
|
|
53
53
|
media_blocker_active: StrictBool = Field(description="Whether to enable media blocking (images, videos, etc.)", alias="mediaBlockerActive")
|
|
54
|
+
pdf_viewer_active: StrictBool = Field(description="Whether to enable the built-in PDF viewer (if disabled, PDFs are downloaded)", alias="pdfViewerActive")
|
|
54
55
|
credentials: List[AgentsProfileCredential] = Field(description="List of credentials associated with this profile")
|
|
55
56
|
cookies: List[AgentsProfileCookie] = Field(description="List of cookies associated with this profile")
|
|
56
57
|
created_at: datetime = Field(description="When the profile was created", alias="createdAt")
|
|
57
58
|
updated_at: datetime = Field(description="When the profile was last updated", alias="updatedAt")
|
|
58
|
-
__properties: ClassVar[List[str]] = ["id", "name", "description", "organizationId", "proxyMode", "proxyCC", "proxyType", "customProxy", "captchaSolverActive", "stickyIP", "operatingSystem", "extraStealth", "cachePersistence", "adblockActive", "popupBlockerActive", "forcePopupsAsTabsActive", "mediaBlockerActive", "credentials", "cookies", "createdAt", "updatedAt"]
|
|
59
|
+
__properties: ClassVar[List[str]] = ["id", "name", "description", "organizationId", "proxyMode", "proxyCC", "proxyType", "customProxy", "captchaSolverActive", "stickyIP", "operatingSystem", "extraStealth", "cachePersistence", "adblockActive", "popupBlockerActive", "forcePopupsAsTabsActive", "mediaBlockerActive", "pdfViewerActive", "credentials", "cookies", "createdAt", "updatedAt"]
|
|
59
60
|
|
|
60
61
|
model_config = ConfigDict(
|
|
61
62
|
populate_by_name=True,
|
|
@@ -142,6 +143,7 @@ class AgentsProfileAgentProfile(BaseModel):
|
|
|
142
143
|
"popupBlockerActive": obj.get("popupBlockerActive"),
|
|
143
144
|
"forcePopupsAsTabsActive": obj.get("forcePopupsAsTabsActive"),
|
|
144
145
|
"mediaBlockerActive": obj.get("mediaBlockerActive"),
|
|
146
|
+
"pdfViewerActive": obj.get("pdfViewerActive"),
|
|
145
147
|
"credentials": [AgentsProfileCredential.from_dict(_item) for _item in obj["credentials"]] if obj.get("credentials") is not None else None,
|
|
146
148
|
"cookies": [AgentsProfileCookie.from_dict(_item) for _item in obj["cookies"]] if obj.get("cookies") is not None else None,
|
|
147
149
|
"createdAt": obj.get("createdAt"),
|
|
@@ -50,9 +50,10 @@ class AgentsProfileCreateAgentProfileRequest(BaseModel):
|
|
|
50
50
|
popup_blocker_active: Optional[StrictBool] = Field(default=False, description="Whether to enable popup blocking (requires adblock to be active)", alias="popupBlockerActive")
|
|
51
51
|
force_popups_as_tabs_active: Optional[StrictBool] = Field(default=True, description="Whether to force popups to open as tabs", alias="forcePopupsAsTabsActive")
|
|
52
52
|
media_blocker_active: Optional[StrictBool] = Field(default=False, description="Whether to enable media blocking (images, videos, etc.)", alias="mediaBlockerActive")
|
|
53
|
+
pdf_viewer_active: Optional[StrictBool] = Field(default=False, description="Whether to enable the built-in PDF viewer (if disabled, PDFs are downloaded)", alias="pdfViewerActive")
|
|
53
54
|
credentials: Optional[List[AgentsProfileCredential]] = Field(default=None, description="Initial credentials to create with the profile")
|
|
54
55
|
cookies: Optional[List[AgentsProfileCookie]] = Field(default=None, description="Initial cookies to create with the profile")
|
|
55
|
-
__properties: ClassVar[List[str]] = ["name", "description", "organizationId", "proxyMode", "proxyCC", "proxyType", "customProxy", "captchaSolverActive", "stickyIP", "operatingSystem", "extraStealth", "cachePersistence", "adblockActive", "popupBlockerActive", "forcePopupsAsTabsActive", "mediaBlockerActive", "credentials", "cookies"]
|
|
56
|
+
__properties: ClassVar[List[str]] = ["name", "description", "organizationId", "proxyMode", "proxyCC", "proxyType", "customProxy", "captchaSolverActive", "stickyIP", "operatingSystem", "extraStealth", "cachePersistence", "adblockActive", "popupBlockerActive", "forcePopupsAsTabsActive", "mediaBlockerActive", "pdfViewerActive", "credentials", "cookies"]
|
|
56
57
|
|
|
57
58
|
model_config = ConfigDict(
|
|
58
59
|
populate_by_name=True,
|
|
@@ -138,6 +139,7 @@ class AgentsProfileCreateAgentProfileRequest(BaseModel):
|
|
|
138
139
|
"popupBlockerActive": obj.get("popupBlockerActive") if obj.get("popupBlockerActive") is not None else False,
|
|
139
140
|
"forcePopupsAsTabsActive": obj.get("forcePopupsAsTabsActive") if obj.get("forcePopupsAsTabsActive") is not None else True,
|
|
140
141
|
"mediaBlockerActive": obj.get("mediaBlockerActive") if obj.get("mediaBlockerActive") is not None else False,
|
|
142
|
+
"pdfViewerActive": obj.get("pdfViewerActive") if obj.get("pdfViewerActive") is not None else False,
|
|
141
143
|
"credentials": [AgentsProfileCredential.from_dict(_item) for _item in obj["credentials"]] if obj.get("credentials") is not None else None,
|
|
142
144
|
"cookies": [AgentsProfileCookie.from_dict(_item) for _item in obj["cookies"]] if obj.get("cookies") is not None else None
|
|
143
145
|
})
|
|
@@ -49,12 +49,13 @@ class AgentsProfileUpdateAgentProfileRequest(BaseModel):
|
|
|
49
49
|
popup_blocker_active: Optional[StrictBool] = Field(default=None, description="Whether to enable popup blocking (requires adblock to be active)", alias="popupBlockerActive")
|
|
50
50
|
force_popups_as_tabs_active: Optional[StrictBool] = Field(default=None, description="Whether to force popups to open as tabs", alias="forcePopupsAsTabsActive")
|
|
51
51
|
media_blocker_active: Optional[StrictBool] = Field(default=None, description="Whether to enable media blocking (images, videos, etc.)", alias="mediaBlockerActive")
|
|
52
|
+
pdf_viewer_active: Optional[StrictBool] = Field(default=None, description="Whether to enable the built-in PDF viewer (if disabled, PDFs are downloaded)", alias="pdfViewerActive")
|
|
52
53
|
credentials_to_add: Optional[List[AgentsProfileCredential]] = Field(default=None, description="Credentials to add to the profile", alias="credentialsToAdd")
|
|
53
54
|
credentials_to_update: Optional[List[AgentsProfileCredentialUpdate]] = Field(default=None, description="Credentials to update by name (matched case-insensitively)", alias="credentialsToUpdate")
|
|
54
55
|
credentials_to_delete: Optional[List[StrictStr]] = Field(default=None, description="IDs of credentials to remove from the profile", alias="credentialsToDelete")
|
|
55
56
|
cookies_to_add: Optional[List[AgentsProfileCookie]] = Field(default=None, description="Cookies to add to the profile", alias="cookiesToAdd")
|
|
56
57
|
cookies_to_delete: Optional[List[StrictStr]] = Field(default=None, description="IDs of cookies to remove from the profile", alias="cookiesToDelete")
|
|
57
|
-
__properties: ClassVar[List[str]] = ["name", "description", "proxyMode", "proxyCC", "proxyType", "customProxy", "captchaSolverActive", "operatingSystem", "extraStealth", "cachePersistence", "adblockActive", "popupBlockerActive", "forcePopupsAsTabsActive", "mediaBlockerActive", "credentialsToAdd", "credentialsToUpdate", "credentialsToDelete", "cookiesToAdd", "cookiesToDelete"]
|
|
58
|
+
__properties: ClassVar[List[str]] = ["name", "description", "proxyMode", "proxyCC", "proxyType", "customProxy", "captchaSolverActive", "operatingSystem", "extraStealth", "cachePersistence", "adblockActive", "popupBlockerActive", "forcePopupsAsTabsActive", "mediaBlockerActive", "pdfViewerActive", "credentialsToAdd", "credentialsToUpdate", "credentialsToDelete", "cookiesToAdd", "cookiesToDelete"]
|
|
58
59
|
|
|
59
60
|
model_config = ConfigDict(
|
|
60
61
|
populate_by_name=True,
|
|
@@ -145,6 +146,7 @@ class AgentsProfileUpdateAgentProfileRequest(BaseModel):
|
|
|
145
146
|
"popupBlockerActive": obj.get("popupBlockerActive"),
|
|
146
147
|
"forcePopupsAsTabsActive": obj.get("forcePopupsAsTabsActive"),
|
|
147
148
|
"mediaBlockerActive": obj.get("mediaBlockerActive"),
|
|
149
|
+
"pdfViewerActive": obj.get("pdfViewerActive"),
|
|
148
150
|
"credentialsToAdd": [AgentsProfileCredential.from_dict(_item) for _item in obj["credentialsToAdd"]] if obj.get("credentialsToAdd") is not None else None,
|
|
149
151
|
"credentialsToUpdate": [AgentsProfileCredentialUpdate.from_dict(_item) for _item in obj["credentialsToUpdate"]] if obj.get("credentialsToUpdate") is not None else None,
|
|
150
152
|
"credentialsToDelete": obj.get("credentialsToDelete"),
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/api/agent_profiles_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/api/execution_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/__init__.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
|
|
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.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey/models/common_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/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.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey.egg-info/requires.txt
RENAMED
|
File without changes
|
{asteroid_odyssey-1.6.89 → asteroid_odyssey-1.6.124}/src/asteroid_odyssey.egg-info/top_level.txt
RENAMED
|
File without changes
|