Fix ruff config: consolidate into pyproject.toml (#4755)
Some checks failed
Run tests and pre-commit / Frontend Lint and Build (push) Has been cancelled
Publish Fern Docs / run (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / check-version-change (push) Has been cancelled
Auto Create GitHub Release on Version Change / check-version-change (push) Has been cancelled
Run tests and pre-commit / Run tests and pre-commit hooks (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / run-ci (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / build-sdk (push) Has been cancelled
Auto Create GitHub Release on Version Change / create-release (push) Has been cancelled

Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
This commit is contained in:
Suchintan 2026-02-14 23:57:37 -05:00 committed by GitHub
parent 757e859c7c
commit b1e5eb9268
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 435 additions and 828 deletions

View file

@ -1092,6 +1092,9 @@ async def skyvern_run_task(
) -> dict[str, Any]:
"""Run a quick, one-off web task via an autonomous AI agent. Nothing is saved — use for throwaway tests and exploration only. Best for tasks describable in 2-3 sentences.
Always uses engine 2.0 (planning agent) the engine cannot be changed. For simple single-goal
tasks, a workflow with engine 1.0 blocks is cheaper and more reliable.
For anything reusable, multi-step, or worth keeping, use skyvern_workflow_create instead it produces a versioned, rerunnable workflow with per-step observability.
For simple single-step actions on the current page, use skyvern_act instead.
"""