Asteroid Odyssey Python SDK
Python SDK for the Asteroid Agents API.
Installation
pip install asteroid-odyssey
Usage
from asteroid_odyssey import ApiClient, Configuration, ExecutionApi
# Configure the client
config = Configuration(
host="https://odyssey.asteroid.ai/agents/v2",
api_key={"ApiKeyAuth": "your-api-key"}
)
client = ApiClient(config)
execution_api = ExecutionApi(client)
# Execute an agent
response = execution_api.agent_execute_post(
agent_id="your-agent-id",
agents_agent_execute_agent_request={"inputs": {"input": "value"}}
)
print(f"Execution ID: {response.execution_id}")
Documentation
See docs.asteroid.ai for full documentation.
Release files for asteroid-odyssey 1.8.55
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| asteroid_odyssey-1.8.55.tar.gz | 173.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| asteroid_odyssey-1.8.55-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 752.5 kB
Release files / asteroid_odyssey-1.8.55.tar.gz
| Download URL | asteroid_odyssey-1.8.55.tar.gz |
|---|---|
| Size | 173.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c6367e89be897f68269d6b64114aacf3ea706f6ba0772c149234444601169ed1
|
|
BLAKE2b-256 checksum How to use checksums |
ef8b1dbe4ff3bc961f9ba7262e5c7b5f49edfbdc1ba9ddd411416cd6df4d5505
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|
Release files / asteroid_odyssey-1.8.55-py3-none-any.whl
| Download URL | asteroid_odyssey-1.8.55-py3-none-any.whl |
|---|---|
| Size | 578.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1c5e2091fea5f9ca3c7f567776983d00b182b1d9f56717a4a825ba7267069a36
|
|
BLAKE2b-256 checksum How to use checksums |
f8504a74b8ced907182a6dcac189ec33ae585b3f12dd7f4ad18f646eef73ae09
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|