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.753.tar.gz
(111.9 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.753.tar.gz.
File metadata
- Download URL: asteroid_odyssey-1.6.753.tar.gz
- Upload date:
- Size: 111.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93b36f671474161697ceb2ef45751db8174088128f2b2686e8962f0494e412cc
|
|
| MD5 |
dd669eaf6640485bf67f7a02143dadbf
|
|
| BLAKE2b-256 |
a43d1bed7ede8f1350e07b9f6651d3c23482048721b00afaeadaf38084c44178
|
File details
Details for the file asteroid_odyssey-1.6.753-py3-none-any.whl.
File metadata
- Download URL: asteroid_odyssey-1.6.753-py3-none-any.whl
- Upload date:
- Size: 377.6 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 |
c12772e6fa9c93abb2251e04c55f9a10d0c389c0534b28583e54f782acfcf670
|
|
| MD5 |
309aec8dbbe7c7b441ac668123ed09ce
|
|
| BLAKE2b-256 |
e08ca728897fbe47de2ef112b0caced0da34ec5f660b125ae2b3cae94c431220
|