hum-cli 0.1.3__tar.gz → 0.1.4__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 (51) hide show
  1. {hum_cli-0.1.3 → hum_cli-0.1.4}/.github/workflows/publish.yml +1 -1
  2. {hum_cli-0.1.3 → hum_cli-0.1.4}/PKG-INFO +1 -1
  3. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/__init__.py +1 -1
  4. {hum_cli-0.1.3 → hum_cli-0.1.4}/npm/package.json +2 -2
  5. {hum_cli-0.1.3 → hum_cli-0.1.4}/pyproject.toml +1 -1
  6. {hum_cli-0.1.3 → hum_cli-0.1.4}/server/app.py +1 -1
  7. {hum_cli-0.1.3 → hum_cli-0.1.4}/.github/workflows/test.yml +0 -0
  8. {hum_cli-0.1.3 → hum_cli-0.1.4}/.gitignore +0 -0
  9. {hum_cli-0.1.3 → hum_cli-0.1.4}/README.md +0 -0
  10. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/adapters/__init__.py +0 -0
  11. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/adapters/harbor.py +0 -0
  12. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/auth.py +0 -0
  13. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/catalog.py +0 -0
  14. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/cli.py +0 -0
  15. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/engine.py +0 -0
  16. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/__init__.py +0 -0
  17. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/agents.py +0 -0
  18. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/autonomy.py +0 -0
  19. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/config.py +0 -0
  20. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/drivers.py +0 -0
  21. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/executor.py +0 -0
  22. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/grader.py +0 -0
  23. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/llm.py +0 -0
  24. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/loop.py +0 -0
  25. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/models.py +0 -0
  26. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/observe.py +0 -0
  27. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/prompt.py +0 -0
  28. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/session.py +0 -0
  29. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/store.py +0 -0
  30. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/tools.py +0 -0
  31. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/trajectory.py +0 -0
  32. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/workspace.py +0 -0
  33. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/sync.py +0 -0
  34. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/tui/cli.mjs +0 -0
  35. {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/ui.py +0 -0
  36. {hum_cli-0.1.3 → hum_cli-0.1.4}/npm/bin/hum.js +0 -0
  37. {hum_cli-0.1.3 → hum_cli-0.1.4}/npm/scripts/postinstall.js +0 -0
  38. {hum_cli-0.1.3 → hum_cli-0.1.4}/server/__init__.py +0 -0
  39. {hum_cli-0.1.3 → hum_cli-0.1.4}/server/modal_app.py +0 -0
  40. {hum_cli-0.1.3 → hum_cli-0.1.4}/tests/test_cli.py +0 -0
  41. {hum_cli-0.1.3 → hum_cli-0.1.4}/tests/test_runtime.py +0 -0
  42. {hum_cli-0.1.3 → hum_cli-0.1.4}/tests/test_server_and_auth.py +0 -0
  43. {hum_cli-0.1.3 → hum_cli-0.1.4}/tests/test_sme_ready.py +0 -0
  44. {hum_cli-0.1.3 → hum_cli-0.1.4}/tui/package-lock.json +0 -0
  45. {hum_cli-0.1.3 → hum_cli-0.1.4}/tui/package.json +0 -0
  46. {hum_cli-0.1.3 → hum_cli-0.1.4}/tui/src/app.jsx +0 -0
  47. {hum_cli-0.1.3 → hum_cli-0.1.4}/tui/src/cli.jsx +0 -0
  48. {hum_cli-0.1.3 → hum_cli-0.1.4}/tui/src/devtools-stub.js +0 -0
  49. {hum_cli-0.1.3 → hum_cli-0.1.4}/tui/src/engine.js +0 -0
  50. {hum_cli-0.1.3 → hum_cli-0.1.4}/tui/src/input.jsx +0 -0
  51. {hum_cli-0.1.3 → hum_cli-0.1.4}/tui/src/markdown.js +0 -0
@@ -42,4 +42,4 @@ jobs:
42
42
  - uses: actions/setup-node@v4
43
43
  with: { node-version: 22, registry-url: "https://registry.npmjs.org" }
44
44
  - run: npm install -g npm@latest # trusted publishing needs npm ≥ 11.5
45
- - run: cd npm && npm publish --access public --provenance
45
+ - run: cd npm && npm publish --access public --provenance=false # attestation needs a public repo; this one is private
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: hum-cli
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: An agent harness built as an RL environment that humans can drive: session trees, interchangeable human/policy drivers, counterfactual shadow, earned autonomy, verifier in the loop.
5
5
  Requires-Python: >=3.12
6
6
  Requires-Dist: httpx>=0.27
@@ -1,4 +1,4 @@
1
1
  """Hum — an agent harness built as an RL environment that humans can drive.
2
2
 
3
3
  हम (Hindi): we, us. Human and model, one harness."""
4
- __version__ = "0.1.3"
4
+ __version__ = "0.1.4"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metaphi-ai/hum",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Hum — हम. Human and model, one harness. A coding agent for your terminal.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -8,5 +8,5 @@
8
8
  "files": ["bin", "dist", "scripts"],
9
9
  "scripts": { "postinstall": "node scripts/postinstall.js" },
10
10
  "engines": { "node": ">=18" },
11
- "repository": { "type": "git", "url": "https://github.com/metaphi-labs/hum-cli" }
11
+ "repository": { "type": "git", "url": "git+https://github.com/metaphi-labs/hum-cli.git" }
12
12
  }
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "hum-cli"
3
- version = "0.1.3"
3
+ version = "0.1.4"
4
4
  description = "An agent harness built as an RL environment that humans can drive: session trees, interchangeable human/policy drivers, counterfactual shadow, earned autonomy, verifier in the loop."
5
5
  requires-python = ">=3.12"
6
6
  dependencies = ["pydantic>=2", "litellm>=1.70", "mcp>=1.2", "rich>=13", "prompt_toolkit>=3.0", "httpx>=0.27"]
@@ -64,7 +64,7 @@ if os.environ.get("HUM_ROUTES_JSON"):
64
64
  # A header value starting with "$" names an environment variable.
65
65
  MCPS: dict[str, dict[str, Any]] = json.loads(os.environ["HUM_MCP_JSON"]) if os.environ.get("HUM_MCP_JSON") else {}
66
66
 
67
- app = FastAPI(title="hum", version="0.1.3")
67
+ app = FastAPI(title="hum", version="0.1.4")
68
68
 
69
69
 
70
70
  # --- storage ------------------------------------------------------------------------
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes