Skyvern-AI / skyvern

Automate browser-based workflows with LLMs and Computer Vision
https://www.skyvern.com
GNU Affero General Public License v3.0
10.78k stars 739 forks source link

Request: Make the VIDEO_PATH be customizable #1119

Open devinat1 opened 3 weeks ago

devinat1 commented 3 weeks ago

Currently, the VIDEO_PATH is an environment variable:

VIDEO_PATH: Path to the directory where videos will be saved.

VIDEO_PATH=./videos

I would like to customize the video path dynamically, such as saving my results in a folder organized by site. The issue is that the video path is currently hard coded rather than a CLI variable.

suchintan commented 3 weeks ago

This is a great idea. Are you open to adding a path prefix as a task parameter?

devinat1 commented 3 weeks ago

Yes a path prefix as a task parameter would work!