@atomicmemory/hermes-plugin 0.1.15 → 0.1.17

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.
package/README.md CHANGED
@@ -36,7 +36,7 @@ clone is required.
36
36
 
37
37
  ```bash
38
38
  npx -y @atomicmemory/hermes-plugin install
39
- export ATOMICMEMORY_API_URL="http://127.0.0.1:3050"
39
+ export ATOMICMEMORY_API_URL="http://127.0.0.1:17350"
40
40
  export ATOMICMEMORY_API_KEY="local-dev-key"
41
41
  ```
42
42
 
package/install.mjs CHANGED
@@ -82,7 +82,7 @@ function printNextSteps(target) {
82
82
  console.log(`Installed AtomicMemory Hermes provider to ${target}`);
83
83
  console.log('');
84
84
  console.log('Next:');
85
- console.log(' export ATOMICMEMORY_API_URL="http://127.0.0.1:3050"');
85
+ console.log(' export ATOMICMEMORY_API_URL="http://127.0.0.1:17350"');
86
86
  console.log(' export ATOMICMEMORY_API_KEY="local-dev-key"');
87
87
  console.log(' hermes memory setup');
88
88
  console.log(' hermes memory status');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atomicmemory/hermes-plugin",
3
- "version": "0.1.15",
3
+ "version": "0.1.17",
4
4
  "description": "AtomicMemory native Hermes memory provider — Python SDK-backed, cross-tool memory by default.",
5
5
  "publishConfig": {
6
6
  "access": "public",
package/plugin.yaml CHANGED
@@ -1,5 +1,5 @@
1
1
  name: atomicmemory
2
- version: 0.1.15
2
+ version: 0.1.17
3
3
  description: "AtomicMemory native Hermes memory provider — Python SDK-backed, cross-tool memory by default."
4
4
  pip_dependencies:
5
5
  - "atomicmemory>=1.0.1,<2.0.0"
package/pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "atomicmemory-hermes"
7
- version = "0.1.15"
7
+ version = "0.1.17"
8
8
  description = "AtomicMemory native Hermes memory provider."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"