@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 +1 -1
- package/install.mjs +1 -1
- package/package.json +1 -1
- package/plugin.yaml +1 -1
- package/pyproject.toml +1 -1
package/README.md
CHANGED
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:
|
|
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
package/plugin.yaml
CHANGED
package/pyproject.toml
CHANGED