hydracept
Python client for the Hydracept public API — AI execution infrastructure for games.
pip install hydracept
If hydracept is not on your PATH (common on Windows), use the module entry point:
python -m hydracept --help
python -m hydracept login
python -m hydracept doctor
from hydracept import HydraceptClient
client = HydraceptClient("https://api.hydracept.com", token="...")
job = client.submit_capability_job(
"image.generate.v1",
{
"context": {
"productId": "my-product",
"projectId": "cpr_...",
"environment": "development",
},
"input": {"prompt": "cute slime icon"},
"execution": {"executionPreference": "automatic"},
"idempotencyKey": "demo-1",
},
)
CLI: hydracept login, hydracept init, hydracept doctor
Docs: https://docs.hydracept.com
A Zencode product · © Zencode Consulting Inc.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hydracept-0.1.2.tar.gz
(11.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
hydracept-0.1.2-py3-none-any.whl
(13.3 kB
view details)
File details
Details for the file hydracept-0.1.2.tar.gz.
File metadata
- Download URL: hydracept-0.1.2.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc633d5d64570eb462ad14fe0e0836ef54cdbc9d58fed0745187f983ad9d8911
|
|
| MD5 |
d39302f72cc733aaf99cf63ec8612539
|
|
| BLAKE2b-256 |
4752d988233114c1d842db3ad4fc996ed5d61c57bfbc51559ba2d932f16a899c
|
File details
Details for the file hydracept-0.1.2-py3-none-any.whl.
File metadata
- Download URL: hydracept-0.1.2-py3-none-any.whl
- Upload date:
- Size: 13.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6248e8fb4522492c2aaefcc6d2bdc177e391e4c9ed130ba521d3c7f66e3a03a
|
|
| MD5 |
ebe0b8b3e78a0393897c5ba598255ff6
|
|
| BLAKE2b-256 |
e0955d2c29c9f6cb75db2b37bd6af4b2874811620e640c492620dc2208e5cf8c
|