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.7.133.tar.gz
(124.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.133.tar.gz.
File metadata
- Download URL: asteroid_odyssey-1.7.133.tar.gz
- Upload date:
- Size: 124.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d641482dd306d520855e4e2cdcff25c71416b56de941514b3fed7cbba27f469
|
|
| MD5 |
7bee526d26a26e73ec2c6b53b4175a58
|
|
| BLAKE2b-256 |
9284e95bedcc9d24d55750f8c2b9b3e5e42627a6735a8dd45271ec839c94be7e
|
File details
Details for the file asteroid_odyssey-1.7.133-py3-none-any.whl.
File metadata
- Download URL: asteroid_odyssey-1.7.133-py3-none-any.whl
- Upload date:
- Size: 423.4 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 |
ea7b9dd3cdf0d9ead3145c2d8b348cced947517b4ed3641930a562ead14d9048
|
|
| MD5 |
deff49cd04fb2fd3008ee86d03b8d3f3
|
|
| BLAKE2b-256 |
8eb922ddf3048e09e5997344fbb8990f3cd158f2adb852f6789e5d67420f088e
|