feat(core): Add workflow JSON context trimming for AI workflow builder (no-changelog) (#18828)

This commit is contained in:
Eugene
2025-08-28 16:22:44 +02:00
committed by GitHub
parent 84936848c9
commit 44b686e944
14 changed files with 762 additions and 116 deletions

View File

@@ -47,6 +47,7 @@
"@n8n/di": "workspace:*",
"@n8n_io/ai-assistant-sdk": "catalog:",
"langsmith": "^0.3.45",
"lodash": "catalog:",
"n8n-workflow": "workspace:*",
"picocolors": "catalog:",
"zod": "catalog:"
@@ -54,10 +55,10 @@
"devDependencies": {
"@n8n/typescript-config": "workspace:*",
"@types/cli-progress": "^3.11.5",
"p-limit": "^3.1.0",
"cli-progress": "^3.12.0",
"cli-table3": "^0.6.3",
"jest-mock-extended": "^3.0.4",
"madge": "^8.0.0"
"madge": "^8.0.0",
"p-limit": "^3.1.0"
}
}