Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 synced local 'skyvern/' with remote 'skyvern/'
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Add `UrlBlock` support for GOTO_URL tasks in workflow execution and observer initialization. > > - **Behavior**: > - Add `UrlBlock` handling in `execute_step()` in `agent.py` for tasks without navigation or data extraction goals. > - Add `_generate_goto_url_task()` in `observer_service.py` to create `UrlBlock` for initial observer tasks. > - **Models**: > - Update `StepStatus` in `models.py` to allow transition to `completed` from `created`. > - **Workflow Service**: > - Add `UrlBlock` support in `block_yaml_to_block()` in `service.py` to convert YAML to `UrlBlock`. > - **Misc**: > - Remove `is_last` terminal status check in `validate_update()` in `models.py`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral)<sup> for b1093ead99be460ddc0b933ecdb9a3b5bbf6ffe3. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information