-
Notifications
You must be signed in to change notification settings - Fork 789
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 support for creating, executing, and completing observer cruises, including database schema updates and integration into existing execution and service logic. > > - **Database**: > - Add `prompt` and `url` columns to `observer_cruises` table in `2024_12_08_0513-51399a87a9bc_add_prompt_and_url_to_observer_cruises_.py`. > - Add `ObserverCruiseModel` and `ObserverThoughtModel` to `models.py`. > - Implement `create_observer_cruise`, `get_observer_cruise`, `update_observer_cruise`, and `create_observer_thought` in `client.py`. > - **Execution**: > - Modify `execute_cruise()` in `cloud_async_executor.py` to handle observer cruises using `observer_cruise_id`. > - Update job submission logic to use `observer_cruise_id` instead of `workflow_run_id`, `user_prompt`, and `url`. > - **Routes**: > - Update `run_observer()` in `observer.py` to return `ObserverCruise` and use `intialize_observer_cruise()`. > - **Services**: > - Add `intialize_observer_cruise()` in `observer_service.py` to create observer cruises. > - **Scripts**: > - Update `run_observer.py` to handle observer cruises, including validation and execution logic. > - Modify `run_observer_wrapper.sh` to pass `observer_cruise_id` to `run_observer.py`. > - **Exceptions**: > - Change `InvalidUrl` to inherit from `SkyvernHTTPException` in `exceptions.py`. > - **Validators**: > - Remove `validate_url()` from `validators.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 3f4fc732e85013716095e19841d2c03033ebd90e. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information
1 parent
e20de1e
commit 3c86777
Showing
8 changed files
with
143 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters