Flowise/packages/components/nodes/agentflow
Henry b83742e806 refactor: Update code execution sandbox implementation across components
- Replaced NodeVM usage with a new createCodeExecutionSandbox function for improved sandbox management.
- Enhanced JavaScript code execution with executeJavaScriptCode function, allowing for better handling of libraries and output streaming.
- Updated multiple components to utilize the new sandboxing approach, ensuring consistent execution environment.
- Added validation for UUIDs and URLs in various tools to enhance input safety.
- Refactored input handling in CustomFunction and IfElseFunction to streamline variable management.
2025-07-19 20:46:04 +01:00
..
Agent Chore/Google GenAI (#4742) 2025-06-27 00:44:11 +01:00
Condition Bugfix/Remove Markdown in Condition (#4761) 2025-06-30 12:06:23 +01:00
ConditionAgent feat: Add configurable system prompt to Condition Agent (#4587) 2025-06-10 18:38:02 +01:00
CustomFunction refactor: Update code execution sandbox implementation across components 2025-07-19 20:46:04 +01:00
DirectReply Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
ExecuteFlow Bugfix/empty vars (#4892) 2025-07-17 18:32:09 +01:00
HTTP Bugfix/HTTP Node Body Parsing (#4694) 2025-06-20 12:29:55 +01:00
HumanInput Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
Iteration Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
LLM Chore/API for AgentflowV2 (#4696) 2025-06-22 13:16:35 +01:00
Loop Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
Retriever Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
Start Bugfix/AgentflowV2 State (#4512) 2025-05-27 18:01:39 +01:00
StickyNote Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
Tool Bugfix/Add proper parsing for tool input args (#4780) 2025-07-02 17:28:10 +01:00
Interface.Agentflow.ts Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
prompt.ts Fix: Correct formatting of Condition Agent prompt (#4626) 2025-06-11 14:07:02 +01:00
utils.ts Feature/Safety settings to google genai (#4737) 2025-06-26 12:54:47 +01:00