@signetai/connector-hermes-agent 0.225.0 → 0.226.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.
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -36303,7 +36303,7 @@ ${content}`);
|
|
|
36303
36303
|
async inspectHealth() {
|
|
36304
36304
|
try {
|
|
36305
36305
|
if (this.isInstalled()) {
|
|
36306
|
-
return { status: "
|
|
36306
|
+
return { status: "unknown", message: "Integration detected; runtime health has not been verified." };
|
|
36307
36307
|
}
|
|
36308
36308
|
if (this.isDetected()) {
|
|
36309
36309
|
return { status: "degraded", message: "Harness detected; Signet integration is not configured." };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signetai/connector-hermes-agent",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.226.2",
|
|
4
4
|
"description": "Signet connector for Hermes Agent — installs Signet as a pluggable memory provider",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"typecheck": "tsc --noEmit"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@signetai/connector-base": "0.
|
|
29
|
-
"@signetai/core": "0.
|
|
28
|
+
"@signetai/connector-base": "0.226.2",
|
|
29
|
+
"@signetai/core": "0.226.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/node": "^22.0.0",
|