hydracept
Python client for the Hydracept public API — AI execution infrastructure for games.
pip install hydracept
Prefer the module entry point (works when hydracept is not on PATH, common on Windows):
python -m hydracept --help
python -m hydracept login --token <HYDRACEPT_API_KEY> # agents / headless
python -m hydracept login # browser device flow
python -m hydracept init --apply --yes
python -m hydracept doctor
python -m hydracept smoke
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",
},
)
Docs: https://docs.hydracept.com · 5-minute path: https://docs.hydracept.com/five-minute-game-asset/
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.2.1.tar.gz
(15.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
hydracept-0.2.1-py3-none-any.whl
(16.0 kB
view details)
File details
Details for the file hydracept-0.2.1.tar.gz.
File metadata
- Download URL: hydracept-0.2.1.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38ec71b7bf785a4adef76eefa703b86a3062deb82264cc1206df1d176be3f3ca
|
|
| MD5 |
83efe0314b7fde3070bf74fc6ed8a9f6
|
|
| BLAKE2b-256 |
ecb6516d1abcaca150e2a401a9b911c93656f80d959131a3cccd1fcf380bf05d
|
File details
Details for the file hydracept-0.2.1-py3-none-any.whl.
File metadata
- Download URL: hydracept-0.2.1-py3-none-any.whl
- Upload date:
- Size: 16.0 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 |
9bb644296e6698061d1a82edb26537e89cdcba301bdef6ee0ba6e790290abc14
|
|
| MD5 |
c7aa1f12c2ff484065bd2fc8fbee9e37
|
|
| BLAKE2b-256 |
5b19169fd68f147a1e96f774dbe420ef42e05af6e47d3252b755fa51a8e0632d
|