Releases: auraoneai/sdk-python
Releases · auraoneai/sdk-python
v0.1.1 — Initial public release (subpackages fix)
First installable release of auraone-sdk.
pip install auraone-sdkNote on v0.1.0
v0.1.0 was published but the wheel only included top-level aura and aura_one — subpackages aura_one.services, aura.operators, and aura.plugins were missing, breaking imports. v0.1.1 switches to setuptools.packages.find so all subpackages ship.
See CHANGELOG.md for the full notes.
What's included
AuraClientandAuraOneClient(sync + async) with retries, idempotent eval creation, polling helpersauraCLI: list-templates, evaluate, quotas, system-health- Airflow operator for triggering AuraOne evals from DAGs
- GraphQL client alongside REST
- Published via PyPI trusted publishing (OIDC)