n8n-nodes-tembory-agent-memory-v2 2.0.1 → 2.1.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.
@@ -25,7 +25,7 @@ async function temboryApiRequest(method, endpoint, body = {}, qs = {}) {
25
25
  ...(qs && typeof qs === 'object' ? qs : {}),
26
26
  ...(body && typeof body === 'object' ? body : {}),
27
27
  operation,
28
- nodePackage: 'n8n-nodes-tembory-agent-memory-v2/2.0.1',
28
+ nodePackage: 'n8n-nodes-tembory-agent-memory-v2/2.1.0',
29
29
  contextContract: 'agent-context/2',
30
30
  };
31
31
  const options = {
@@ -47,14 +47,14 @@ const buildAgentMemoryDescription = () => {
47
47
  advancedGroups.description = 'Controles brutos para debug e casos avançados. O uso recomendado já ativa timeline, toolLog, SLM analysis, dedupe e retenção segura.';
48
48
  return {
49
49
  ...deepClone(base),
50
- inputs: [{displayName: 'Modelo de Resumo (Opcional)', type: 'ai_languageModel', maxConnections: 1, required: false}, {displayName: 'Embeddings (pgvector)', type: 'ai_embedding', maxConnections: 1, required: false}],
50
+ inputs: [{displayName: 'Modelo de Resumo (Opcional)', type: 'ai_languageModel', maxConnections: 1, required: false}],
51
51
  builderHint: {inputs: {ai_languageModel: {required: false}}},
52
- displayName: 'Tembory Agent Memory v2 (Canary)',
53
- name: 'temboryAgentMemoryV2',
52
+ displayName: 'Tembory Agent Memory',
53
+ name: 'temboryAgentMemory',
54
54
  version: 2,
55
- description: 'Isolated canary of Tembory operational memory v2 for ElefAI LAB workflows',
55
+ description: 'Memória operacional durável para agentes de IA',
56
56
  defaults: {
57
- name: 'Tembory Agent Memory v2 (Canary)',
57
+ name: 'Tembory Agent Memory',
58
58
  },
59
59
  credentials: [
60
60
  {
@@ -71,9 +71,6 @@ const buildAgentMemoryDescription = () => {
71
71
  },
72
72
  },
73
73
  properties: [
74
- {displayName: 'Historical Recall (pgvector)', name: 'pgvectorEnabled', type: 'boolean', default: false, description: 'Archive and retrieve conversation evidence in Tembory PostgreSQL. Requires an Embeddings connection; enable on validated workflows.'},
75
- {displayName: 'Embedding Space', name: 'embeddingSpace', type: 'string', default: '', displayOptions: {show: {pgvectorEnabled: [true]}}, description: 'Stable provider/model/revision identifier. Use a new value when changing embedding models.'},
76
- {displayName: 'Archive Retention (Days)', name: 'vectorRetentionDays', type: 'number', default: 90, typeOptions: {minValue: 1, maxValue: 365}, displayOptions: {show: {pgvectorEnabled: [true]}}},
77
74
  { displayName: 'Conecte à memória do agente e selecione a credencial. Contexto, ferramentas, correções e resumo funcionam automaticamente. No AI Agent compatível, reutiliza o modelo e o objetivo do agente; o modelo de resumo separado é opcional.', name: 'automaticNotice', type: 'notice', default: '' },
78
75
  threadId,
79
76
  advancedOnly(project),
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "n8n-nodes-tembory-agent-memory-v2",
3
- "version": "2.0.1",
3
+ "version": "2.1.0",
4
4
  "private": false,
5
- "description": "Side-by-side Tembory Agent Memory v2 canary nodes for n8n AI Agents",
5
+ "description": "Tembory Agent Memory for n8n AI Agents",
6
6
  "license": "MIT",
7
7
  "homepage": "https://tembory.com",
8
8
  "author": {
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "main": "index.js",
20
20
  "scripts": {
21
- "build": "node --check index.js && node --check dist/nodes/Tembory/GenericFunctions.js && node --check dist/nodes/Tembory/TemboryMemory.node.js && node --check dist/nodes/TemboryAgentMemory/TemboryAgentMemory.node.js && node --check dist/nodes/TemboryActionGuardV2/TemboryActionGuardV2.node.js",
21
+ "build": "node --check index.js && node --check dist/nodes/Tembory/GenericFunctions.js && node --check dist/nodes/Tembory/TemboryMemory.node.js && node --check dist/nodes/TemboryAgentMemory/TemboryAgentMemory.node.js",
22
22
  "test": "node --test test/*.test.js",
23
23
  "prepublishOnly": "npm run build"
24
24
  },
@@ -32,8 +32,7 @@
32
32
  "n8nNodesApiVersion": 1,
33
33
  "credentials": [],
34
34
  "nodes": [
35
- "dist/nodes/TemboryAgentMemory/TemboryAgentMemory.node.js",
36
- "dist/nodes/TemboryActionGuardV2/TemboryActionGuardV2.node.js"
35
+ "dist/nodes/TemboryAgentMemory/TemboryAgentMemory.node.js"
37
36
  ]
38
37
  },
39
38
  "keywords": [