toi500
3d2c5c90e9
Fix: Correct formatting of Condition Agent prompt ( #4626 )
2025-06-11 14:07:02 +01:00
toi500
dfb401ad83
feat: Add configurable system prompt to Condition Agent ( #4587 )
...
* feat: Add configurable system prompt to Condition Agent
* Update system prompt to HTML for UI readability
* fix: Remove invalid default routing and sync hardcoded role-based examples
* Update ConditionAgent.ts
* Update ConditionAgent.ts
---------
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2025-06-10 18:38:02 +01:00
Henry Heng
2387a06ce4
Feature/GoogleDocs ( #4613 )
...
* add teams, gmail, outlook tools
* update docs link
* update credentials for oauth2
* add jira tool
* add google drive, google calendar, google sheets tools, powerpoint, excel, word doc loader
* update jira logo
* Refactor Gmail and Outlook tools to remove maxOutputLength parameter and enhance request handling. Update response formatting to include parameters in the output. Adjust Google Drive tools to simplify success messages by removing unnecessary parameter details.
* Update pnpm-lock.yaml
* add google docs
2025-06-09 00:30:03 +01:00
Henry Heng
02a6753498
Bugfix/Overrideconfig Analytics in AgentflowV2 ( #4599 )
...
* fix(utils/buildAgentflow): enhance analytic handler configuration to support overrides
* fix(agentflow): integrate analytic handlers for tool execution tracking
2025-06-07 01:53:31 +01:00
Henry Heng
30c4180d97
Feature/Add teams, gmail, outlook tools ( #4577 )
...
* add teams, gmail, outlook tools
* update docs link
* update credentials for oauth2
* add jira tool
* add google drive, google calendar, google sheets tools, powerpoint, excel, word doc loader
* update jira logo
* Refactor Gmail and Outlook tools to remove maxOutputLength parameter and enhance request handling. Update response formatting to include parameters in the output. Adjust Google Drive tools to simplify success messages by removing unnecessary parameter details.
2025-06-06 19:52:04 +01:00
Henry Heng
d134b66bd8
Bugfix/tool node selected tool ( #4579 )
...
* fix tool node selected tool
* fix tool node config
* update node to display tool node icons
2025-06-04 17:54:36 +01:00
Henry Heng
aa0984e802
Bugfix/Tool node selected tool ( #4578 )
...
fix tool node selected tool
2025-06-04 13:44:09 +01:00
Henry Heng
a88337cc83
Bugfix/config input for multiple same fields ( #4548 )
...
* fix config input for multiple same fields
* fix custom tool not selected
2025-05-31 17:03:03 +01:00
Henry Heng
da8d0f12d6
Bugfix/Disable default user input if memory is disabled for first node ( #4530 )
...
disable default user input if memory is disabled for first node
2025-05-28 15:04:45 +01:00
Henry Heng
01dab4365a
Bugfix/AgentflowV2 State ( #4512 )
...
* add persistence state, http node variables, custom function flow state
* update marketplace templates
2025-05-27 18:01:39 +01:00
korade-krushna
eca190dca6
[ BUG #4498 ] Use Correct Key For Basic Auth and Optional Password ( #4501 )
...
Use Correct Key For Basic Auth and Optional pass
Co-authored-by: Krishna Korade <kkorde@aistrike.com>
2025-05-27 14:36:20 +01:00
Henry Heng
5a37227d14
Chore/refractor ( #4454 )
...
* markdown files and env examples cleanup
* components update
* update jsonlines description
* server refractor
* update telemetry
* add execute custom node
* add ui refractor
* add username and password authenticate
* correctly retrieve past images in agentflowv2
* disable e2e temporarily
* add existing username and password authenticate
* update migration to default workspace
* update todo
* blob storage migrating
* throw error on agent tool call error
* add missing execution import
* add referral
* chore: add error message when importData is undefined
* migrate api keys to db
* fix: data too long for column executionData
* migrate api keys from json to db at init
* add info on account setup
* update docstore missing fields
---------
Co-authored-by: chungyau97 <chungyau97@gmail.com>
2025-05-27 07:29:42 +01:00
Henry Heng
86782e9971
Bugfix/throw error on agent tool call error ( #4464 )
...
throw error on agent tool call error
2025-05-20 14:47:21 +08:00
Henry Heng
6cf1c82f04
Bugfix/correctly retrieve past images in agentflowv2 ( #4453 )
...
correctly retrieve past images in agentflowv2
2025-05-18 18:16:17 +08:00
Henry Heng
98e75ad7d6
Bugfix/ui streaming when model streaming is off ( #4424 )
...
fix ui streaming when model streaming is off
2025-05-14 00:07:54 +08:00
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