asteroid-odyssey 1.2.2__tar.gz → 1.3.0__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 (77) hide show
  1. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/PKG-INFO +1 -1
  2. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/pyproject.toml +1 -1
  3. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey.egg-info/PKG-INFO +1 -1
  4. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/README.md +0 -0
  5. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/setup.cfg +0 -0
  6. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/__init__.py +0 -0
  7. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/__init__.py +0 -0
  8. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/api/__init__.py +0 -0
  9. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/api/agent_profile_api.py +0 -0
  10. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/api/api_api.py +0 -0
  11. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/api/execution_api.py +0 -0
  12. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/api_client.py +0 -0
  13. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/api_response.py +0 -0
  14. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/configuration.py +0 -0
  15. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/exceptions.py +0 -0
  16. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/models/__init__.py +0 -0
  17. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/models/agent_profile.py +0 -0
  18. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/models/browser_session_recording_response.py +0 -0
  19. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/models/country_code.py +0 -0
  20. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/models/create_agent_profile_request.py +0 -0
  21. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/models/credential.py +0 -0
  22. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/models/delete_agent_profile200_response.py +0 -0
  23. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/models/error_response.py +0 -0
  24. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/models/execution_response.py +0 -0
  25. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/models/execution_result.py +0 -0
  26. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/models/execution_result_response.py +0 -0
  27. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/models/execution_status_response.py +0 -0
  28. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/models/health_check200_response.py +0 -0
  29. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/models/health_check500_response.py +0 -0
  30. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/models/proxy_type.py +0 -0
  31. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/models/status.py +0 -0
  32. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/models/structured_agent_execution_request.py +0 -0
  33. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/models/update_agent_profile_request.py +0 -0
  34. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/models/upload_execution_files200_response.py +0 -0
  35. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/py.typed +0 -0
  36. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v1_gen/rest.py +0 -0
  37. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/__init__.py +0 -0
  38. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/api/__init__.py +0 -0
  39. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/api/execution_api.py +0 -0
  40. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/api_client.py +0 -0
  41. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/api_response.py +0 -0
  42. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/configuration.py +0 -0
  43. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/exceptions.py +0 -0
  44. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/__init__.py +0 -0
  45. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/activity_payload_union_action_completed.py +0 -0
  46. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/activity_payload_union_action_failed.py +0 -0
  47. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/activity_payload_union_action_started.py +0 -0
  48. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/activity_payload_union_generic.py +0 -0
  49. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/activity_payload_union_status_changed.py +0 -0
  50. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/activity_payload_union_step_completed.py +0 -0
  51. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/activity_payload_union_step_started.py +0 -0
  52. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/activity_payload_union_terminal.py +0 -0
  53. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/activity_payload_union_transitioned_node.py +0 -0
  54. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/activity_payload_union_user_message_received.py +0 -0
  55. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/error.py +0 -0
  56. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/execution_activity.py +0 -0
  57. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/execution_activity_action_completed_payload.py +0 -0
  58. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/execution_activity_action_failed_payload.py +0 -0
  59. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/execution_activity_action_started_payload.py +0 -0
  60. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/execution_activity_generic_payload.py +0 -0
  61. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/execution_activity_payload_union.py +0 -0
  62. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/execution_activity_status_changed_payload.py +0 -0
  63. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/execution_activity_step_completed_payload.py +0 -0
  64. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/execution_activity_step_started_payload.py +0 -0
  65. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/execution_activity_transitioned_node_payload.py +0 -0
  66. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/execution_activity_user_message_received_payload.py +0 -0
  67. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/execution_status.py +0 -0
  68. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/execution_terminal_payload.py +0 -0
  69. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/execution_user_messages_add_text_body.py +0 -0
  70. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/models/versions.py +0 -0
  71. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/py.typed +0 -0
  72. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/agents_v2_gen/rest.py +0 -0
  73. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey/client.py +0 -0
  74. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey.egg-info/SOURCES.txt +0 -0
  75. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey.egg-info/dependency_links.txt +0 -0
  76. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/src/asteroid_odyssey.egg-info/requires.txt +0 -0
  77. {asteroid_odyssey-1.2.2 → asteroid_odyssey-1.3.0}/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.2.2
3
+ Version: 1.3.0
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.2.2"
3
+ version = "1.3.0"
4
4
  authors = [
5
5
  { name = "David Mlcoch", email = "founders@asteroid.com" },
6
6
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: asteroid-odyssey
3
- Version: 1.2.2
3
+ Version: 1.3.0
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