Flowise/packages/components/nodes/agentflow
Henry Heng dca91b979b
Refactor/Update code execution sandbox implementation across components (#4904)
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-21 00:09:01 +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
CustomFunction Refactor/Update code execution sandbox implementation across components (#4904) 2025-07-21 00:09:01 +01:00
DirectReply
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
Iteration
LLM Chore/API for AgentflowV2 (#4696) 2025-06-22 13:16:35 +01:00
Loop
Retriever
Start
StickyNote
Tool Bugfix/Add proper parsing for tool input args (#4780) 2025-07-02 17:28:10 +01:00
Interface.Agentflow.ts
prompt.ts
utils.ts Feature/Safety settings to google genai (#4737) 2025-06-26 12:54:47 +01:00