Runtime Environment
Backend extensions run in an isolated container with Python3 and common pip packages pre-installed. You can view them through the Environment Information button on the interface.


Installing Additional pip Packages
The extension system supports installing additional Python packages to extend the runtime environment functionality. For security and stability, only precompiled wheel packages (.whl files) are supported.
Supported Package Formats
- Only wheel format (.whl) supported: Wheels are Python's precompiled binary distribution format, providing fast installation and avoiding compilation dependency issues
- Source packages (.tar.gz) not supported: For security reasons, the system prohibits online compilation and dependency downloads
Installation Process
Upload .whl files through the system management interface:
