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.7
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.7.tar.gz | 162.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| asteroid_odyssey-1.8.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 702.1 kB
Release files / asteroid_odyssey-1.8.7.tar.gz
| Download URL | asteroid_odyssey-1.8.7.tar.gz |
|---|---|
| Size | 162.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3697822800b43f3779546fdbf2dbdc31243485321f83660afd4459519eba2f31
|
|
BLAKE2b-256 checksum How to use checksums |
4e0568bdf7ac7ea0d5e02007ec44615d76282fea1ccf0e17f5673a7b228990de
|
| 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.7-py3-none-any.whl
| Download URL | asteroid_odyssey-1.8.7-py3-none-any.whl |
|---|---|
| Size | 539.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9c8124a799c2876fb00dfcf493f0371389b137ff0281ace3f0690428c90ca301
|
|
BLAKE2b-256 checksum How to use checksums |
21f3182079d14d3eff1391c37339f5f189af105a307a07077c2c0a00382e18de
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|