What's Changed
* Implement a runs endpoint that can return workflow runs or tasks by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1708
* O3 Mini support by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1709
* add get page video timeout by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1710
* add azure o3 mini by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1711
* add select agent llm handler by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1713
* fix datetime diff with timezone issue for workflow metrics log by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1714
* UI for workflow templates by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1715
* Return only standalone tasks, no workflow tasks in /runs by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1716
* Add title and remove type from the runs table by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1717
* fix select dropdown issue by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1718
* When observer run, use observer task to get callback url and proxy lo… by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1719
* Make timeline background full height even when empty by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1720
* Round the top edges of template cards by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1721
* Integrate complete_if_empty by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1722
* fix invisible iframe scraping by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1723
* Add contact forms template image by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1724
* Fix tz issue observer by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1725
* fix observer - get url block back; get mark workflow run completion back by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1726
* remove redundant task_history_record in observer service by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1727
* skip press esc when no dropdown shown by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1728
* Add workflow_title to WorkflowRun by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1731
* Use the workflow run api updates to show workflow titles by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1732
* fix max_iterations_override by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1733
* change proxy location db type by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1730
* fix max_iterations_override by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1734
* get proxy_location enum back in the tasks table by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1736
* Revert "get proxy_location enum back in the tasks table" by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1737
* Change position of generate with ai button in data schema by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1739
* Show loading icon when saving the workflow by wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1740
* add skyvern sdk by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1741
**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.54...v0.1.55