Remove setup.sh in favor of skyvern CLI (#4737)

This commit is contained in:
Shuchang Zheng
2026-02-12 20:43:27 -08:00
committed by GitHub
parent 08d3b04d14
commit 155c07f8be
77 changed files with 12358 additions and 10 deletions

8
tests/test_agent.py Normal file
View File

@@ -0,0 +1,8 @@
from skyvern.forge import app
from skyvern.forge.forge_app_initializer import start_forge_app
def test_dummy_agent() -> None:
start_forge_app()
print(app.agent)
return