You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from veadk.cloud.cloud_agent_engine import CloudAgentEngine
9
+
8
10
engine = CloudAgentEngine()
9
-
cloud_app = engine.deploy(path=..., name=...)
11
+
12
+
# Create application thru local folder and unique application name
13
+
cloud_app = engine.deploy(path=<absolute path of your agent application, e.g. /Users/my_agent_name>, name=<unique name of your agent. e.g. veadk-agent>)
0 commit comments