asteroid-odyssey 1.3.9__tar.gz → 1.3.10__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.
Files changed (139) hide show
  1. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/PKG-INFO +1 -1
  2. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/pyproject.toml +1 -1
  3. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/__init__.py +2 -0
  4. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/api/execution_api.py +24 -0
  5. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/__init__.py +2 -0
  6. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_list_item.py +4 -2
  7. asteroid_odyssey-1.3.10/src/asteroid_odyssey/agents_v2_gen/models/common_internal_server_error_body.py +96 -0
  8. asteroid_odyssey-1.3.10/src/asteroid_odyssey/agents_v2_gen/models/common_unauthorized_error_body.py +96 -0
  9. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/client.py +194 -17
  10. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey.egg-info/PKG-INFO +1 -1
  11. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey.egg-info/SOURCES.txt +2 -0
  12. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/README.md +0 -0
  13. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/setup.cfg +0 -0
  14. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/__init__.py +0 -0
  15. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/__init__.py +0 -0
  16. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/api/__init__.py +0 -0
  17. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/api/agent_profile_api.py +0 -0
  18. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/api/api_api.py +0 -0
  19. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/api/execution_api.py +0 -0
  20. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/api_client.py +0 -0
  21. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/api_response.py +0 -0
  22. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/configuration.py +0 -0
  23. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/exceptions.py +0 -0
  24. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/models/__init__.py +0 -0
  25. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/models/agent_profile.py +0 -0
  26. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/models/browser_session_recording_response.py +0 -0
  27. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/models/cookie.py +0 -0
  28. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/models/country_code.py +0 -0
  29. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/models/create_agent_profile_request.py +0 -0
  30. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/models/credential.py +0 -0
  31. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/models/delete_agent_profile200_response.py +0 -0
  32. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/models/error_response.py +0 -0
  33. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/models/execution_response.py +0 -0
  34. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/models/execution_result.py +0 -0
  35. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/models/execution_result_response.py +0 -0
  36. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/models/execution_status_response.py +0 -0
  37. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/models/health_check200_response.py +0 -0
  38. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/models/health_check500_response.py +0 -0
  39. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/models/proxy_type.py +0 -0
  40. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/models/status.py +0 -0
  41. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/models/structured_agent_execution_request.py +0 -0
  42. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/models/update_agent_profile_request.py +0 -0
  43. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/py.typed +0 -0
  44. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v1_gen/rest.py +0 -0
  45. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/api/__init__.py +0 -0
  46. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/api/agents_api.py +0 -0
  47. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/api/files_api.py +0 -0
  48. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/api_client.py +0 -0
  49. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/api_response.py +0 -0
  50. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/configuration.py +0 -0
  51. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/exceptions.py +0 -0
  52. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agent_list200_response.py +0 -0
  53. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_agent_base.py +0 -0
  54. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_agent_execute_agent_request.py +0 -0
  55. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_agent_execute_agent_response.py +0 -0
  56. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_agent_sort_field.py +0 -0
  57. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_action_name.py +0 -0
  58. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity.py +0 -0
  59. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_action_completed_info.py +0 -0
  60. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_action_completed_payload.py +0 -0
  61. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_action_failed_payload.py +0 -0
  62. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_action_started_info.py +0 -0
  63. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_action_started_payload.py +0 -0
  64. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_file_added_payload.py +0 -0
  65. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_generic_payload.py +0 -0
  66. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_payload_union.py +0 -0
  67. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_playwright_script_generated_payload.py +0 -0
  68. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_reasoning_payload.py +0 -0
  69. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_status_changed_payload.py +0 -0
  70. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_step_completed_payload.py +0 -0
  71. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_step_started_payload.py +0 -0
  72. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_transitioned_node_payload.py +0 -0
  73. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_user_message_received_payload.py +0 -0
  74. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_workflow_updated_payload.py +0 -0
  75. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_awaiting_confirmation_payload.py +0 -0
  76. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_cancel_reason.py +0 -0
  77. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_cancelled_payload.py +0 -0
  78. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_comment.py +0 -0
  79. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_completed_payload.py +0 -0
  80. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_element_file_upload_completed_details.py +0 -0
  81. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_execution_result.py +0 -0
  82. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_ext_api_call_completed_details.py +0 -0
  83. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_ext_get_mail_completed_details.py +0 -0
  84. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_failed_payload.py +0 -0
  85. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_file_list_completed_details.py +0 -0
  86. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_file_read_completed_details.py +0 -0
  87. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_file_stage_completed_details.py +0 -0
  88. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_human_label.py +0 -0
  89. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_llm_call_purpose.py +0 -0
  90. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_llm_call_started_details.py +0 -0
  91. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_nav_to_completed_details.py +0 -0
  92. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_nav_to_started_details.py +0 -0
  93. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_node_details.py +0 -0
  94. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_obs_snapshot_with_selectors_completed_details.py +0 -0
  95. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_paused_payload.py +0 -0
  96. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_rules_details.py +0 -0
  97. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scratchpad_read_completed_details.py +0 -0
  98. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scratchpad_read_started_details.py +0 -0
  99. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scratchpad_write_completed_details.py +0 -0
  100. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scratchpad_write_started_details.py +0 -0
  101. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_script_hybrid_playwright_completed_details.py +0 -0
  102. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_script_hybrid_playwright_started_details.py +0 -0
  103. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_script_pad_run_function_completed_details.py +0 -0
  104. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_script_playwright_completed_details.py +0 -0
  105. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_script_playwright_started_details.py +0 -0
  106. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scriptpad_read_completed_details.py +0 -0
  107. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scriptpad_read_started_details.py +0 -0
  108. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scriptpad_run_function_started_details.py +0 -0
  109. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scriptpad_search_replace_completed_details.py +0 -0
  110. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scriptpad_search_replace_started_details.py +0 -0
  111. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scriptpad_write_completed_details.py +0 -0
  112. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_sort_field.py +0 -0
  113. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_status.py +0 -0
  114. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_terminal_payload.py +0 -0
  115. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_transition_details.py +0 -0
  116. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_update_type.py +0 -0
  117. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_user_messages_add_text_body.py +0 -0
  118. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_util_get_datetime_completed_details.py +0 -0
  119. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_util_get_datetime_started_details.py +0 -0
  120. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_workflow_update.py +0 -0
  121. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_files_file.py +0 -0
  122. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_files_temp_file.py +0 -0
  123. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_files_temp_files_response.py +0 -0
  124. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_graph_models_nodes_properties_playwright_script_llm_var.py +0 -0
  125. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_graph_models_nodes_properties_playwright_script_llm_var_type.py +0 -0
  126. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/agents_graph_models_transitions_transition_type.py +0 -0
  127. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/common_bad_request_error_body.py +0 -0
  128. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/common_error.py +0 -0
  129. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/common_forbidden_error_body.py +0 -0
  130. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/common_not_found_error_body.py +0 -0
  131. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/common_os_error.py +0 -0
  132. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/common_sort_direction.py +0 -0
  133. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/executions_list200_response.py +0 -0
  134. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/models/version.py +0 -0
  135. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/py.typed +0 -0
  136. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey/agents_v2_gen/rest.py +0 -0
  137. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey.egg-info/dependency_links.txt +0 -0
  138. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey.egg-info/requires.txt +0 -0
  139. {asteroid_odyssey-1.3.9 → asteroid_odyssey-1.3.10}/src/asteroid_odyssey.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: asteroid-odyssey
3
- Version: 1.3.9
3
+ Version: 1.3.10
4
4
  Summary: A Python SDK for browser automation using Asteroid platform.
5
5
  Author-email: David Mlcoch <founders@asteroid.com>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "asteroid-odyssey"
3
- version = "1.3.9"
3
+ version = "1.3.10"
4
4
  authors = [
5
5
  { name = "David Mlcoch", email = "founders@asteroid.com" },
6
6
  ]
@@ -112,8 +112,10 @@ from asteroid_odyssey.agents_v2_gen.models.agents_graph_models_transitions_trans
112
112
  from asteroid_odyssey.agents_v2_gen.models.common_bad_request_error_body import CommonBadRequestErrorBody
113
113
  from asteroid_odyssey.agents_v2_gen.models.common_error import CommonError
114
114
  from asteroid_odyssey.agents_v2_gen.models.common_forbidden_error_body import CommonForbiddenErrorBody
115
+ from asteroid_odyssey.agents_v2_gen.models.common_internal_server_error_body import CommonInternalServerErrorBody
115
116
  from asteroid_odyssey.agents_v2_gen.models.common_not_found_error_body import CommonNotFoundErrorBody
116
117
  from asteroid_odyssey.agents_v2_gen.models.common_os_error import CommonOSError
117
118
  from asteroid_odyssey.agents_v2_gen.models.common_sort_direction import CommonSortDirection
119
+ from asteroid_odyssey.agents_v2_gen.models.common_unauthorized_error_body import CommonUnauthorizedErrorBody
118
120
  from asteroid_odyssey.agents_v2_gen.models.executions_list200_response import ExecutionsList200Response
119
121
  from asteroid_odyssey.agents_v2_gen.models.version import Version
@@ -110,8 +110,10 @@ class ExecutionApi:
110
110
  _response_types_map: Dict[str, Optional[str]] = {
111
111
  '200': "List[AgentsExecutionActivity]",
112
112
  '400': "CommonBadRequestErrorBody",
113
+ '401': "CommonUnauthorizedErrorBody",
113
114
  '403': "CommonForbiddenErrorBody",
114
115
  '404': "CommonNotFoundErrorBody",
116
+ '500': "CommonInternalServerErrorBody",
115
117
  }
116
118
  response_data = self.api_client.call_api(
117
119
  *_param,
@@ -188,8 +190,10 @@ class ExecutionApi:
188
190
  _response_types_map: Dict[str, Optional[str]] = {
189
191
  '200': "List[AgentsExecutionActivity]",
190
192
  '400': "CommonBadRequestErrorBody",
193
+ '401': "CommonUnauthorizedErrorBody",
191
194
  '403': "CommonForbiddenErrorBody",
192
195
  '404': "CommonNotFoundErrorBody",
196
+ '500': "CommonInternalServerErrorBody",
193
197
  }
194
198
  response_data = self.api_client.call_api(
195
199
  *_param,
@@ -266,8 +270,10 @@ class ExecutionApi:
266
270
  _response_types_map: Dict[str, Optional[str]] = {
267
271
  '200': "List[AgentsExecutionActivity]",
268
272
  '400': "CommonBadRequestErrorBody",
273
+ '401': "CommonUnauthorizedErrorBody",
269
274
  '403': "CommonForbiddenErrorBody",
270
275
  '404': "CommonNotFoundErrorBody",
276
+ '500': "CommonInternalServerErrorBody",
271
277
  }
272
278
  response_data = self.api_client.call_api(
273
279
  *_param,
@@ -406,8 +412,10 @@ class ExecutionApi:
406
412
  _response_types_map: Dict[str, Optional[str]] = {
407
413
  '200': "AgentsExecutionListItem",
408
414
  '400': "CommonBadRequestErrorBody",
415
+ '401': "CommonUnauthorizedErrorBody",
409
416
  '403': "CommonForbiddenErrorBody",
410
417
  '404': "CommonNotFoundErrorBody",
418
+ '500': "CommonInternalServerErrorBody",
411
419
  }
412
420
  response_data = self.api_client.call_api(
413
421
  *_param,
@@ -476,8 +484,10 @@ class ExecutionApi:
476
484
  _response_types_map: Dict[str, Optional[str]] = {
477
485
  '200': "AgentsExecutionListItem",
478
486
  '400': "CommonBadRequestErrorBody",
487
+ '401': "CommonUnauthorizedErrorBody",
479
488
  '403': "CommonForbiddenErrorBody",
480
489
  '404': "CommonNotFoundErrorBody",
490
+ '500': "CommonInternalServerErrorBody",
481
491
  }
482
492
  response_data = self.api_client.call_api(
483
493
  *_param,
@@ -546,8 +556,10 @@ class ExecutionApi:
546
556
  _response_types_map: Dict[str, Optional[str]] = {
547
557
  '200': "AgentsExecutionListItem",
548
558
  '400': "CommonBadRequestErrorBody",
559
+ '401': "CommonUnauthorizedErrorBody",
549
560
  '403': "CommonForbiddenErrorBody",
550
561
  '404': "CommonNotFoundErrorBody",
562
+ '500': "CommonInternalServerErrorBody",
551
563
  }
552
564
  response_data = self.api_client.call_api(
553
565
  *_param,
@@ -680,8 +692,10 @@ class ExecutionApi:
680
692
  _response_types_map: Dict[str, Optional[str]] = {
681
693
  '201': "str",
682
694
  '400': "CommonBadRequestErrorBody",
695
+ '401': "CommonUnauthorizedErrorBody",
683
696
  '403': "CommonForbiddenErrorBody",
684
697
  '404': "CommonNotFoundErrorBody",
698
+ '500': "CommonInternalServerErrorBody",
685
699
  }
686
700
  response_data = self.api_client.call_api(
687
701
  *_param,
@@ -754,8 +768,10 @@ class ExecutionApi:
754
768
  _response_types_map: Dict[str, Optional[str]] = {
755
769
  '201': "str",
756
770
  '400': "CommonBadRequestErrorBody",
771
+ '401': "CommonUnauthorizedErrorBody",
757
772
  '403': "CommonForbiddenErrorBody",
758
773
  '404': "CommonNotFoundErrorBody",
774
+ '500': "CommonInternalServerErrorBody",
759
775
  }
760
776
  response_data = self.api_client.call_api(
761
777
  *_param,
@@ -828,8 +844,10 @@ class ExecutionApi:
828
844
  _response_types_map: Dict[str, Optional[str]] = {
829
845
  '201': "str",
830
846
  '400': "CommonBadRequestErrorBody",
847
+ '401': "CommonUnauthorizedErrorBody",
831
848
  '403': "CommonForbiddenErrorBody",
832
849
  '404': "CommonNotFoundErrorBody",
850
+ '500': "CommonInternalServerErrorBody",
833
851
  }
834
852
  response_data = self.api_client.call_api(
835
853
  *_param,
@@ -1031,8 +1049,10 @@ class ExecutionApi:
1031
1049
  _response_types_map: Dict[str, Optional[str]] = {
1032
1050
  '200': "ExecutionsList200Response",
1033
1051
  '400': "CommonBadRequestErrorBody",
1052
+ '401': "CommonUnauthorizedErrorBody",
1034
1053
  '403': "CommonForbiddenErrorBody",
1035
1054
  '404': "CommonNotFoundErrorBody",
1055
+ '500': "CommonInternalServerErrorBody",
1036
1056
  }
1037
1057
  response_data = self.api_client.call_api(
1038
1058
  *_param,
@@ -1157,8 +1177,10 @@ class ExecutionApi:
1157
1177
  _response_types_map: Dict[str, Optional[str]] = {
1158
1178
  '200': "ExecutionsList200Response",
1159
1179
  '400': "CommonBadRequestErrorBody",
1180
+ '401': "CommonUnauthorizedErrorBody",
1160
1181
  '403': "CommonForbiddenErrorBody",
1161
1182
  '404': "CommonNotFoundErrorBody",
1183
+ '500': "CommonInternalServerErrorBody",
1162
1184
  }
1163
1185
  response_data = self.api_client.call_api(
1164
1186
  *_param,
@@ -1283,8 +1305,10 @@ class ExecutionApi:
1283
1305
  _response_types_map: Dict[str, Optional[str]] = {
1284
1306
  '200': "ExecutionsList200Response",
1285
1307
  '400': "CommonBadRequestErrorBody",
1308
+ '401': "CommonUnauthorizedErrorBody",
1286
1309
  '403': "CommonForbiddenErrorBody",
1287
1310
  '404': "CommonNotFoundErrorBody",
1311
+ '500': "CommonInternalServerErrorBody",
1288
1312
  }
1289
1313
  response_data = self.api_client.call_api(
1290
1314
  *_param,
@@ -93,8 +93,10 @@ from asteroid_odyssey.agents_v2_gen.models.agents_graph_models_transitions_trans
93
93
  from asteroid_odyssey.agents_v2_gen.models.common_bad_request_error_body import CommonBadRequestErrorBody
94
94
  from asteroid_odyssey.agents_v2_gen.models.common_error import CommonError
95
95
  from asteroid_odyssey.agents_v2_gen.models.common_forbidden_error_body import CommonForbiddenErrorBody
96
+ from asteroid_odyssey.agents_v2_gen.models.common_internal_server_error_body import CommonInternalServerErrorBody
96
97
  from asteroid_odyssey.agents_v2_gen.models.common_not_found_error_body import CommonNotFoundErrorBody
97
98
  from asteroid_odyssey.agents_v2_gen.models.common_os_error import CommonOSError
98
99
  from asteroid_odyssey.agents_v2_gen.models.common_sort_direction import CommonSortDirection
100
+ from asteroid_odyssey.agents_v2_gen.models.common_unauthorized_error_body import CommonUnauthorizedErrorBody
99
101
  from asteroid_odyssey.agents_v2_gen.models.executions_list200_response import ExecutionsList200Response
100
102
  from asteroid_odyssey.agents_v2_gen.models.version import Version
@@ -36,7 +36,8 @@ class AgentsExecutionListItem(BaseModel):
36
36
  agent_profile_name: Optional[StrictStr] = Field(default=None, description="The name of the agent profile used for this execution (if any)", alias="agentProfileName")
37
37
  agent_version: StrictInt = Field(description="The version of the agent that was executed", alias="agentVersion")
38
38
  agent_version_dirty: StrictBool = Field(description="Whether the agent version was modified from the original", alias="agentVersionDirty")
39
- browser_recording_url: Optional[StrictStr] = Field(default=None, description="Browser recording URL (if a browser session was used)", alias="browserRecordingUrl")
39
+ 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")
40
+ browser_recording_url: Optional[StrictStr] = Field(default=None, description="Browser recording URL (if a browser session was used and execution is terminal)", alias="browserRecordingUrl")
40
41
  comments: List[AgentsExecutionComment] = Field(description="Comments on this execution")
41
42
  created_at: datetime = Field(description="When the execution was created", alias="createdAt")
42
43
  duration: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="Execution duration in seconds (only present for terminal executions)")
@@ -48,7 +49,7 @@ class AgentsExecutionListItem(BaseModel):
48
49
  status: AgentsExecutionStatus = Field(description="The current status of the execution")
49
50
  terminal_at: Optional[datetime] = Field(default=None, description="When the execution reached a terminal state (if applicable)", alias="terminalAt")
50
51
  workflow_id: StrictStr = Field(description="The ID of the workflow that was executed", alias="workflowId")
51
- __properties: ClassVar[List[str]] = ["agentId", "agentName", "agentProfileName", "agentVersion", "agentVersionDirty", "browserRecordingUrl", "comments", "createdAt", "duration", "executionResult", "humanLabels", "id", "metadata", "organizationId", "status", "terminalAt", "workflowId"]
52
+ __properties: ClassVar[List[str]] = ["agentId", "agentName", "agentProfileName", "agentVersion", "agentVersionDirty", "browserLiveViewUrl", "browserRecordingUrl", "comments", "createdAt", "duration", "executionResult", "humanLabels", "id", "metadata", "organizationId", "status", "terminalAt", "workflowId"]
52
53
 
53
54
  model_config = ConfigDict(
54
55
  populate_by_name=True,
@@ -123,6 +124,7 @@ class AgentsExecutionListItem(BaseModel):
123
124
  "agentProfileName": obj.get("agentProfileName"),
124
125
  "agentVersion": obj.get("agentVersion"),
125
126
  "agentVersionDirty": obj.get("agentVersionDirty"),
127
+ "browserLiveViewUrl": obj.get("browserLiveViewUrl"),
126
128
  "browserRecordingUrl": obj.get("browserRecordingUrl"),
127
129
  "comments": [AgentsExecutionComment.from_dict(_item) for _item in obj["comments"]] if obj.get("comments") is not None else None,
128
130
  "createdAt": obj.get("createdAt"),
@@ -0,0 +1,96 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Agent Service
5
+
6
+ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+
8
+ The version of the OpenAPI document: v1
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict, StrictFloat, StrictInt, StrictStr, field_validator
21
+ from typing import Any, ClassVar, Dict, List, Union
22
+ from typing import Optional, Set
23
+ from typing_extensions import Self
24
+
25
+ class CommonInternalServerErrorBody(BaseModel):
26
+ """
27
+ CommonInternalServerErrorBody
28
+ """ # noqa: E501
29
+ code: Union[StrictFloat, StrictInt]
30
+ message: StrictStr
31
+ __properties: ClassVar[List[str]] = ["code", "message"]
32
+
33
+ @field_validator('code')
34
+ def code_validate_enum(cls, value):
35
+ """Validates the enum"""
36
+ if value not in set([500]):
37
+ raise ValueError("must be one of enum values (500)")
38
+ return value
39
+
40
+ model_config = ConfigDict(
41
+ populate_by_name=True,
42
+ validate_assignment=True,
43
+ protected_namespaces=(),
44
+ )
45
+
46
+
47
+ def to_str(self) -> str:
48
+ """Returns the string representation of the model using alias"""
49
+ return pprint.pformat(self.model_dump(by_alias=True))
50
+
51
+ def to_json(self) -> str:
52
+ """Returns the JSON representation of the model using alias"""
53
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
54
+ return json.dumps(self.to_dict())
55
+
56
+ @classmethod
57
+ def from_json(cls, json_str: str) -> Optional[Self]:
58
+ """Create an instance of CommonInternalServerErrorBody from a JSON string"""
59
+ return cls.from_dict(json.loads(json_str))
60
+
61
+ def to_dict(self) -> Dict[str, Any]:
62
+ """Return the dictionary representation of the model using alias.
63
+
64
+ This has the following differences from calling pydantic's
65
+ `self.model_dump(by_alias=True)`:
66
+
67
+ * `None` is only added to the output dict for nullable fields that
68
+ were set at model initialization. Other fields with value `None`
69
+ are ignored.
70
+ """
71
+ excluded_fields: Set[str] = set([
72
+ ])
73
+
74
+ _dict = self.model_dump(
75
+ by_alias=True,
76
+ exclude=excluded_fields,
77
+ exclude_none=True,
78
+ )
79
+ return _dict
80
+
81
+ @classmethod
82
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
83
+ """Create an instance of CommonInternalServerErrorBody from a dict"""
84
+ if obj is None:
85
+ return None
86
+
87
+ if not isinstance(obj, dict):
88
+ return cls.model_validate(obj)
89
+
90
+ _obj = cls.model_validate({
91
+ "code": obj.get("code"),
92
+ "message": obj.get("message")
93
+ })
94
+ return _obj
95
+
96
+
@@ -0,0 +1,96 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Agent Service
5
+
6
+ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+
8
+ The version of the OpenAPI document: v1
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict, StrictFloat, StrictInt, StrictStr, field_validator
21
+ from typing import Any, ClassVar, Dict, List, Union
22
+ from typing import Optional, Set
23
+ from typing_extensions import Self
24
+
25
+ class CommonUnauthorizedErrorBody(BaseModel):
26
+ """
27
+ CommonUnauthorizedErrorBody
28
+ """ # noqa: E501
29
+ code: Union[StrictFloat, StrictInt]
30
+ message: StrictStr
31
+ __properties: ClassVar[List[str]] = ["code", "message"]
32
+
33
+ @field_validator('code')
34
+ def code_validate_enum(cls, value):
35
+ """Validates the enum"""
36
+ if value not in set([401]):
37
+ raise ValueError("must be one of enum values (401)")
38
+ return value
39
+
40
+ model_config = ConfigDict(
41
+ populate_by_name=True,
42
+ validate_assignment=True,
43
+ protected_namespaces=(),
44
+ )
45
+
46
+
47
+ def to_str(self) -> str:
48
+ """Returns the string representation of the model using alias"""
49
+ return pprint.pformat(self.model_dump(by_alias=True))
50
+
51
+ def to_json(self) -> str:
52
+ """Returns the JSON representation of the model using alias"""
53
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
54
+ return json.dumps(self.to_dict())
55
+
56
+ @classmethod
57
+ def from_json(cls, json_str: str) -> Optional[Self]:
58
+ """Create an instance of CommonUnauthorizedErrorBody from a JSON string"""
59
+ return cls.from_dict(json.loads(json_str))
60
+
61
+ def to_dict(self) -> Dict[str, Any]:
62
+ """Return the dictionary representation of the model using alias.
63
+
64
+ This has the following differences from calling pydantic's
65
+ `self.model_dump(by_alias=True)`:
66
+
67
+ * `None` is only added to the output dict for nullable fields that
68
+ were set at model initialization. Other fields with value `None`
69
+ are ignored.
70
+ """
71
+ excluded_fields: Set[str] = set([
72
+ ])
73
+
74
+ _dict = self.model_dump(
75
+ by_alias=True,
76
+ exclude=excluded_fields,
77
+ exclude_none=True,
78
+ )
79
+ return _dict
80
+
81
+ @classmethod
82
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
83
+ """Create an instance of CommonUnauthorizedErrorBody from a dict"""
84
+ if obj is None:
85
+ return None
86
+
87
+ if not isinstance(obj, dict):
88
+ return cls.model_validate(obj)
89
+
90
+ _obj = cls.model_validate({
91
+ "code": obj.get("code"),
92
+ "message": obj.get("message")
93
+ })
94
+ return _obj
95
+
96
+