Overview

HyperFlow provides a powerful Python coding option within HyperFlow's visual-flow programming environment through RestrictedPython. This enables users to write custom data transformations, create sophisticated tools for LLMs, implement data processing logic, and integrate with external systems—all while maintaining security and performance.

The Python environment is sandboxed for security, optimized with lazy-loaded data science libraries for better performance, and designed to integrate seamlessly with HyperFlow's visual programming model.

Supported Nodes

Python coding is supported in several key nodes, each designed for specific use cases:

1. Python Transform Node (Production Ready)

2. Data Transform Node (Current Version)