Python SDK for the Asteroid Agents API
Project description
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.
Project details
Release history Release notifications | RSS feed
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.6.488.tar.gz
(106.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.6.488.tar.gz.
File metadata
- Download URL: asteroid_odyssey-1.6.488.tar.gz
- Upload date:
- Size: 106.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10f593b105bceeb097e0bbe4f24f49f8f66068b8ccdf4e622a71ec79b1027161
|
|
| MD5 |
9150b1e0661b6d4938cfcb2c5764adbf
|
|
| BLAKE2b-256 |
9dfb30268da177a5fbe6d6589f4a48b5a3739f04a50d0e745722ff39ce49edc0
|
File details
Details for the file asteroid_odyssey-1.6.488-py3-none-any.whl.
File metadata
- Download URL: asteroid_odyssey-1.6.488-py3-none-any.whl
- Upload date:
- Size: 358.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8dde53d10a0474118c1a63a3444fdaaa559323390f41e91ac92cbecbe548997
|
|
| MD5 |
10b2bdfb0b9291d15448ec28668999c3
|
|
| BLAKE2b-256 |
829227b5c0f0af2fef08b64a17481d2eb9b5901bba36bc5017e51390ef740b09
|