hypercli-sdk 2026.4.9__tar.gz → 2026.4.13.post3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/PKG-INFO +14 -1
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/README.md +13 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/__init__.py +41 -1
- hypercli_sdk-2026.4.13.post3/hypercli/agent.py +1003 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/agents.py +8 -30
- hypercli_sdk-2026.4.13.post3/hypercli/gateway.py +7 -0
- hypercli_sdk-2026.4.13.post3/hypercli/openclaw/__init__.py +25 -0
- {hypercli_sdk-2026.4.9/hypercli → hypercli_sdk-2026.4.13.post3/hypercli/openclaw}/gateway.py +7 -2
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/pyproject.toml +1 -1
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/test_agents.py +6 -4
- hypercli_sdk-2026.4.13.post3/tests/test_bootstrap_console_test_key.py +81 -0
- hypercli_sdk-2026.4.13.post3/tests/test_bootstrap_dev_test_keys.py +104 -0
- hypercli_sdk-2026.4.13.post3/tests/test_claw.py +697 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/test_gateway.py +52 -2
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/test_gateway_retry.py +4 -2
- hypercli_sdk-2026.4.9/hypercli/agent.py +0 -386
- hypercli_sdk-2026.4.9/tests/test_claw.py +0 -342
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/.gitignore +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/billing.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/client.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/config.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/files.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/http.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/instances.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/job/__init__.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/job/base.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/job/comfyui.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/job/gradio.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/jobs.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/keys.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/logs.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/models.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/renders.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/shell.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/user.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/voice.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/hypercli/x402.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/integration/conftest.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/integration/test_agents.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/integration/test_auth.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/integration/test_billing.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/integration/test_instances.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/integration/test_jobs_dryrun.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/integration/test_keys.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/integration/test_renders.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/test_apply_params.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/test_config.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/test_exec_shell_dryrun.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/test_graph_to_api.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/test_http.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/test_jobs.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/test_keys.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/test_models.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/test_renders_subscription.py +0 -0
- {hypercli_sdk-2026.4.9 → hypercli_sdk-2026.4.13.post3}/tests/test_voice.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hypercli-sdk
|
|
3
|
-
Version: 2026.4.
|
|
3
|
+
Version: 2026.4.13.post3
|
|
4
4
|
Summary: Python SDK for HyperCLI - GPU orchestration and HyperAgent API
|
|
5
5
|
Project-URL: Homepage, https://hypercli.com
|
|
6
6
|
Project-URL: Documentation, https://docs.hypercli.com
|
|
@@ -132,6 +132,19 @@ response = client.chat.completions.create(
|
|
|
132
132
|
)
|
|
133
133
|
```
|
|
134
134
|
|
|
135
|
+
## OpenClaw Agents
|
|
136
|
+
|
|
137
|
+
OpenClaw uses the generic deployment launch surface. `registry_url`, `registry_auth`, `sync_root`, and `sync_enabled` are generic deployment options; the OpenClaw helpers only add defaults such as routes, image, and `sync_root=/home/node`.
|
|
138
|
+
|
|
139
|
+
```python
|
|
140
|
+
agent = client.deployments.create_openclaw(
|
|
141
|
+
name="docs-demo",
|
|
142
|
+
start=True,
|
|
143
|
+
registry_url="git.nedos.co",
|
|
144
|
+
registry_auth={"username": "ci", "password": "token"},
|
|
145
|
+
)
|
|
146
|
+
```
|
|
147
|
+
|
|
135
148
|
## Error Handling
|
|
136
149
|
|
|
137
150
|
```python
|
|
@@ -101,6 +101,19 @@ response = client.chat.completions.create(
|
|
|
101
101
|
)
|
|
102
102
|
```
|
|
103
103
|
|
|
104
|
+
## OpenClaw Agents
|
|
105
|
+
|
|
106
|
+
OpenClaw uses the generic deployment launch surface. `registry_url`, `registry_auth`, `sync_root`, and `sync_enabled` are generic deployment options; the OpenClaw helpers only add defaults such as routes, image, and `sync_root=/home/node`.
|
|
107
|
+
|
|
108
|
+
```python
|
|
109
|
+
agent = client.deployments.create_openclaw(
|
|
110
|
+
name="docs-demo",
|
|
111
|
+
start=True,
|
|
112
|
+
registry_url="git.nedos.co",
|
|
113
|
+
registry_auth={"username": "ci", "password": "token"},
|
|
114
|
+
)
|
|
115
|
+
```
|
|
116
|
+
|
|
104
117
|
## Error Handling
|
|
105
118
|
|
|
106
119
|
```python
|
|
@@ -43,9 +43,29 @@ from .agent import (
|
|
|
43
43
|
HyperAgent,
|
|
44
44
|
HyperAgentPlan,
|
|
45
45
|
HyperAgentCurrentPlan,
|
|
46
|
+
HyperAgentEntitlements,
|
|
47
|
+
HyperAgentEntitlementsSummary,
|
|
46
48
|
HyperAgentSubscription,
|
|
47
49
|
HyperAgentSubscriptionSummary,
|
|
48
50
|
HyperAgentModel,
|
|
51
|
+
HyperAgentUsageSummary,
|
|
52
|
+
HyperAgentUsageHistoryEntry,
|
|
53
|
+
HyperAgentUsageHistory,
|
|
54
|
+
HyperAgentKeyUsageEntry,
|
|
55
|
+
HyperAgentKeyUsage,
|
|
56
|
+
HyperAgentTypePreset,
|
|
57
|
+
HyperAgentTypePlan,
|
|
58
|
+
HyperAgentTypeCatalog,
|
|
59
|
+
HyperAgentBillingProfileFields,
|
|
60
|
+
HyperAgentBillingInfo,
|
|
61
|
+
HyperAgentBillingProfileResponse,
|
|
62
|
+
HyperAgentBillingUser,
|
|
63
|
+
HyperAgentPaymentSubscription,
|
|
64
|
+
HyperAgentPaymentEntitlement,
|
|
65
|
+
HyperAgentPayment,
|
|
66
|
+
HyperAgentPaymentsResponse,
|
|
67
|
+
HyperAgentStripeCheckoutResponse,
|
|
68
|
+
HyperAgentX402CheckoutResponse,
|
|
49
69
|
)
|
|
50
70
|
from .gateway import (
|
|
51
71
|
GatewayClient,
|
|
@@ -58,7 +78,7 @@ from .gateway import (
|
|
|
58
78
|
extract_gateway_chat_tool_calls,
|
|
59
79
|
normalize_gateway_chat_message,
|
|
60
80
|
)
|
|
61
|
-
__version__ = "2026.4.
|
|
81
|
+
__version__ = "2026.4.13.post3"
|
|
62
82
|
__all__ = [
|
|
63
83
|
"HyperCLI",
|
|
64
84
|
"configure",
|
|
@@ -141,9 +161,29 @@ __all__ = [
|
|
|
141
161
|
"HyperAgent",
|
|
142
162
|
"HyperAgentPlan",
|
|
143
163
|
"HyperAgentCurrentPlan",
|
|
164
|
+
"HyperAgentEntitlements",
|
|
165
|
+
"HyperAgentEntitlementsSummary",
|
|
144
166
|
"HyperAgentSubscription",
|
|
145
167
|
"HyperAgentSubscriptionSummary",
|
|
146
168
|
"HyperAgentModel",
|
|
169
|
+
"HyperAgentUsageSummary",
|
|
170
|
+
"HyperAgentUsageHistoryEntry",
|
|
171
|
+
"HyperAgentUsageHistory",
|
|
172
|
+
"HyperAgentKeyUsageEntry",
|
|
173
|
+
"HyperAgentKeyUsage",
|
|
174
|
+
"HyperAgentTypePreset",
|
|
175
|
+
"HyperAgentTypePlan",
|
|
176
|
+
"HyperAgentTypeCatalog",
|
|
177
|
+
"HyperAgentBillingProfileFields",
|
|
178
|
+
"HyperAgentBillingInfo",
|
|
179
|
+
"HyperAgentBillingProfileResponse",
|
|
180
|
+
"HyperAgentBillingUser",
|
|
181
|
+
"HyperAgentPaymentSubscription",
|
|
182
|
+
"HyperAgentPaymentEntitlement",
|
|
183
|
+
"HyperAgentPayment",
|
|
184
|
+
"HyperAgentPaymentsResponse",
|
|
185
|
+
"HyperAgentStripeCheckoutResponse",
|
|
186
|
+
"HyperAgentX402CheckoutResponse",
|
|
147
187
|
# OpenClaw Gateway
|
|
148
188
|
"GatewayClient",
|
|
149
189
|
"GatewayError",
|