Henry Heng
|
e99aecb473
|
Chore/remove redundant loggers (#5067)
remove redundant loggers
|
2025-08-14 15:52:53 +08:00 |
|
Ilango
|
ed27ad0c58
|
Add logs (#4977)
* Add better logs to build chatflow functino
* Add connection logs to queue manager
* Redact credentials
* Add connection logs for redis pub-sub
* add more loggings around queue
---------
Co-authored-by: Henry <hzj94@hotmail.com>
|
2025-07-31 11:04:01 +01:00 |
|
Henry Heng
|
1bed5a264e
|
Bugfix/empty vars (#4892)
* update workspaceId to vars
* fix vars and duplicated response
|
2025-07-17 18:32:09 +01:00 |
|
Henry Heng
|
ee5ab1bd6d
|
Chore/patch dependencies (#4858)
patch dependencies
|
2025-07-13 20:56:29 +01:00 |
|
nikitas-novatix
|
4326cbe6b5
|
Fix: Patching redis socket crash fix (#4431)
* redis keepalive mechanism for all redis
* removed offline queue commands
* Simplified changes for consistency. Added REDIS_KEEP_ALIVE env variable.
* update redis socket alive env variable
* lint fix
* put pingInterval back again because it's needed
* removed comment
* linting
---------
Co-authored-by: Henry <hzj94@hotmail.com>
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
|
2025-05-27 19:54:17 +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
|
4786aafddc
|
Bugfix/execute custom function to worker (#4440)
* pass execute custom function to worker
* update execute function
|
2025-05-16 15:32:21 +08:00 |
|
Henry Heng
|
0a4570ecda
|
Bugfix/pass execute custom function to worker (#4432)
pass execute custom function to worker
|
2025-05-16 01:13:25 +08:00 |
|
nikitas-novatix
|
eadf1b11b3
|
Fix: Add keep-alive options to Redis clients to prevent idle timeouts and socket closing. (#4377)
* redis keepalive mechanism for all redis
* removed offline queue commands
* Simplified changes for consistency. Added REDIS_KEEP_ALIVE env variable.
* update redis socket alive env variable
* lint fix
---------
Co-authored-by: Henry <hzj94@hotmail.com>
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
|
2025-05-14 10:29:32 +08:00 |
|
Henry Heng
|
10f85ef47e
|
Bugfix/Update agentflow v2 events to redis subscriber (#4415)
update agentflow v2 events to redis subscriber
|
2025-05-11 18:43:28 +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 |
|
Henry Heng
|
8e63b999b8
|
Feature/Add remove on age and count to bullmq (#4249)
add remove on age and count to bullmq
|
2025-04-03 16:07:10 +08:00 |
|
Henry Heng
|
a2a475ba7a
|
Feature/Add bullmq redis for message queue processing (#3568)
* add bullmq redis for message queue processing
* Update pnpm-lock.yaml
* update queue manager
* remove singleton patterns, add redis to cache pool
* add bull board ui
* update rate limit handler
* update redis configuration
* Merge add rate limit redis prefix
* update rate limit queue events
* update preview loader to queue
* refractor namings to constants
* update env variable for queue
* update worker shutdown gracefully
|
2025-01-23 14:08:02 +00:00 |
|