From f0186fa573b6abd7ac600981b35e29e0be143321 Mon Sep 17 00:00:00 2001 From: panditdhamdhere Date: Thu, 12 Mar 2026 22:29:35 +0530 Subject: [PATCH] docs: add opg_token and tee_registry to client module list Both modules exist and have doc pages but were not listed in the client package overview. Improves discoverability for OPG approval and TEE registry usage. Made-with: Cursor --- src/opengradient/client/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/opengradient/client/__init__.py b/src/opengradient/client/__init__.py index 2f5945c..8e1ebbe 100644 --- a/src/opengradient/client/__init__.py +++ b/src/opengradient/client/__init__.py @@ -7,6 +7,8 @@ - **`opengradient.client.model_hub`** -- Model repository management: create, version, and upload ML models - **`opengradient.client.alpha`** -- Alpha Testnet features: on-chain ONNX model inference (VANILLA, TEE, ZKML modes), workflow deployment, and scheduled ML model execution (OpenGradient testnet gas tokens) - **`opengradient.client.twins`** -- Digital twins chat via OpenGradient verifiable inference +- **`opengradient.client.opg_token`** -- OPG token Permit2 approval utilities for x402 payments +- **`opengradient.client.tee_registry`** -- TEE registry client for verified endpoints and TLS certificates ## Usage