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.462.tar.gz
(161.6 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.462.tar.gz.
File metadata
- Download URL: asteroid_odyssey-1.7.462.tar.gz
- Upload date:
- Size: 161.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51d5b80f3db9c6a292e612b90e4ded7c83d01ab2e86a6443d034aa014e345e5d
|
|
| MD5 |
eea511e2e8329f75f2bfb5ee2e8e85e2
|
|
| BLAKE2b-256 |
a10fccd6d442d1c3fb627e95fb72881ca2fbc8dc1af9400987d0a942f6c62b7b
|
File details
Details for the file asteroid_odyssey-1.7.462-py3-none-any.whl.
File metadata
- Download URL: asteroid_odyssey-1.7.462-py3-none-any.whl
- Upload date:
- Size: 536.3 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 |
be19a8523d66e2df58f6a48d3692b487bbec146202d4e712ea4fd11edde75226
|
|
| MD5 |
0e70e34cc15b00857fb82e3d96f8f116
|
|
| BLAKE2b-256 |
ac0d96e98bf652ef67b43cdaa5fdfc3f71be6e41ab718eb5428fe702989a193e
|