@signetai/connector-hermes-agent 0.199.6 → 0.199.8

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/dist/index.js +14 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -7011,7 +7011,13 @@ function scanMemoryContent(content) {
7011
7011
  policyVersion: MEMORY_CONTENT_SAFETY_POLICY_VERSION
7012
7012
  };
7013
7013
  }
7014
- var DAEMON_DERIVED_MEMORY_SOURCE_TYPES = ["extract", "aggregate-recall", "session_end", "checkpoint", "dreaming"];
7014
+ var DAEMON_DERIVED_MEMORY_SOURCE_TYPES = [
7015
+ "extract",
7016
+ "aggregate-recall",
7017
+ "session_end",
7018
+ "checkpoint",
7019
+ "dreaming"
7020
+ ];
7015
7021
  var MEMORIES_FTS_TOKENIZER = "unicode61";
7016
7022
  function normalizeSql(sql) {
7017
7023
  return sql.replace(/\s+/g, " ").trim().toLowerCase();
@@ -19653,7 +19659,13 @@ function scanMemoryContent2(content) {
19653
19659
  policyVersion: MEMORY_CONTENT_SAFETY_POLICY_VERSION2
19654
19660
  };
19655
19661
  }
19656
- var DAEMON_DERIVED_MEMORY_SOURCE_TYPES2 = ["extract", "aggregate-recall", "session_end", "checkpoint", "dreaming"];
19662
+ var DAEMON_DERIVED_MEMORY_SOURCE_TYPES2 = [
19663
+ "extract",
19664
+ "aggregate-recall",
19665
+ "session_end",
19666
+ "checkpoint",
19667
+ "dreaming"
19668
+ ];
19657
19669
  var MEMORIES_FTS_TOKENIZER2 = "unicode61";
19658
19670
  function normalizeSql2(sql) {
19659
19671
  return sql.replace(/\s+/g, " ").trim().toLowerCase();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signetai/connector-hermes-agent",
3
- "version": "0.199.6",
3
+ "version": "0.199.8",
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.199.6",
29
- "@signetai/core": "0.199.6"
28
+ "@signetai/connector-base": "0.199.8",
29
+ "@signetai/core": "0.199.8"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^22.0.0",