hermes-agent 0.16.0 → 0.18.0

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hermes-agent",
3
- "version": "0.16.0",
4
- "description": "Unofficial npm bridge for Hermes Agent 0.16.0: The self-improving AI agent \u2014 creates skills from experience, improves them during use, and runs anywhere",
3
+ "version": "0.18.0",
4
+ "description": "Unofficial npm bridge for Hermes Agent 0.18.0: 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.16.0",
39
+ "pythonPackageVersion": "0.18.0",
40
40
  "upstreamRepository": "nousresearch/hermes-agent"
41
41
  }
42
42
  }