Commit Graph

56 Commits

Author SHA1 Message Date
oleg
1bfd128717 refactor(Basic LLM Chain Node): Refactor Basic LLM Chain & add tests (#13850) 2025-03-14 11:38:22 +01:00
Eugene
5b6b78709e fix(Structured Output Parser Node, Auto-fixing Output Parser Node, Tools Agent Node): Structured output improvements (#13908)
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2025-03-13 16:20:24 +01:00
Charlie Kolb
5334661b76 fix(Call n8n Workflow Tool Node): Support concurrent invocations of the tool (#13526)
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2025-02-26 16:23:31 +01:00
Jaakko Husso
4fa666b976 feat(editor): Rename 'Text' fields on AI nodes to 'Prompt' (#13416) 2025-02-21 18:38:14 +02:00
Charlie Kolb
8e15ebf833 fix(Code Tool Node): Fix Input Schema Parameter not hiding correctly (#13245) 2025-02-17 11:31:29 +01:00
Charlie Kolb
11cf1cd23a feat(editor): Expose View Execution links for erroneous sub-executions (#13185) 2025-02-13 09:44:52 +01:00
Charlie Kolb
9674208421 feat(AI Agent Node): Change Prompt Text Copy (no-changelog) (#12442) 2025-01-03 15:37:47 +01:00
कारतोफ्फेलस्क्रिप्ट™
bafac73eb5 refactor: Impose import/order linting rule across nodes packages (no-changelog) (#12314) 2024-12-19 18:46:14 +01:00
Charlie Kolb
54b02acdd7 chore: Remove unused @ts-ignore's (no-changelog) (#12198) 2024-12-18 08:35:53 +01:00
Charlie Kolb
07a6ae11b3 feat(AI Agent Node): Update descriptions and titles for Chat Trigger options in AI Agents and Memory (#12155) 2024-12-12 14:01:29 +01:00
Eugene
28487edb13 chore: Upgrade LangChain packages to latest versions (no-changelog) (#11771)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-12-02 15:35:23 +01:00
oleg
1e25774541 feat(editor): Canvas chat UI & UX improvements (#11924) 2024-11-29 11:24:17 +01:00
oleg
83abdfaf02 fix(AI Agent Node): Escape curly brackets in tools description for non Tool agents (#11772) 2024-11-19 17:56:52 +01:00
Mutasem Aldmour
fd3254d587 feat(core): Improve debugging of sub-workflows (#11602) 2024-11-14 23:04:43 +01:00
Eugene
01ebe9dd38 fix(Item List Output Parser Node): Fix number of items parameter issue (#11696) 2024-11-12 14:40:46 +01:00
oleg
565f8cd8c7 feat(editor): Improve how we show default Agent prompt and Memory session parameters (#11491) 2024-11-12 11:33:20 +01:00
Eugene
57467d0285 fix(core): Improve model sub-nodes error handling (#11418) 2024-11-08 10:17:11 +01:00
oleg
21b31e488f fix(Auto-fixing Output Parser Node): Only run retry chain on parsing errors (#11569) 2024-11-06 17:24:43 +01:00
कारतोफ्फेलस्क्रिप्ट™
8f5fe05a92 refactor(core): All calls to supplyData should use a distinct context type (no-changelog) (#11421) 2024-10-28 11:37:23 +01:00
oleg
45274f2e7f feat(Structured Output Parser Node): Refactor Output Parsers and Improve Error Handling (#11148) 2024-10-22 10:46:58 +02:00
Tomi Turtiainen
a042d5c8e6 refactor: Replace json-schema-to-zod with our own fork (#11229) 2024-10-18 09:29:19 +03:00
Tomi Turtiainen
2bb1996738 feat: Add once for each item support for JS task runner (no-changelog) (#11109) 2024-10-07 21:18:32 +03:00
Iván Ovejero
c133a6ef89 refactor(core): Include AI events in log streaming relay (#10768) 2024-09-12 12:02:47 +02:00
oleg
da44fe4b89 feat(core): Implement wrapping of regular nodes as AI Tools (#10641)
Co-authored-by: JP van Oosten <jp@n8n.io>
2024-09-04 12:06:17 +02:00
Ricardo Espinoza
c4eb3746d7 refactor: Use NodeConnectionType consistently across the code base (no-changelog) (#10595) 2024-08-29 09:55:53 -04:00
oleg
51a1eddbf0 fix(AI Agent Node): Fix issues with some tools not populating (#10406) 2024-08-14 15:45:50 +02:00
Eugene
a936680768 feat(HTTP Request Tool Node): Use DynamicStructuredTool with models supporting it (no-changelog) (#10246) 2024-08-07 11:20:17 +02:00
Eugene
7e1eeb4c31 feat(Pinecone Vector Store Node, Supabase Vector Store Node): Add update operation to vector store nodes (#10060) 2024-07-22 16:15:43 +02:00
oleg
9cbbb6335d feat(Postgres Chat Memory Node): Implement Postgres Chat Memory node (#10071) 2024-07-17 08:25:37 +02:00
Eugene
071130a2dc feat(Google Vertex Chat Model Node): Add support for Google Vertex AI Chat models (#9970)
Co-authored-by: oleg <oleg@n8n.io>
2024-07-11 14:41:10 +02:00
oleg
df783151b8 feat(Chat Trigger Node): Add support for file uploads & harmonize public and development chat (#9802)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-07-09 13:45:41 +02:00
Michael Kret
fbe4bca634 feat: Qdrant Vector Store search filter (#9900)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2024-07-04 15:16:35 +03:00
कारतोफ्फेलस्क्रिप्ट™
a77e8dd79e feat(core): Upgrade all langchain related dependencies (#9504)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2024-05-24 14:43:17 +02:00
oleg
2fa46b6faa feat(Custom n8n Workflow Tool Node): Add support for tool input schema (#9470)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-05-22 14:29:32 +02:00
oleg
677f534661 feat(AI Agent Node): Implement Tool calling agent (#9339)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-05-15 12:02:21 +02:00
oleg
359ade45bc refactor: Implement LLM tracing callback to improve parsing of tokens usage stats (#9311)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-05-12 21:12:07 +02:00
oleg
936682eeaa feat(core): Improve Langsmith traces for AI executions (#9081)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-04-08 22:51:49 +02:00
oleg
323b9016c8 fix(Pinecone Vector Store Node): Fix vector store nodes execution issue (#8968)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-03-26 10:05:45 +01:00
oleg
76041b8587 fix(Anthropic Chat Model Node): Fix detection of chat models in docker build & add support Claude Haiku (#8953)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
2024-03-22 12:03:54 +01:00
oleg
0f7ae3f50a refactor: Update Langchain to 0.1.41 & add support for Claude 3 (#8825)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
2024-03-07 11:36:36 +01:00
oleg
df064af645 fix(editor): Fix opening of node creator for sub-nodes connection hint link (#8809)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-03-05 14:16:24 +01:00
oleg
bfda8ead0c fix(editor): Fix retrieving of messages from memory in chat modal (#8807)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-03-05 13:53:46 +01:00
oleg
7d82dc1ea8 fix: Simplify Structured Output Parser wrapping and fix auto-fixing output parser (#8778)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-03-01 08:41:45 +01:00
Michael Kret
75e4df138f fix: AI agents, throw error on duplicate names in dynamic tools (#8766)
Co-authored-by: oleg <me@olegivaniv.com>
2024-02-29 13:28:38 +02:00
Michael Kret
2aaf211dfc feat: Session is selector for memory nodes (#8736) 2024-02-27 15:01:15 +02:00
Michael Kret
09524304e6 feat: SQL agent improvements (#8709)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2024-02-26 15:35:00 +02:00
oleg
0882dc0ce9 fix: Fix execution error when using AI chain nodes with non-chat model (#8724)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-02-23 10:27:39 +01:00
oleg
a5e6f5928a fix(Default Data Loader Node): Fix binary data loader in s3 mode (#8626) 2024-02-22 09:20:07 +01:00
oleg
2068f186ff feat: Introduce prompt type option for Agent, Basic LLM Chain, and QA Chain nodes (#8697)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
2024-02-21 14:59:37 +01:00
Michael Kret
941278db68 feat(OpenAI Node): Overhaul (#8335) 2024-02-15 10:15:58 +02:00