hypercli-cli 2026.4.9__tar.gz → 2026.4.13__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.
Files changed (39) hide show
  1. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/PKG-INFO +4 -4
  2. hypercli_cli-2026.4.13/hypercli_cli/__init__.py +1 -0
  3. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/agents.py +0 -4
  4. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/llm.py +1 -1
  5. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/pyproject.toml +4 -4
  6. hypercli_cli-2026.4.9/hypercli_cli/__init__.py +0 -1
  7. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/.gitignore +0 -0
  8. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/README.md +0 -0
  9. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/agent.py +0 -0
  10. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/billing.py +0 -0
  11. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/cli.py +0 -0
  12. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/comfyui.py +0 -0
  13. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/embed.py +0 -0
  14. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/files.py +0 -0
  15. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/flow.py +0 -0
  16. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/instances.py +0 -0
  17. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/jobs.py +0 -0
  18. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/keys.py +0 -0
  19. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/onboard.py +0 -0
  20. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/output.py +0 -0
  21. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/renders.py +0 -0
  22. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/stt.py +0 -0
  23. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/tui/__init__.py +0 -0
  24. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/tui/job_monitor.py +0 -0
  25. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/user.py +0 -0
  26. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/voice.py +0 -0
  27. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/hypercli_cli/wallet.py +0 -0
  28. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/tests/test_agent_env_resolution.py +0 -0
  29. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/tests/test_config_command.py +0 -0
  30. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/tests/test_exec_shell_dryrun.py +0 -0
  31. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/tests/test_flow_command.py +0 -0
  32. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/tests/test_flow_visibility.py +0 -0
  33. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/tests/test_jobs_list_tags.py +0 -0
  34. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/tests/test_llm_command.py +0 -0
  35. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/tests/test_me_command.py +0 -0
  36. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/tests/test_openclaw_config.py +0 -0
  37. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/tests/test_voice_command.py +0 -0
  38. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/tests/test_wallet_command.py +0 -0
  39. {hypercli_cli-2026.4.9 → hypercli_cli-2026.4.13}/tests/test_wallet_migration_integration.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hypercli-cli
3
- Version: 2026.4.9
3
+ Version: 2026.4.13
4
4
  Summary: CLI for HyperCLI - GPU orchestration and LLM API
5
5
  Project-URL: Homepage, https://hypercli.com
6
6
  Project-URL: Documentation, https://docs.hypercli.com
@@ -9,7 +9,7 @@ Author-email: HyperCLI <support@hypercli.com>
9
9
  License: MIT
10
10
  Requires-Python: >=3.10
11
11
  Requires-Dist: httpx>=0.27.0
12
- Requires-Dist: hypercli-sdk>=2026.4.9
12
+ Requires-Dist: hypercli-sdk>=2026.4.13
13
13
  Requires-Dist: mutagen>=1.47.0
14
14
  Requires-Dist: openai>=2.8.1
15
15
  Requires-Dist: pyyaml>=6.0
@@ -20,11 +20,11 @@ Provides-Extra: all
20
20
  Requires-Dist: argon2-cffi>=25.0.0; extra == 'all'
21
21
  Requires-Dist: eth-account>=0.13.0; extra == 'all'
22
22
  Requires-Dist: faster-whisper>=1.1.0; extra == 'all'
23
- Requires-Dist: hypercli-sdk[comfyui]>=2026.4.9; extra == 'all'
23
+ Requires-Dist: hypercli-sdk[comfyui]>=2026.4.13; extra == 'all'
24
24
  Requires-Dist: web3>=7.0.0; extra == 'all'
25
25
  Requires-Dist: x402[evm,httpx]>=2.0.0; extra == 'all'
26
26
  Provides-Extra: comfyui
27
- Requires-Dist: hypercli-sdk[comfyui]>=2026.4.9; extra == 'comfyui'
27
+ Requires-Dist: hypercli-sdk[comfyui]>=2026.4.13; extra == 'comfyui'
28
28
  Provides-Extra: dev
29
29
  Requires-Dist: pytest>=8.0.0; extra == 'dev'
30
30
  Requires-Dist: ruff>=0.3.0; extra == 'dev'
@@ -0,0 +1 @@
1
+ __version__ = "2026.4.13"
@@ -278,8 +278,6 @@ def budget():
278
278
  def create(
279
279
  name: str = typer.Option(None, "--name", "-n", help="Agent name (auto-generated if omitted, becomes {name}.hypercli.com)"),
280
280
  size: str = typer.Option(None, "--size", "-s", help="Size preset: small, medium, large"),
281
- cpu: int = typer.Option(None, "--cpu", help="Custom CPU in cores"),
282
- memory: int = typer.Option(None, "--memory", help="Custom memory in GB"),
283
281
  env: list[str] = typer.Option(None, "--env", "-e", help="Environment variable (KEY=VALUE). Repeatable."),
284
282
  port: list[str] = typer.Option(None, "--port", help="Expose port as PORT or PORT:noauth. Repeatable."),
285
283
  command: str = typer.Option(None, "--command", help="Container args as a shell-style string"),
@@ -307,8 +305,6 @@ def create(
307
305
  pod = agents.create(
308
306
  name=name,
309
307
  size=size,
310
- cpu=cpu,
311
- memory=memory,
312
308
  env=env_dict,
313
309
  ports=ports_list,
314
310
  command=command_argv,
@@ -99,7 +99,7 @@ def _get_openai_client(api_key: str, api_base: str):
99
99
  from openai import OpenAI
100
100
  except ImportError:
101
101
  console.print("[red]❌ The llm command requires the openai package.[/red]")
102
- console.print("Reinstall or upgrade with [bold]pip install 'hypercli-cli>=2026.4.7'[/bold].")
102
+ console.print("Reinstall or upgrade with [bold]pip install 'hypercli-cli>=2026.4.13'[/bold].")
103
103
  raise typer.Exit(1)
104
104
  return OpenAI(api_key=api_key, base_url=f"{api_base}/v1")
105
105
 
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "hypercli-cli"
7
- version = "2026.4.9"
7
+ version = "2026.4.13"
8
8
  description = "CLI for HyperCLI - GPU orchestration and LLM API"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -13,7 +13,7 @@ authors = [
13
13
  { name = "HyperCLI", email = "support@hypercli.com" }
14
14
  ]
15
15
  dependencies = [
16
- "hypercli-sdk>=2026.4.9",
16
+ "hypercli-sdk>=2026.4.13",
17
17
  "openai>=2.8.1",
18
18
  "typer>=0.20.0",
19
19
  "rich>=14.2.0",
@@ -25,7 +25,7 @@ dependencies = [
25
25
 
26
26
  [project.optional-dependencies]
27
27
  comfyui = [
28
- "hypercli-sdk[comfyui]>=2026.4.9",
28
+ "hypercli-sdk[comfyui]>=2026.4.13",
29
29
  ]
30
30
  wallet = [
31
31
  "x402[httpx,evm]>=2.0.0",
@@ -38,7 +38,7 @@ stt = [
38
38
  "faster-whisper>=1.1.0",
39
39
  ]
40
40
  all = [
41
- "hypercli-sdk[comfyui]>=2026.4.9",
41
+ "hypercli-sdk[comfyui]>=2026.4.13",
42
42
  "x402[httpx,evm]>=2.0.0",
43
43
  "eth-account>=0.13.0",
44
44
  "web3>=7.0.0",
@@ -1 +0,0 @@
1
- __version__ = "2026.4.7"