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.
- {hum_cli-0.1.3 → hum_cli-0.1.4}/.github/workflows/publish.yml +1 -1
- {hum_cli-0.1.3 → hum_cli-0.1.4}/PKG-INFO +1 -1
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/__init__.py +1 -1
- {hum_cli-0.1.3 → hum_cli-0.1.4}/npm/package.json +2 -2
- {hum_cli-0.1.3 → hum_cli-0.1.4}/pyproject.toml +1 -1
- {hum_cli-0.1.3 → hum_cli-0.1.4}/server/app.py +1 -1
- {hum_cli-0.1.3 → hum_cli-0.1.4}/.github/workflows/test.yml +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/.gitignore +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/README.md +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/adapters/__init__.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/adapters/harbor.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/auth.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/catalog.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/cli.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/engine.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/__init__.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/agents.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/autonomy.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/config.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/drivers.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/executor.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/grader.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/llm.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/loop.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/models.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/observe.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/prompt.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/session.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/store.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/tools.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/trajectory.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/runtime/workspace.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/sync.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/tui/cli.mjs +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/hum/ui.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/npm/bin/hum.js +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/npm/scripts/postinstall.js +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/server/__init__.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/server/modal_app.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/tests/test_cli.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/tests/test_runtime.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/tests/test_server_and_auth.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/tests/test_sme_ready.py +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/tui/package-lock.json +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/tui/package.json +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/tui/src/app.jsx +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/tui/src/cli.jsx +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/tui/src/devtools-stub.js +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/tui/src/engine.js +0 -0
- {hum_cli-0.1.3 → hum_cli-0.1.4}/tui/src/input.jsx +0 -0
- {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
|
+
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metaphi-ai/hum",
|
|
3
|
-
"version": "0.1.
|
|
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
|
+
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.
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|