-
Notifications
You must be signed in to change notification settings - Fork 737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run once and reuse? #1062
Comments
That my opinion as well. I was thinking about the AI functionality as kind of a fallback mechanism. So it would be: run once and validate. Then run and if it fails use the AI again to adapt to possible changes.
Or you could check if the page has changed before running the agent using some sort of cache.
What do you think?
Enviado desde Outlook para iOS<https://aka.ms/o0ukef>
…________________________________
De: --Explosion-- ***@***.***>
Enviado: Saturday, October 26, 2024 7:52:21 PM
Para: Skyvern-AI/skyvern ***@***.***>
Cc: Subscribed ***@***.***>
Asunto: [Skyvern-AI/skyvern] Run once and reuse? (Issue #1062)
The most useful application of Skyvern imo would be to have it run once (or once in a while) then reuse the workflow it generates. Could it be made to generate puppeteer code? Or some sort of YAML file that doesn't need AI to run again?
This would help significantly to cut costs and have more reliability while still benefiting from the AI integration
—
Reply to this email directly, view it on GitHub<#1062>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABCPTEQHQYSUDPFJZAJFKELZ5PJFLAVCNFSM6AAAAABQU76ZAOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGYYTMMBTGM4DSOA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
We have this in beta right now. If you create a task block inside workflows, there's a "cache" option under advanced Cached actions don't use LLMs under the hood! |
That’s good news! And what happens if the task fails? Does it fallback to LLM to retry?
Enviado desde Outlook para iOS<https://aka.ms/o0ukef>
…________________________________
De: Suchintan ***@***.***>
Enviado: Saturday, October 26, 2024 10:54:54 PM
Para: Skyvern-AI/skyvern ***@***.***>
Cc: Carlos Delgado ***@***.***>; Comment ***@***.***>
Asunto: Re: [Skyvern-AI/skyvern] Run once and reuse? (Issue #1062)
We have this in beta right now. If you create a task block inside workflows, there's a "cache" option under advanced
Cached actions don't use LLMs under the hood!
—
Reply to this email directly, view it on GitHub<#1062 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABCPTEWKRRAPXI5VPEYENA3Z5P6R5AVCNFSM6AAAAABQU76ZAOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZZG4ZTGNJTGA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Yeah exactly. If the cache fails, it falls back to the LLM and adds the successful thing to the cache |
Does the cache option allow different inputs each time? Or does it just run the exact same thing again? E.g. filling out the same form with different values. Also is there a way to export and import this? |
|
The most useful application of Skyvern imo would be to have it run once (or once in a while) then reuse the workflow it generates. Could it be made to generate puppeteer code? Or some sort of YAML file that doesn't need AI to run again?
This would help significantly to cut costs and have more reliability while still benefiting from the AI integration
The text was updated successfully, but these errors were encountered: