You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Async Invoker Support: Native support for asynchronous entry points (async def) inside generated standalone Python CLI scripts.
V2 Stdout Isolation: Real-time protection shim that prevents standard stdout logs from polluting streaming JSON events.
Concurrent Package Manager Updates: Configured registries are synchronized in parallel using standard thread pools.
Advanced Parameter Constraints Validation: Decorators and schema options for min_value, max_value, choices, and regular expression pattern constraints compiled directly into the standalone script execution flow.