Metadata-Version: 2.4
Name: auspexai
Version: 0.1.0
Summary: AuspexAI — volunteer compute network for AI safety research. Metapackage: installs the researcher SDK; see README for the full package map.
Project-URL: Homepage, https://auspexai.network
Project-URL: Organization, https://github.com/auspexai
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: auspexai-tenant
Description-Content-Type: text/markdown

# AuspexAI

AuspexAI is a volunteer compute network for AI safety research: researchers
submit deterministic experiments; volunteers run them; every result is
replicated, signed, attested, and anchored in a public transparency log —
so AuspexAI runs are citable and re-verifiable, forever.

This is the **metapackage** holding the `auspexai` name. Installing it
installs the researcher SDK (`auspexai-tenant`). The real packages:

| Package | What it is | Install |
|---|---|---|
| [`auspexai-tenant`](https://pypi.org/project/auspexai-tenant/) | Researcher SDK: keys, manifest signing, submission, the evidence verify chain (`bundle verify`) and verified evidence loader | `pip install auspexai-tenant` |
| [`auspexai-researcher-dashboard`](https://pypi.org/project/auspexai-researcher-dashboard/) | Your local, tenant-scoped dashboard (web UI embedded) | `pip install auspexai-researcher-dashboard` |
| `auspexai-worker` | Volunteer worker daemon | use the onramp: `https://getworker.auspexai.network` |

Releases of all packages are Sigstore-signed; the trust roster lives at
[AUTHORIZED_SIGNERS.md](https://github.com/auspexai/.github/blob/main/security/AUTHORIZED_SIGNERS.md).
Governance: [GOVERNANCE.md](https://github.com/auspexai/.github/blob/main/GOVERNANCE.md).
