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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asteroid_odyssey-1.7.479.tar.gz
(162.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file asteroid_odyssey-1.7.479.tar.gz.
File metadata
- Download URL: asteroid_odyssey-1.7.479.tar.gz
- Upload date:
- Size: 162.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc9aeb9f83536fd731b1b039fe6a7e0fb31fcae25df43841fd294f76457b40cb
|
|
| MD5 |
665cedaa2459ac55fbff973a379bd316
|
|
| BLAKE2b-256 |
3173cc339ca2b4602ece3cfcab988f4afdbda9d372572e23db1a555119f5ac9d
|
File details
Details for the file asteroid_odyssey-1.7.479-py3-none-any.whl.
File metadata
- Download URL: asteroid_odyssey-1.7.479-py3-none-any.whl
- Upload date:
- Size: 538.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c029ba86310e2dcd387e91d538362b4ed6bc86078b41cb35aef579a6f0acb65a
|
|
| MD5 |
192ebe3d4096121888961433a5b9f1bf
|
|
| BLAKE2b-256 |
202d127891e500729badf104f7da68e531d9a2defe80e55c5cb32a95ba860bdd
|