asteroid-odyssey 1.1.0__py3-none-any.whl → 1.2.1__py3-none-any.whl
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/__init__.py +10 -2
- asteroid_odyssey/agents_v1_gen/__init__.py +87 -0
- asteroid_odyssey/agents_v1_gen/api/__init__.py +7 -0
- asteroid_odyssey/agents_v1_gen/api/agent_profile_api.py +1696 -0
- asteroid_odyssey/{openapi_client → agents_v1_gen}/api/api_api.py +4 -4
- asteroid_odyssey/{openapi_client → agents_v1_gen}/api/execution_api.py +10 -10
- asteroid_odyssey/{openapi_client → agents_v1_gen}/api_client.py +6 -6
- asteroid_odyssey/{openapi_client → agents_v1_gen}/configuration.py +2 -2
- asteroid_odyssey/agents_v1_gen/models/__init__.py +34 -0
- asteroid_odyssey/agents_v1_gen/models/agent_profile.py +118 -0
- asteroid_odyssey/agents_v1_gen/models/country_code.py +44 -0
- asteroid_odyssey/agents_v1_gen/models/create_agent_profile_request.py +112 -0
- asteroid_odyssey/agents_v1_gen/models/credential.py +95 -0
- asteroid_odyssey/agents_v1_gen/models/delete_agent_profile200_response.py +87 -0
- asteroid_odyssey/{openapi_client → agents_v1_gen}/models/execution_result_response.py +2 -2
- asteroid_odyssey/{openapi_client → agents_v1_gen}/models/execution_status_response.py +1 -1
- asteroid_odyssey/agents_v1_gen/models/proxy_type.py +37 -0
- asteroid_odyssey/agents_v1_gen/models/update_agent_profile_request.py +112 -0
- asteroid_odyssey/{openapi_client → agents_v1_gen}/rest.py +1 -1
- asteroid_odyssey/agents_v2_gen/__init__.py +99 -0
- asteroid_odyssey/agents_v2_gen/api/__init__.py +5 -0
- asteroid_odyssey/agents_v2_gen/api/execution_api.py +625 -0
- asteroid_odyssey/agents_v2_gen/api_client.py +801 -0
- asteroid_odyssey/agents_v2_gen/api_response.py +21 -0
- asteroid_odyssey/agents_v2_gen/configuration.py +612 -0
- asteroid_odyssey/agents_v2_gen/exceptions.py +216 -0
- asteroid_odyssey/agents_v2_gen/models/__init__.py +42 -0
- asteroid_odyssey/agents_v2_gen/models/activity_payload_union_action_completed.py +100 -0
- asteroid_odyssey/agents_v2_gen/models/activity_payload_union_action_failed.py +100 -0
- asteroid_odyssey/agents_v2_gen/models/activity_payload_union_action_started.py +100 -0
- asteroid_odyssey/agents_v2_gen/models/activity_payload_union_generic.py +100 -0
- asteroid_odyssey/agents_v2_gen/models/activity_payload_union_status_changed.py +100 -0
- asteroid_odyssey/agents_v2_gen/models/activity_payload_union_step_completed.py +100 -0
- asteroid_odyssey/agents_v2_gen/models/activity_payload_union_step_started.py +100 -0
- asteroid_odyssey/agents_v2_gen/models/activity_payload_union_terminal.py +100 -0
- asteroid_odyssey/agents_v2_gen/models/activity_payload_union_transitioned_node.py +100 -0
- asteroid_odyssey/agents_v2_gen/models/activity_payload_union_user_message_received.py +100 -0
- asteroid_odyssey/agents_v2_gen/models/error.py +89 -0
- asteroid_odyssey/agents_v2_gen/models/execution_activity.py +98 -0
- asteroid_odyssey/agents_v2_gen/models/execution_activity_action_completed_payload.py +87 -0
- asteroid_odyssey/agents_v2_gen/models/execution_activity_action_failed_payload.py +87 -0
- asteroid_odyssey/agents_v2_gen/models/execution_activity_action_started_payload.py +87 -0
- asteroid_odyssey/agents_v2_gen/models/execution_activity_generic_payload.py +87 -0
- asteroid_odyssey/agents_v2_gen/models/execution_activity_payload_union.py +252 -0
- asteroid_odyssey/agents_v2_gen/models/execution_activity_status_changed_payload.py +88 -0
- asteroid_odyssey/agents_v2_gen/models/execution_activity_step_completed_payload.py +87 -0
- asteroid_odyssey/agents_v2_gen/models/execution_activity_step_started_payload.py +87 -0
- asteroid_odyssey/agents_v2_gen/models/execution_activity_transitioned_node_payload.py +89 -0
- asteroid_odyssey/agents_v2_gen/models/execution_activity_user_message_received_payload.py +89 -0
- asteroid_odyssey/agents_v2_gen/models/execution_status.py +43 -0
- asteroid_odyssey/agents_v2_gen/models/execution_terminal_payload.py +96 -0
- asteroid_odyssey/agents_v2_gen/models/execution_user_messages_add_text_body.py +87 -0
- asteroid_odyssey/agents_v2_gen/models/versions.py +37 -0
- asteroid_odyssey/agents_v2_gen/py.typed +0 -0
- asteroid_odyssey/agents_v2_gen/rest.py +258 -0
- asteroid_odyssey/client.py +635 -123
- {asteroid_odyssey-1.1.0.dist-info → asteroid_odyssey-1.2.1.dist-info}/METADATA +2 -1
- asteroid_odyssey-1.2.1.dist-info/RECORD +72 -0
- asteroid_odyssey/openapi_client/__init__.py +0 -71
- asteroid_odyssey/openapi_client/api/__init__.py +0 -6
- asteroid_odyssey/openapi_client/models/__init__.py +0 -27
- asteroid_odyssey-1.1.0.dist-info/RECORD +0 -28
- /asteroid_odyssey/{openapi_client → agents_v1_gen}/api_response.py +0 -0
- /asteroid_odyssey/{openapi_client → agents_v1_gen}/exceptions.py +0 -0
- /asteroid_odyssey/{openapi_client → agents_v1_gen}/models/browser_session_recording_response.py +0 -0
- /asteroid_odyssey/{openapi_client → agents_v1_gen}/models/error_response.py +0 -0
- /asteroid_odyssey/{openapi_client → agents_v1_gen}/models/execution_response.py +0 -0
- /asteroid_odyssey/{openapi_client → agents_v1_gen}/models/execution_result.py +0 -0
- /asteroid_odyssey/{openapi_client → agents_v1_gen}/models/health_check200_response.py +0 -0
- /asteroid_odyssey/{openapi_client → agents_v1_gen}/models/health_check500_response.py +0 -0
- /asteroid_odyssey/{openapi_client → agents_v1_gen}/models/status.py +0 -0
- /asteroid_odyssey/{openapi_client → agents_v1_gen}/models/structured_agent_execution_request.py +0 -0
- /asteroid_odyssey/{openapi_client → agents_v1_gen}/models/upload_execution_files200_response.py +0 -0
- /asteroid_odyssey/{openapi_client → agents_v1_gen}/py.typed +0 -0
- {asteroid_odyssey-1.1.0.dist-info → asteroid_odyssey-1.2.1.dist-info}/WHEEL +0 -0
- {asteroid_odyssey-1.1.0.dist-info → asteroid_odyssey-1.2.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: asteroid-odyssey
|
|
3
|
-
Version: 1.1
|
|
3
|
+
Version: 1.2.1
|
|
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
|
|
@@ -21,6 +21,7 @@ Requires-Dist: python-dateutil>=2.8.2
|
|
|
21
21
|
Requires-Dist: pydantic>=2
|
|
22
22
|
Requires-Dist: typing-extensions>=4.7.1
|
|
23
23
|
Requires-Dist: requests>=2.28.0
|
|
24
|
+
Requires-Dist: cryptography>=41.0.0
|
|
24
25
|
Provides-Extra: dev
|
|
25
26
|
Requires-Dist: pytest>=7.2.1; extra == "dev"
|
|
26
27
|
Requires-Dist: pytest-cov>=2.8.1; extra == "dev"
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
asteroid_odyssey/__init__.py,sha256=UEWVMA46rvvJFAP0eAnfY84sh2EImKMLuMLF2pFhrXw,653
|
|
2
|
+
asteroid_odyssey/client.py,sha256=etlUKFJsaUB59ifsHQKGJSHpvsJck0oSKt3EK-f4y94,35896
|
|
3
|
+
asteroid_odyssey/agents_v1_gen/__init__.py,sha256=TJdnk__jClVyed4Wvpkm6g2CwCtQeLy7aY5kMYSNJwI,4298
|
|
4
|
+
asteroid_odyssey/agents_v1_gen/api_client.py,sha256=Fq7Uh5yc9Mwza9NgCE1A0g2zrJ_hl5qQ_WFkACeHxWw,27747
|
|
5
|
+
asteroid_odyssey/agents_v1_gen/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
+
asteroid_odyssey/agents_v1_gen/configuration.py,sha256=Q5iAuaxcXVhsirre6lzbDLNP6okMLJacsp9UxNvt-5I,19060
|
|
7
|
+
asteroid_odyssey/agents_v1_gen/exceptions.py,sha256=xauMukb96TkgN7Rx5c_d_XWOJb7ldCY5SuTmybyKTr8,6414
|
|
8
|
+
asteroid_odyssey/agents_v1_gen/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
+
asteroid_odyssey/agents_v1_gen/rest.py,sha256=WJRyCYuQaJij3dz1-1tH0Gd9XHZ8msE7xRfT2hIzfxk,9427
|
|
10
|
+
asteroid_odyssey/agents_v1_gen/api/__init__.py,sha256=oj1pzgrbo8C6FrpBVC7IvfUu-uplU4JQjfE_jZE0Mz4,265
|
|
11
|
+
asteroid_odyssey/agents_v1_gen/api/agent_profile_api.py,sha256=uOgyH3VN8LseS5Mq2uFxAbZM5iH88O0YEmXFTMc8bQ0,66369
|
|
12
|
+
asteroid_odyssey/agents_v1_gen/api/api_api.py,sha256=vqZ7wQEQGOpa1D6U1QLL27XK-0DY5_v9tdQJNt_lpsM,19217
|
|
13
|
+
asteroid_odyssey/agents_v1_gen/api/execution_api.py,sha256=RXYDwX_VKMfM44IrKRb-c5D3FXnAPw8QQcpqDoGpL3Q,67849
|
|
14
|
+
asteroid_odyssey/agents_v1_gen/models/__init__.py,sha256=xBLsQJ8YhBrZy8S153OH0mJAzsGwwvT-ylegSOKLNAI,1989
|
|
15
|
+
asteroid_odyssey/agents_v1_gen/models/agent_profile.py,sha256=L121f_DtK0zIGm9NEuoG9KMWuq-zGX8b9iGaKaaNQCc,4718
|
|
16
|
+
asteroid_odyssey/agents_v1_gen/models/browser_session_recording_response.py,sha256=OgYXsMiADk5IIDKkWJTy0RfnnBO3Zbaq9mEUyaxTaH0,2590
|
|
17
|
+
asteroid_odyssey/agents_v1_gen/models/country_code.py,sha256=pYFM0OC_maaGfUsFTTnKtSJxXKQiNS0pU3O0LLFz_Uo,802
|
|
18
|
+
asteroid_odyssey/agents_v1_gen/models/create_agent_profile_request.py,sha256=3GpU72vT31ntV_qMRyCp2ejN6BbBxXv5eFPVahrFE68,4567
|
|
19
|
+
asteroid_odyssey/agents_v1_gen/models/credential.py,sha256=MSzwgGLjNiH_fclHpZpYKKDWn-498etD1CLS_EfmA7k,3033
|
|
20
|
+
asteroid_odyssey/agents_v1_gen/models/delete_agent_profile200_response.py,sha256=y6gaG8VLeC2muBcw-i6KG64i-xrHq1v-8A7T8ViwBwk,2514
|
|
21
|
+
asteroid_odyssey/agents_v1_gen/models/error_response.py,sha256=njnDeKZeMPiteuX4l3MsWTHkG4qEiv8sbIUTv0Z8yQY,2459
|
|
22
|
+
asteroid_odyssey/agents_v1_gen/models/execution_response.py,sha256=c4PJNQDsWlQwumSonH1Sxqcb1q521FhNGgZugoinZNA,2513
|
|
23
|
+
asteroid_odyssey/agents_v1_gen/models/execution_result.py,sha256=o6V8oHt9QR7vfRcCrnHwk8exwALUollWBfShze_lzBM,3354
|
|
24
|
+
asteroid_odyssey/agents_v1_gen/models/execution_result_response.py,sha256=zBGBV9FOtCOFE9vDwfWEJkcKMkXYOHluo2ycJlW_S2A,3603
|
|
25
|
+
asteroid_odyssey/agents_v1_gen/models/execution_status_response.py,sha256=ykdr-9kRFmIs3FnmsYWrlX4s-096wlMy3BQX6CCdiBc,3050
|
|
26
|
+
asteroid_odyssey/agents_v1_gen/models/health_check200_response.py,sha256=x_6F6rhTvqpuMUFtD5ynLrUFY4vuVdkWfDRkTx2hVp0,2548
|
|
27
|
+
asteroid_odyssey/agents_v1_gen/models/health_check500_response.py,sha256=b6pG-pqUKkQ5oqmWWyakdr7YYjnTYYeZjoVHkcU-TSY,2533
|
|
28
|
+
asteroid_odyssey/agents_v1_gen/models/proxy_type.py,sha256=5AUJvncQEl77V3QLJCIidk-WQRU1BlhMJo9ARUUdo1Y,704
|
|
29
|
+
asteroid_odyssey/agents_v1_gen/models/status.py,sha256=tnt_4jdoMzcjo6J0vttf2QKLNK0FC9XcjZKbGC3sbz0,889
|
|
30
|
+
asteroid_odyssey/agents_v1_gen/models/structured_agent_execution_request.py,sha256=VZyW85pVz9T27aiG4ZlGywnnxTOaJCAjHSDz8D2YxY8,2913
|
|
31
|
+
asteroid_odyssey/agents_v1_gen/models/update_agent_profile_request.py,sha256=pIk46Eb5wk-JbxOM_C8TOuUsE-LEJq7zSdL0WRSrlx8,4709
|
|
32
|
+
asteroid_odyssey/agents_v1_gen/models/upload_execution_files200_response.py,sha256=u85oEP2bEuhszonE78VcrB_keT0UZpv16CTGvfse_v4,2735
|
|
33
|
+
asteroid_odyssey/agents_v2_gen/__init__.py,sha256=m5xswSgtY2acRs-Ezgm1sbBK0HG_nUbzYyekVJdxqhw,6464
|
|
34
|
+
asteroid_odyssey/agents_v2_gen/api_client.py,sha256=KxpVoMofYD5Uwdg7-TXy6TdWgGdtQtaD3UunO3T75MY,27807
|
|
35
|
+
asteroid_odyssey/agents_v2_gen/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
36
|
+
asteroid_odyssey/agents_v2_gen/configuration.py,sha256=Anb7lKRriv-3p5j16Oj72gj1yvYx_KxH9ngkMiGXTBk,19319
|
|
37
|
+
asteroid_odyssey/agents_v2_gen/exceptions.py,sha256=hBo-qUqJrW250S_xxUORV_LZU3YWE1-EhXXTxX5-P3k,6474
|
|
38
|
+
asteroid_odyssey/agents_v2_gen/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
39
|
+
asteroid_odyssey/agents_v2_gen/rest.py,sha256=QUgg1ahRFOoPjd6F0BU4uZ0MxdrxqGQartE6QMMziTI,9487
|
|
40
|
+
asteroid_odyssey/agents_v2_gen/api/__init__.py,sha256=HJP59V3S9sayesugWn215uvjoIfhzWxNGRknmMvtRJE,122
|
|
41
|
+
asteroid_odyssey/agents_v2_gen/api/execution_api.py,sha256=1rCYuGB2S4dgsFJmocRXXj9IVig7dEdx1xyGXwRF5bA,25365
|
|
42
|
+
asteroid_odyssey/agents_v2_gen/models/__init__.py,sha256=08hB-NQQCuoo8HaWalo_wUkie3bgnE6lsE-5TilwB3I,3394
|
|
43
|
+
asteroid_odyssey/agents_v2_gen/models/activity_payload_union_action_completed.py,sha256=djIqJOhSsyNDehLRJ_RKfjhZyQL596TNz4XhYC65FgY,3389
|
|
44
|
+
asteroid_odyssey/agents_v2_gen/models/activity_payload_union_action_failed.py,sha256=Ld0T3X-TjRwd3PnBObiHE7jFpHBejRXgt8ENB486zU8,3359
|
|
45
|
+
asteroid_odyssey/agents_v2_gen/models/activity_payload_union_action_started.py,sha256=ZVanUlpD1p5u1woVZ1YWi6qpj2X1Yg1twTCVI-ZoBB0,3369
|
|
46
|
+
asteroid_odyssey/agents_v2_gen/models/activity_payload_union_generic.py,sha256=N7x1y4vctkmh_xO4Ri2e-4Tbco_Xhj0eRHaxdJ1LLVw,3306
|
|
47
|
+
asteroid_odyssey/agents_v2_gen/models/activity_payload_union_status_changed.py,sha256=r6RLtCxpEN_GmOJYEs1aR93BWHJ5TfX6IMdmcrF5pb4,3369
|
|
48
|
+
asteroid_odyssey/agents_v2_gen/models/activity_payload_union_step_completed.py,sha256=NAwB7k14ydY_QcskRv6eNIiWgIUcrG-MNOtw3Z_DSGE,3369
|
|
49
|
+
asteroid_odyssey/agents_v2_gen/models/activity_payload_union_step_started.py,sha256=vaSXQiO4H4qH8Q650agbJTUU3T0KFvwLC8lYVNb0nL8,3349
|
|
50
|
+
asteroid_odyssey/agents_v2_gen/models/activity_payload_union_terminal.py,sha256=vDWM7IKhtUyLJGnCjaKSQb7lI4MgqrhwkS18Jq3uKrY,3283
|
|
51
|
+
asteroid_odyssey/agents_v2_gen/models/activity_payload_union_transitioned_node.py,sha256=pOou5D9n0ojtImrU_0KRW8EylA1eTwlFvvF0n7HI3-M,3399
|
|
52
|
+
asteroid_odyssey/agents_v2_gen/models/activity_payload_union_user_message_received.py,sha256=DtvCeoXNOyBEDmwXYZmSkPtbEsxhFX_ngtOvgrPLwWk,3432
|
|
53
|
+
asteroid_odyssey/agents_v2_gen/models/error.py,sha256=gxvmPlORWeuW8WBKxTQhWX9fT6ILNUkz5OyNue0JiJE,2527
|
|
54
|
+
asteroid_odyssey/agents_v2_gen/models/execution_activity.py,sha256=hs47z2cEQ3w4EUmg3dc2HUYp3uHbWu_27UegbT_wEj0,3179
|
|
55
|
+
asteroid_odyssey/agents_v2_gen/models/execution_activity_action_completed_payload.py,sha256=RMDQhAjJh-q_xoYbFazJD_VELpw67Vc7Gbs3eQeDSGc,2587
|
|
56
|
+
asteroid_odyssey/agents_v2_gen/models/execution_activity_action_failed_payload.py,sha256=hRaq3_seIFpTB16d8CbZsLiAO9_Xmav_fdFUTBLwucY,2575
|
|
57
|
+
asteroid_odyssey/agents_v2_gen/models/execution_activity_action_started_payload.py,sha256=yC9InGz_D_CyIFiC5ZOUBjh0VpTpfb8k_tfIviEOdFA,2579
|
|
58
|
+
asteroid_odyssey/agents_v2_gen/models/execution_activity_generic_payload.py,sha256=xkECW6M-Rd-DhbAFiCT2-2QN7o0ZGeej4Xml24Mg_xU,2555
|
|
59
|
+
asteroid_odyssey/agents_v2_gen/models/execution_activity_payload_union.py,sha256=9RlOiopP4UpYCb1RsqXdN2GAJY33Q9_gFn_L3dvuQ2U,14956
|
|
60
|
+
asteroid_odyssey/agents_v2_gen/models/execution_activity_status_changed_payload.py,sha256=oTNr-hXTTjm_mIxqh4HU3CAhrS8wD0VL6mhoxcb1EMs,2653
|
|
61
|
+
asteroid_odyssey/agents_v2_gen/models/execution_activity_step_completed_payload.py,sha256=SOC8Y7Ox5POHbrACjYUX9wUkEnGFgWdRV60dhqhfbPg,2627
|
|
62
|
+
asteroid_odyssey/agents_v2_gen/models/execution_activity_step_started_payload.py,sha256=6IIbpvDKLIDzc5sr2KaHcGGKPDnUu4iPR-LlXChysT0,2619
|
|
63
|
+
asteroid_odyssey/agents_v2_gen/models/execution_activity_transitioned_node_payload.py,sha256=nvHGIaaF37ol12EjU0RduaUnRhUaDpKD1qKStpJ7qLE,2769
|
|
64
|
+
asteroid_odyssey/agents_v2_gen/models/execution_activity_user_message_received_payload.py,sha256=47US747NjJy11BsuwggH-o8-UhO3HUDamnNA4KISjjM,2718
|
|
65
|
+
asteroid_odyssey/agents_v2_gen/models/execution_status.py,sha256=SHpsS6IzN42kPdDiykmKudEzmCiR1yRttJ9nG206W-g,959
|
|
66
|
+
asteroid_odyssey/agents_v2_gen/models/execution_terminal_payload.py,sha256=hWh7Fuy0fswZZFwXncRwdtlyDD4WGEA-wYYdtOg8-vQ,2935
|
|
67
|
+
asteroid_odyssey/agents_v2_gen/models/execution_user_messages_add_text_body.py,sha256=BQ9klnV_2-3svbyPFcGC272y7uKanIKtpbwVPXQs6gk,2559
|
|
68
|
+
asteroid_odyssey/agents_v2_gen/models/versions.py,sha256=54MndkW0A32LnZbTGHEsFnNRrrT112iWNJMgk7-a2eM,736
|
|
69
|
+
asteroid_odyssey-1.2.1.dist-info/METADATA,sha256=kuTHLXEBOpzPQBha4HmHyjRx5q87pga-pMmnehORmWc,7073
|
|
70
|
+
asteroid_odyssey-1.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
71
|
+
asteroid_odyssey-1.2.1.dist-info/top_level.txt,sha256=h4T6NKscnThJ4Nhzors2NKlJeZzepnM7XvDgsnfi5HA,17
|
|
72
|
+
asteroid_odyssey-1.2.1.dist-info/RECORD,,
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
# coding: utf-8
|
|
2
|
-
|
|
3
|
-
# flake8: noqa
|
|
4
|
-
|
|
5
|
-
"""
|
|
6
|
-
Asteroid Agents API
|
|
7
|
-
|
|
8
|
-
Version 1 of the Asteroid Agents API
|
|
9
|
-
|
|
10
|
-
The version of the OpenAPI document: v1.0.0
|
|
11
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
|
-
|
|
13
|
-
Do not edit the class manually.
|
|
14
|
-
""" # noqa: E501
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
__version__ = "1.0.0"
|
|
18
|
-
|
|
19
|
-
# Define package exports
|
|
20
|
-
__all__ = [
|
|
21
|
-
"APIApi",
|
|
22
|
-
"ExecutionApi",
|
|
23
|
-
"ApiResponse",
|
|
24
|
-
"ApiClient",
|
|
25
|
-
"Configuration",
|
|
26
|
-
"OpenApiException",
|
|
27
|
-
"ApiTypeError",
|
|
28
|
-
"ApiValueError",
|
|
29
|
-
"ApiKeyError",
|
|
30
|
-
"ApiAttributeError",
|
|
31
|
-
"ApiException",
|
|
32
|
-
"BrowserSessionRecordingResponse",
|
|
33
|
-
"ErrorResponse",
|
|
34
|
-
"ExecutionResponse",
|
|
35
|
-
"ExecutionResult",
|
|
36
|
-
"ExecutionResultResponse",
|
|
37
|
-
"ExecutionStatusResponse",
|
|
38
|
-
"HealthCheck200Response",
|
|
39
|
-
"HealthCheck500Response",
|
|
40
|
-
"Status",
|
|
41
|
-
"StructuredAgentExecutionRequest",
|
|
42
|
-
"UploadExecutionFiles200Response",
|
|
43
|
-
]
|
|
44
|
-
|
|
45
|
-
# import apis into sdk package
|
|
46
|
-
from asteroid_odyssey.openapi_client.api.api_api import APIApi as APIApi
|
|
47
|
-
from asteroid_odyssey.openapi_client.api.execution_api import ExecutionApi as ExecutionApi
|
|
48
|
-
|
|
49
|
-
# import ApiClient
|
|
50
|
-
from asteroid_odyssey.openapi_client.api_response import ApiResponse as ApiResponse
|
|
51
|
-
from asteroid_odyssey.openapi_client.api_client import ApiClient as ApiClient
|
|
52
|
-
from asteroid_odyssey.openapi_client.configuration import Configuration as Configuration
|
|
53
|
-
from asteroid_odyssey.openapi_client.exceptions import OpenApiException as OpenApiException
|
|
54
|
-
from asteroid_odyssey.openapi_client.exceptions import ApiTypeError as ApiTypeError
|
|
55
|
-
from asteroid_odyssey.openapi_client.exceptions import ApiValueError as ApiValueError
|
|
56
|
-
from asteroid_odyssey.openapi_client.exceptions import ApiKeyError as ApiKeyError
|
|
57
|
-
from asteroid_odyssey.openapi_client.exceptions import ApiAttributeError as ApiAttributeError
|
|
58
|
-
from asteroid_odyssey.openapi_client.exceptions import ApiException as ApiException
|
|
59
|
-
|
|
60
|
-
# import models into sdk package
|
|
61
|
-
from asteroid_odyssey.openapi_client.models.browser_session_recording_response import BrowserSessionRecordingResponse as BrowserSessionRecordingResponse
|
|
62
|
-
from asteroid_odyssey.openapi_client.models.error_response import ErrorResponse as ErrorResponse
|
|
63
|
-
from asteroid_odyssey.openapi_client.models.execution_response import ExecutionResponse as ExecutionResponse
|
|
64
|
-
from asteroid_odyssey.openapi_client.models.execution_result import ExecutionResult as ExecutionResult
|
|
65
|
-
from asteroid_odyssey.openapi_client.models.execution_result_response import ExecutionResultResponse as ExecutionResultResponse
|
|
66
|
-
from asteroid_odyssey.openapi_client.models.execution_status_response import ExecutionStatusResponse as ExecutionStatusResponse
|
|
67
|
-
from asteroid_odyssey.openapi_client.models.health_check200_response import HealthCheck200Response as HealthCheck200Response
|
|
68
|
-
from asteroid_odyssey.openapi_client.models.health_check500_response import HealthCheck500Response as HealthCheck500Response
|
|
69
|
-
from asteroid_odyssey.openapi_client.models.status import Status as Status
|
|
70
|
-
from asteroid_odyssey.openapi_client.models.structured_agent_execution_request import StructuredAgentExecutionRequest as StructuredAgentExecutionRequest
|
|
71
|
-
from asteroid_odyssey.openapi_client.models.upload_execution_files200_response import UploadExecutionFiles200Response as UploadExecutionFiles200Response
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# coding: utf-8
|
|
2
|
-
|
|
3
|
-
# flake8: noqa
|
|
4
|
-
"""
|
|
5
|
-
Asteroid Agents API
|
|
6
|
-
|
|
7
|
-
Version 1 of the Asteroid Agents API
|
|
8
|
-
|
|
9
|
-
The version of the OpenAPI document: v1.0.0
|
|
10
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
|
-
|
|
12
|
-
Do not edit the class manually.
|
|
13
|
-
""" # noqa: E501
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
# import models into model package
|
|
17
|
-
from asteroid_odyssey.openapi_client.models.browser_session_recording_response import BrowserSessionRecordingResponse
|
|
18
|
-
from asteroid_odyssey.openapi_client.models.error_response import ErrorResponse
|
|
19
|
-
from asteroid_odyssey.openapi_client.models.execution_response import ExecutionResponse
|
|
20
|
-
from asteroid_odyssey.openapi_client.models.execution_result import ExecutionResult
|
|
21
|
-
from asteroid_odyssey.openapi_client.models.execution_result_response import ExecutionResultResponse
|
|
22
|
-
from asteroid_odyssey.openapi_client.models.execution_status_response import ExecutionStatusResponse
|
|
23
|
-
from asteroid_odyssey.openapi_client.models.health_check200_response import HealthCheck200Response
|
|
24
|
-
from asteroid_odyssey.openapi_client.models.health_check500_response import HealthCheck500Response
|
|
25
|
-
from asteroid_odyssey.openapi_client.models.status import Status
|
|
26
|
-
from asteroid_odyssey.openapi_client.models.structured_agent_execution_request import StructuredAgentExecutionRequest
|
|
27
|
-
from asteroid_odyssey.openapi_client.models.upload_execution_files200_response import UploadExecutionFiles200Response
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
asteroid_odyssey/__init__.py,sha256=A05KbHfr1FWd2-j1LGJMXYmBVXpYMjr9qP0x_E5NbLk,461
|
|
2
|
-
asteroid_odyssey/client.py,sha256=wZR-T8PWf0hKLyAybLELJCTlE3L6FHJSFQQEi0zX6W4,16194
|
|
3
|
-
asteroid_odyssey/openapi_client/__init__.py,sha256=3ArMGm8z7FQzEaSyWG2caeqsn_7-i3ipUXZJ__4piv8,3253
|
|
4
|
-
asteroid_odyssey/openapi_client/api_client.py,sha256=-15SRPKjYZuoODh0zkUV0spuB-73fZ-GkbQ3e216yhs,27753
|
|
5
|
-
asteroid_odyssey/openapi_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
-
asteroid_odyssey/openapi_client/configuration.py,sha256=PwQNLyPcrovYOCOhieY3GzEQGkEm6C_1o8KU7r_zj14,19062
|
|
7
|
-
asteroid_odyssey/openapi_client/exceptions.py,sha256=xauMukb96TkgN7Rx5c_d_XWOJb7ldCY5SuTmybyKTr8,6414
|
|
8
|
-
asteroid_odyssey/openapi_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
-
asteroid_odyssey/openapi_client/rest.py,sha256=XOZPH_19dd-_4zu2kNXJfsciyRxwOkOUVKTj89TDvvs,9428
|
|
10
|
-
asteroid_odyssey/openapi_client/api/__init__.py,sha256=_hfmHxDgRPw-6o325ClHGx7ZMcLDCSK44-v1MU1XM18,186
|
|
11
|
-
asteroid_odyssey/openapi_client/api/api_api.py,sha256=dSrS485gpicMCjvaGogCN5ky8vKMvwhc4sR69fN0nDY,19221
|
|
12
|
-
asteroid_odyssey/openapi_client/api/execution_api.py,sha256=kmtIe-MIUMY5JDZ9wyrJY_ZPMBhqllokhiZ9TdO_u8A,67868
|
|
13
|
-
asteroid_odyssey/openapi_client/models/__init__.py,sha256=5tQcej-IjG8T6S5WpItY01XMfY4JMzWE8dVQDg-5fWg,1382
|
|
14
|
-
asteroid_odyssey/openapi_client/models/browser_session_recording_response.py,sha256=OgYXsMiADk5IIDKkWJTy0RfnnBO3Zbaq9mEUyaxTaH0,2590
|
|
15
|
-
asteroid_odyssey/openapi_client/models/error_response.py,sha256=njnDeKZeMPiteuX4l3MsWTHkG4qEiv8sbIUTv0Z8yQY,2459
|
|
16
|
-
asteroid_odyssey/openapi_client/models/execution_response.py,sha256=c4PJNQDsWlQwumSonH1Sxqcb1q521FhNGgZugoinZNA,2513
|
|
17
|
-
asteroid_odyssey/openapi_client/models/execution_result.py,sha256=o6V8oHt9QR7vfRcCrnHwk8exwALUollWBfShze_lzBM,3354
|
|
18
|
-
asteroid_odyssey/openapi_client/models/execution_result_response.py,sha256=U1wdFYivdZLPsKuMrjJ0AVo0KE-M1z9hCZdWBcbR_2o,3605
|
|
19
|
-
asteroid_odyssey/openapi_client/models/execution_status_response.py,sha256=s-Nsld_P2f3ncD_ZFZI4RisjI-wf4qphPjUkO2dMxFE,3051
|
|
20
|
-
asteroid_odyssey/openapi_client/models/health_check200_response.py,sha256=x_6F6rhTvqpuMUFtD5ynLrUFY4vuVdkWfDRkTx2hVp0,2548
|
|
21
|
-
asteroid_odyssey/openapi_client/models/health_check500_response.py,sha256=b6pG-pqUKkQ5oqmWWyakdr7YYjnTYYeZjoVHkcU-TSY,2533
|
|
22
|
-
asteroid_odyssey/openapi_client/models/status.py,sha256=tnt_4jdoMzcjo6J0vttf2QKLNK0FC9XcjZKbGC3sbz0,889
|
|
23
|
-
asteroid_odyssey/openapi_client/models/structured_agent_execution_request.py,sha256=VZyW85pVz9T27aiG4ZlGywnnxTOaJCAjHSDz8D2YxY8,2913
|
|
24
|
-
asteroid_odyssey/openapi_client/models/upload_execution_files200_response.py,sha256=u85oEP2bEuhszonE78VcrB_keT0UZpv16CTGvfse_v4,2735
|
|
25
|
-
asteroid_odyssey-1.1.0.dist-info/METADATA,sha256=zeR7mSgXAhWySPekN-93BR2JR7gQsnDIET3QfH52YrA,7037
|
|
26
|
-
asteroid_odyssey-1.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
27
|
-
asteroid_odyssey-1.1.0.dist-info/top_level.txt,sha256=h4T6NKscnThJ4Nhzors2NKlJeZzepnM7XvDgsnfi5HA,17
|
|
28
|
-
asteroid_odyssey-1.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
/asteroid_odyssey/{openapi_client → agents_v1_gen}/models/browser_session_recording_response.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/{openapi_client → agents_v1_gen}/models/structured_agent_execution_request.py
RENAMED
|
File without changes
|
/asteroid_odyssey/{openapi_client → agents_v1_gen}/models/upload_execution_files200_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|