Flowise/packages/components/nodes/sequentialagents
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 refactor: Update code execution sandbox implementation across components 2025-07-19 20:46:04 +01:00
Condition refactor: Update code execution sandbox implementation across components 2025-07-19 20:46:04 +01:00
ConditionAgent refactor: Update code execution sandbox implementation across components 2025-07-19 20:46:04 +01:00
CustomFunction refactor: Update code execution sandbox implementation across components 2025-07-19 20:46:04 +01:00
End Feature/Custom Function to Seq Agent (#3612) 2025-01-23 13:04:40 +00:00
ExecuteFlow refactor: Update code execution sandbox implementation across components 2025-07-19 20:46:04 +01:00
LLMNode refactor: Update code execution sandbox implementation across components 2025-07-19 20:46:04 +01:00
Loop Feature/Custom Function to Seq Agent (#3612) 2025-01-23 13:04:40 +00:00
Start Feature/Seq Agent Nodes Update (#2942) 2024-08-06 11:30:08 +01:00
State refactor: Update code execution sandbox implementation across components 2025-07-19 20:46:04 +01:00
ToolNode refactor: Update code execution sandbox implementation across components 2025-07-19 20:46:04 +01:00
commonUtils.ts refactor: Update code execution sandbox implementation across components 2025-07-19 20:46:04 +01:00