Flowise/packages/components/nodes
Henry Heng 7924fbce0d
Feature/agentflow v2 (#4298)
* agent flow v2

* chat message background

* conditon agent flow

* add sticky note

* update human input dynamic prompt

* add HTTP node

* add default tool icon

* fix export duplicate agentflow v2

* add agentflow v2 marketplaces

* refractor memoization, add iteration nodes

* add agentflow v2 templates

* add agentflow generator

* add migration scripts for mysql, mariadb, posrgres and fix date filters for executions

* update agentflow chat history config

* fix get all flows error after deletion and rename

* add previous nodes from parent node

* update generator prompt

* update run time state when using iteration nodes

* prevent looping connection, prevent duplication of start node, add executeflow node, add nodes agentflow, chat history variable

* update embed

* convert form input to string

* bump openai version

* add react rewards

* add prompt generator to prediction queue

* add array schema to overrideconfig

* UI touchup

* update embedded chat version

* fix node info dialog

* update start node and loop default iteration

* update UI fixes for agentflow v2

* fix async drop down

* add export import to agentflowsv2, executions, fix UI bugs

* add default empty object to flowlisttable

* add ability to share trace link publicly, allow MCP tool use for Agent and Assistant

* add runtime message length to variable, display conditions on UI

* fix array validation

* add ability to add knowledge from vector store and embeddings for agent

* add agent tool require human input

* add ephemeral memory to start node

* update agent flow node to show vs and embeddings icons

* feat: add import chat data functionality for AgentFlowV2

* feat: set chatMessage.executionId to null if not found in import JSON file or database

* fix: MariaDB execution migration script to utf8mb4_unicode_520_ci

---------

Co-authored-by: Ong Chung Yau <33013947+chungyau97@users.noreply.github.com>
Co-authored-by: chungyau97 <chungyau97@gmail.com>
2025-05-10 10:21:26 +08:00
..
agentflow Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
agents Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
analytic feat: Add Opik Tracer integration (#4194) 2025-04-03 15:57:54 +08:00
cache Support cache system instructs for Google GenAI (#4148) 2025-04-14 23:26:03 +08:00
chains Bugfix/Validate URL for postCore (#4172) 2025-03-13 20:00:32 +00:00
chatmodels Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
documentloaders Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
embeddings Late Chunking support for Jina Embeddings (#4002) 2025-02-08 14:10:18 +00:00
engine Feature/sse (#3125) 2024-09-17 08:01:25 +01:00
graphs/Neo4j Feature/Add Neo4j GraphRag support (#3686) 2024-12-23 01:35:53 +00:00
llms Feature/update openai version, add reasoning effort param, add o3 mini (#3973) 2025-02-04 08:43:27 +00:00
memory add history chat timestamp in mongodb (#4296) 2025-04-15 02:39:37 +08:00
moderation Feature/sse (#3125) 2024-09-17 08:01:25 +01:00
multiagents clean(components): is debug boolean syntax shorthand (#3770) 2025-01-03 14:20:59 +00:00
outputparsers [Feature] Repair JSON from LLM in StructuredOutputParserAdvanced (#3723) 2024-12-21 12:51:56 +00:00
prompts Bugfix/Escape JSON in Prompt Message (#3901) 2025-01-20 19:18:28 +00:00
recordmanager Fix(PostgresRecordManager): Handle time correctly and ensure schema creation (#4381) 2025-05-07 00:27:47 +08:00
responsesynthesizer
retrievers Fix vector store filter not work (#4065) 2025-02-26 15:03:54 +00:00
sequentialagents Improve Error Messaging for Missing LLM Node Input Variables and Optimize Lodash Imports (#4167) 2025-04-03 01:08:42 +08:00
speechtotext/assemblyai
textsplitters Feature/DocumentStore (#2106) 2024-05-06 15:23:27 +01:00
tools Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
utilities New Feature: Add post postprocessing of response from LLM using custom JS Function (#4079) 2025-02-26 17:40:03 +00:00
vectorstores [fix 4206]: fix the empty array return for getBaseClasses when using typeorm driver and not the PGVectorStore (#4225) 2025-04-03 01:47:14 +08:00