Sema4AI / vscode-extension

Sema4.ai extension for VS Code: AI Actions and Automation development for Python
https://sema4.ai/docs/platform/vs-code
Apache License 2.0
7 stars 1 forks source link

handling template selection for Create Action Package command, Action… #12

Closed el-mike closed 5 months ago

el-mike commented 5 months ago

Action Server client implementation is rather simple for now, and does not include intricate features that RCC client has, such as interactive mode or extensive error logging.

Also - we rely on VSCode client to handle download (and storage) of Action Server executable, therefore all commands require a proper path. Client class later uses it to work as a front for AS commands running. This could be changed in the future, but for now, I decided to leave it this way.