Key Dates
- TBD
What is it
-
Our current set of script actions only allows for APIthon scripts. These are safe for LLMs to generate, but they lack the same power as Python (functions, libraries, memory, etc). This new capability lets developers build with the full power of Python, including custom libraries.
Features
- Native Python Support - Write Python code exactly as you would anywhere else, without platform-specific restrictions or modifications.
- Expanded Library Access - Use a wider range of Python libraries and functions to build more powerful integrations.
- Familiar Development - Leverage your existing Python knowledge and standard Python tools without learning custom syntax.
- Simplified Debugging - Test your scripts locally using standard Python debugging tools before deploying them.