asteroid-odyssey 1.3.12__tar.gz → 1.3.13__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.12 → asteroid_odyssey-1.3.13}/PKG-INFO +1 -1
  2. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/pyproject.toml +1 -1
  3. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/__init__.py +44 -10
  4. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey.egg-info/PKG-INFO +1 -1
  5. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/README.md +0 -0
  6. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/setup.cfg +0 -0
  7. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/__init__.py +0 -0
  8. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/api/__init__.py +0 -0
  9. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/api/agent_profile_api.py +0 -0
  10. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/api/api_api.py +0 -0
  11. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/api/execution_api.py +0 -0
  12. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/api_client.py +0 -0
  13. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/api_response.py +0 -0
  14. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/configuration.py +0 -0
  15. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/exceptions.py +0 -0
  16. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/models/__init__.py +0 -0
  17. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/models/agent_profile.py +0 -0
  18. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/models/browser_session_recording_response.py +0 -0
  19. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/models/cookie.py +0 -0
  20. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/models/country_code.py +0 -0
  21. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/models/create_agent_profile_request.py +0 -0
  22. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/models/credential.py +0 -0
  23. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/models/delete_agent_profile200_response.py +0 -0
  24. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/models/error_response.py +0 -0
  25. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/models/execution_response.py +0 -0
  26. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/models/execution_result.py +0 -0
  27. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/models/execution_result_response.py +0 -0
  28. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/models/execution_status_response.py +0 -0
  29. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/models/health_check200_response.py +0 -0
  30. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/models/health_check500_response.py +0 -0
  31. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/models/proxy_type.py +0 -0
  32. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/models/status.py +0 -0
  33. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/models/structured_agent_execution_request.py +0 -0
  34. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/models/update_agent_profile_request.py +0 -0
  35. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/py.typed +0 -0
  36. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v1_gen/rest.py +0 -0
  37. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/__init__.py +0 -0
  38. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/api/__init__.py +0 -0
  39. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/api/agents_api.py +0 -0
  40. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/api/execution_api.py +0 -0
  41. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/api/files_api.py +0 -0
  42. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/api_client.py +0 -0
  43. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/api_response.py +0 -0
  44. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/configuration.py +0 -0
  45. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/exceptions.py +0 -0
  46. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/__init__.py +0 -0
  47. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agent_list200_response.py +0 -0
  48. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_agent_base.py +0 -0
  49. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_agent_execute_agent_request.py +0 -0
  50. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_agent_execute_agent_response.py +0 -0
  51. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_agent_sort_field.py +0 -0
  52. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_action_name.py +0 -0
  53. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity.py +0 -0
  54. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_action_completed_info.py +0 -0
  55. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_action_completed_payload.py +0 -0
  56. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_action_failed_payload.py +0 -0
  57. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_action_started_info.py +0 -0
  58. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_action_started_payload.py +0 -0
  59. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_file_added_payload.py +0 -0
  60. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_generic_payload.py +0 -0
  61. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_payload_union.py +0 -0
  62. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_playwright_script_generated_payload.py +0 -0
  63. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_reasoning_payload.py +0 -0
  64. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_status_changed_payload.py +0 -0
  65. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_step_completed_payload.py +0 -0
  66. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_step_started_payload.py +0 -0
  67. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_transitioned_node_payload.py +0 -0
  68. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_user_message_received_payload.py +0 -0
  69. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_activity_workflow_updated_payload.py +0 -0
  70. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_awaiting_confirmation_payload.py +0 -0
  71. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_cancel_reason.py +0 -0
  72. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_cancelled_payload.py +0 -0
  73. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_comment.py +0 -0
  74. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_completed_payload.py +0 -0
  75. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_element_file_upload_completed_details.py +0 -0
  76. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_execution_result.py +0 -0
  77. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_ext_api_call_completed_details.py +0 -0
  78. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_ext_get_mail_completed_details.py +0 -0
  79. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_failed_payload.py +0 -0
  80. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_file_list_completed_details.py +0 -0
  81. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_file_read_completed_details.py +0 -0
  82. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_file_stage_completed_details.py +0 -0
  83. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_human_label.py +0 -0
  84. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_list_item.py +0 -0
  85. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_llm_call_purpose.py +0 -0
  86. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_llm_call_started_details.py +0 -0
  87. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_nav_to_completed_details.py +0 -0
  88. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_nav_to_started_details.py +0 -0
  89. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_node_details.py +0 -0
  90. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_obs_snapshot_with_selectors_completed_details.py +0 -0
  91. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_paused_payload.py +0 -0
  92. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_rules_details.py +0 -0
  93. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scratchpad_read_completed_details.py +0 -0
  94. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scratchpad_read_started_details.py +0 -0
  95. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scratchpad_write_completed_details.py +0 -0
  96. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scratchpad_write_started_details.py +0 -0
  97. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_script_hybrid_playwright_completed_details.py +0 -0
  98. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_script_hybrid_playwright_started_details.py +0 -0
  99. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_script_pad_run_function_completed_details.py +0 -0
  100. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_script_playwright_completed_details.py +0 -0
  101. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_script_playwright_started_details.py +0 -0
  102. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scriptpad_read_completed_details.py +0 -0
  103. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scriptpad_read_started_details.py +0 -0
  104. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scriptpad_run_function_started_details.py +0 -0
  105. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scriptpad_search_replace_completed_details.py +0 -0
  106. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scriptpad_search_replace_started_details.py +0 -0
  107. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_scriptpad_write_completed_details.py +0 -0
  108. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_sort_field.py +0 -0
  109. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_status.py +0 -0
  110. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_terminal_payload.py +0 -0
  111. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_transition_details.py +0 -0
  112. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_update_type.py +0 -0
  113. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_user_messages_add_text_body.py +0 -0
  114. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_util_get_datetime_completed_details.py +0 -0
  115. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_util_get_datetime_started_details.py +0 -0
  116. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_execution_workflow_update.py +0 -0
  117. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_files_file.py +0 -0
  118. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_files_temp_file.py +0 -0
  119. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_files_temp_files_response.py +0 -0
  120. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_graph_models_nodes_properties_playwright_script_llm_var.py +0 -0
  121. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_graph_models_nodes_properties_playwright_script_llm_var_type.py +0 -0
  122. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/agents_graph_models_transitions_transition_type.py +0 -0
  123. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/common_bad_request_error_body.py +0 -0
  124. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/common_error.py +0 -0
  125. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/common_forbidden_error_body.py +0 -0
  126. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/common_internal_server_error_body.py +0 -0
  127. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/common_not_found_error_body.py +0 -0
  128. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/common_os_error.py +0 -0
  129. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/common_sort_direction.py +0 -0
  130. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/common_unauthorized_error_body.py +0 -0
  131. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/executions_list200_response.py +0 -0
  132. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/models/version.py +0 -0
  133. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/py.typed +0 -0
  134. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/agents_v2_gen/rest.py +0 -0
  135. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey/client.py +0 -0
  136. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey.egg-info/SOURCES.txt +0 -0
  137. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey.egg-info/dependency_links.txt +0 -0
  138. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/src/asteroid_odyssey.egg-info/requires.txt +0 -0
  139. {asteroid_odyssey-1.3.12 → asteroid_odyssey-1.3.13}/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.12
3
+ Version: 1.3.13
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.12"
3
+ version = "1.3.13"
4
4
  authors = [
5
5
  { name = "David Mlcoch", email = "founders@asteroid.com" },
6
6
  ]
@@ -1,51 +1,85 @@
1
1
  from .client import (
2
+ # Client
2
3
  AsteroidClient,
3
4
  create_client,
5
+ # Agent Execution (V2)
4
6
  execute_agent,
5
- get_execution_status,
6
- get_execution_result,
7
+ get_execution,
8
+ get_executions,
7
9
  wait_for_execution_result,
8
10
  upload_execution_files,
9
- get_browser_session_recording,
11
+ stage_temp_files,
12
+ # Agent Profiles (V1)
10
13
  get_agent_profiles,
11
14
  get_agent_profile,
12
15
  create_agent_profile,
13
16
  update_agent_profile,
14
17
  delete_agent_profile,
18
+ get_credentials_public_key,
19
+ # Agents (V2)
20
+ get_agents,
21
+ # Execution Activities (V2)
15
22
  get_last_n_execution_activities,
16
23
  add_message_to_execution,
24
+ get_execution_files,
25
+ download_execution_file,
17
26
  wait_for_agent_interaction,
18
- get_credentials_public_key,
27
+ # Exceptions
19
28
  AsteroidAPIError,
20
29
  ExecutionError,
21
30
  TimeoutError,
22
31
  AgentInteractionResult,
32
+ # Types
23
33
  TempFile,
34
+ TempFilesResponse,
35
+ ExecuteAgentRequest,
36
+ ExecutionListItem,
37
+ ExecutionResult,
38
+ ExecutionsList200Response,
39
+ ExecutionStatus,
40
+ ExecutionSortField,
41
+ SortDirection,
24
42
  )
25
- from .agents_v1_gen import ExecutionResult
26
43
 
27
44
  __all__ = [
45
+ # Client
28
46
  'AsteroidClient',
29
47
  'create_client',
48
+ # Agent Execution (V2)
30
49
  'execute_agent',
31
- 'get_execution_status',
32
- 'get_execution_result',
50
+ 'get_execution',
51
+ 'get_executions',
33
52
  'wait_for_execution_result',
34
53
  'upload_execution_files',
35
- 'get_browser_session_recording',
54
+ 'stage_temp_files',
55
+ # Agent Profiles (V1)
36
56
  'get_agent_profiles',
37
57
  'get_agent_profile',
38
58
  'create_agent_profile',
39
59
  'update_agent_profile',
40
60
  'delete_agent_profile',
61
+ 'get_credentials_public_key',
62
+ # Agents (V2)
63
+ 'get_agents',
64
+ # Execution Activities (V2)
41
65
  'get_last_n_execution_activities',
42
66
  'add_message_to_execution',
67
+ 'get_execution_files',
68
+ 'download_execution_file',
43
69
  'wait_for_agent_interaction',
44
- 'get_credentials_public_key',
70
+ # Exceptions
45
71
  'AsteroidAPIError',
46
72
  'ExecutionError',
47
73
  'TimeoutError',
48
74
  'AgentInteractionResult',
49
- 'ExecutionResult',
75
+ # Types
50
76
  'TempFile',
77
+ 'TempFilesResponse',
78
+ 'ExecuteAgentRequest',
79
+ 'ExecutionListItem',
80
+ 'ExecutionResult',
81
+ 'ExecutionsList200Response',
82
+ 'ExecutionStatus',
83
+ 'ExecutionSortField',
84
+ 'SortDirection',
51
85
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: asteroid-odyssey
3
- Version: 1.3.12
3
+ Version: 1.3.13
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