hermes-agent 0.15.1 → 0.15.2

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -91,12 +91,12 @@ what the script does, see [SECURITY.md](SECURITY.md).
91
91
  `.github/workflows/npm-publish.yml` runs:
92
92
 
93
93
  - manually with `workflow_dispatch`
94
- - hourly on a schedule
94
+ - four times per hour on a schedule
95
95
  - when a tag matching `npm-v*` is pushed
96
96
 
97
97
  The workflow:
98
98
 
99
- 1. Fetches the current Hermes Agent version from upstream `pyproject.toml`.
99
+ 1. Fetches the latest published Hermes Agent version from PyPI.
100
100
  2. Updates `package.json` in the workflow workspace.
101
101
  3. Skips publishing if `hermes-agent@<version>` already exists on npm.
102
102
  4. Skips publishing if the matching Python `hermes-agent==<version>` package
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hermes-agent",
3
- "version": "0.15.1",
4
- "description": "Unofficial npm bridge for Hermes Agent 0.15.1: The self-improving AI agent \u2014 creates skills from experience, improves them during use, and runs anywhere",
3
+ "version": "0.15.2",
4
+ "description": "Unofficial npm bridge for Hermes Agent 0.15.2: The self-improving AI agent \u2014 creates skills from experience, improves them during use, and runs anywhere",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",
7
7
  "bin": {
@@ -36,7 +36,7 @@
36
36
  "SECURITY.md"
37
37
  ],
38
38
  "hermesAgent": {
39
- "pythonPackageVersion": "0.15.1",
39
+ "pythonPackageVersion": "0.15.2",
40
40
  "upstreamRepository": "nousresearch/hermes-agent"
41
41
  }
42
42
  }