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.658.tar.gz
(111.2 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.658.tar.gz.
File metadata
- Download URL: asteroid_odyssey-1.6.658.tar.gz
- Upload date:
- Size: 111.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd99d864ec057166f3e69967b1d1c0280be2a92ac2203fe1cb45d53bb7450833
|
|
| MD5 |
d648ce817d5d560a076e8dc2e9a36c90
|
|
| BLAKE2b-256 |
0917ac5ea2f789e6f9482f7c386c4f9b1be1dce915a8a5c29ce9cba838eb912b
|
File details
Details for the file asteroid_odyssey-1.6.658-py3-none-any.whl.
File metadata
- Download URL: asteroid_odyssey-1.6.658-py3-none-any.whl
- Upload date:
- Size: 375.8 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 |
42fb27dc4bbe4ab8438e9eaa4ba4c851dc2fdd3d6c78ce590076e74c5476c488
|
|
| MD5 |
17f2e1a11a2ed92486b7ef70aa40f023
|
|
| BLAKE2b-256 |
2297a30b0e528def86ce6b7ac34c749ee703d0d449604efb2d690d24bd23883b
|