n8n-nodes-agnicwallet 1.0.7 → 1.0.9
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.
|
@@ -10,7 +10,8 @@ const zod_1 = require("zod");
|
|
|
10
10
|
const json_schema_to_zod_1 = require("@n8n/json-schema-to-zod");
|
|
11
11
|
/**
|
|
12
12
|
* Toolkit class that wraps MCP tools for n8n AI Agent
|
|
13
|
-
* Extends Toolkit from langchain/agents for proper
|
|
13
|
+
* Extends Toolkit from langchain/agents for proper instanceof checks
|
|
14
|
+
* Uses n8n's bundled langchain via peer dependency (not bundled)
|
|
14
15
|
*/
|
|
15
16
|
class AgnicMcpToolkit extends agents_1.Toolkit {
|
|
16
17
|
constructor(tools) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-agnicwallet",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "n8n community node for AgnicWallet - automated Web3 payments for X402 APIs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|
|
@@ -66,18 +66,18 @@
|
|
|
66
66
|
"@langchain/core": "^0.3.68",
|
|
67
67
|
"@langchain/openai": "^0.6.16",
|
|
68
68
|
"@types/node": "^20.10.0",
|
|
69
|
-
"langchain": "^0.3.33",
|
|
70
69
|
"@typescript-eslint/parser": "^6.13.0",
|
|
71
70
|
"eslint": "^8.54.0",
|
|
72
71
|
"eslint-plugin-n8n-nodes-base": "^1.16.1",
|
|
73
72
|
"gulp": "^4.0.2",
|
|
73
|
+
"langchain": "^0.3.33",
|
|
74
74
|
"n8n-workflow": "^1.40.0",
|
|
75
75
|
"prettier": "^3.1.0",
|
|
76
76
|
"typescript": "^5.3.0"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
|
-
"@langchain/core": "
|
|
80
|
-
"langchain": "
|
|
79
|
+
"@langchain/core": ">=0.2.0",
|
|
80
|
+
"langchain": "^0.3.0",
|
|
81
81
|
"n8n-workflow": "*"
|
|
82
82
|
}
|
|
83
83
|
}
|