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.18
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.18.tar.gz | 163.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| asteroid_odyssey-1.8.18-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 705.9 kB
Release files / asteroid_odyssey-1.8.18.tar.gz
| Download URL | asteroid_odyssey-1.8.18.tar.gz |
|---|---|
| Size | 163.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4f30ea5ed5886429b3825d95effb8b8583d54379a5a944b4bfaff11a2619ca6c
|
|
BLAKE2b-256 checksum How to use checksums |
02ccf7b6eea46ba7fc7f829f056cd87520498b0e464247261b93fd5f933932ee
|
| 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.18-py3-none-any.whl
| Download URL | asteroid_odyssey-1.8.18-py3-none-any.whl |
|---|---|
| Size | 542.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c9c9b40b5a732db11ddc09caa771209f739713350df1b4b8c7b6dcc9a48e54f2
|
|
BLAKE2b-256 checksum How to use checksums |
01aa87f7fa02f6a4b712507699d9e314cd6edbbebb405a652469148b2d3616c0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|