asteroid-odyssey 1.6.17__py3-none-any.whl → 1.6.18__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-1.6.17.dist-info → asteroid_odyssey-1.6.18.dist-info}/METADATA +2 -2
- {asteroid_odyssey-1.6.17.dist-info → asteroid_odyssey-1.6.18.dist-info}/RECORD +4 -4
- {asteroid_odyssey-1.6.17.dist-info → asteroid_odyssey-1.6.18.dist-info}/WHEEL +0 -0
- {asteroid_odyssey-1.6.17.dist-info → asteroid_odyssey-1.6.18.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.6.
|
|
3
|
+
Version: 1.6.18
|
|
4
4
|
Summary: Python SDK for the Asteroid Agents API
|
|
5
5
|
Author-email: Asteroid <founders@asteroid.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -54,7 +54,7 @@ execution_api = ExecutionApi(client)
|
|
|
54
54
|
# Execute an agent
|
|
55
55
|
response = execution_api.agent_execute_post(
|
|
56
56
|
agent_id="your-agent-id",
|
|
57
|
-
agents_agent_execute_agent_request={"
|
|
57
|
+
agents_agent_execute_agent_request={"inputs": {"input": "value"}}
|
|
58
58
|
)
|
|
59
59
|
print(f"Execution ID: {response.execution_id}")
|
|
60
60
|
```
|
|
@@ -116,7 +116,7 @@ asteroid_odyssey/models/common_sort_direction.py,sha256=UBW99PM3QRGRRE7dB5OSBhmh
|
|
|
116
116
|
asteroid_odyssey/models/common_unauthorized_error_body.py,sha256=Ng62vZVuPWEkTvdnYimbItSKhUGT9G52ZOapMQ2O7Xg,2897
|
|
117
117
|
asteroid_odyssey/models/executions_list200_response.py,sha256=hbMbbsh7F8Cjl3S2hhRkcH4cvHCL24TVz8fwhGE9LfI,3288
|
|
118
118
|
asteroid_odyssey/models/version.py,sha256=Vjiri_a5CcDJ1lSziRqif5HuFpaxneVDLIB1r8SFIkE,707
|
|
119
|
-
asteroid_odyssey-1.6.
|
|
120
|
-
asteroid_odyssey-1.6.
|
|
121
|
-
asteroid_odyssey-1.6.
|
|
122
|
-
asteroid_odyssey-1.6.
|
|
119
|
+
asteroid_odyssey-1.6.18.dist-info/METADATA,sha256=wqjfcRajUH7hjUtaO70dbXrrv7Y-l45eUIN5139iEO8,1890
|
|
120
|
+
asteroid_odyssey-1.6.18.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
121
|
+
asteroid_odyssey-1.6.18.dist-info/top_level.txt,sha256=h4T6NKscnThJ4Nhzors2NKlJeZzepnM7XvDgsnfi5HA,17
|
|
122
|
+
asteroid_odyssey-1.6.18.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|