Remove setup.sh in favor of skyvern CLI (#4737)
This commit is contained in:
8
tests/test_agent.py
Normal file
8
tests/test_agent.py
Normal 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
|
||||
Reference in New Issue
Block a user