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.516.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.516.tar.gz.
File metadata
- Download URL: asteroid_odyssey-1.7.516.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 |
6ca82fa713c4415686469ab845dd209f02c5230497878d0e2fcabfd43cf12700
|
|
| MD5 |
2f077b15bdfcc10265761b5d8136ad1f
|
|
| BLAKE2b-256 |
eef6739660958aa251ca5ace9bd7178abdac7b97c162495d6abb72d8ec99396e
|
File details
Details for the file asteroid_odyssey-1.7.516-py3-none-any.whl.
File metadata
- Download URL: asteroid_odyssey-1.7.516-py3-none-any.whl
- Upload date:
- Size: 537.2 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 |
5f7464030cf13e8e4cb0ab12f6a080fb4a5606efa430b36985ad529dc1569ce5
|
|
| MD5 |
6fc4713ea34205f5703f901475fbba4c
|
|
| BLAKE2b-256 |
de20123a35c35f520df96ec9958a790e6b24bf1c0acf625e25087589e4271315
|