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.49
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.49.tar.gz | 173.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| asteroid_odyssey-1.8.49-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 752.0 kB
Release files / asteroid_odyssey-1.8.49.tar.gz
| Download URL | asteroid_odyssey-1.8.49.tar.gz |
|---|---|
| Size | 173.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a450f191c3459defe76aee8c6d41552c1516ae08af7994c523becff4bd3d5fa0
|
|
BLAKE2b-256 checksum How to use checksums |
60ba2969810b09aaaa2620f1e5381d9a8e563855a3cb17dd66984362dde8cf19
|
| 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.49-py3-none-any.whl
| Download URL | asteroid_odyssey-1.8.49-py3-none-any.whl |
|---|---|
| Size | 578.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4bc0b9b77ae319b410a6717c9cb182533bf760e766382a139d1337e321d1e5ca
|
|
BLAKE2b-256 checksum How to use checksums |
9ee9ced144b5008fa373050c36ca9cf28683c98588701c2384e9761dd1c05b68
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|