Вы просматриваете старую версию данной страницы. Смотрите текущую версию.

Сравнить с текущим просмотр истории страницы

« Предыдущий Версия 4 Следующий »

For the convenience of programmers, a Low-Code mode is available inside the ROBIN Studio builder

Safe Low-Code mode allows you to write and compile your own action code in the built-in editor. Finished actions are further used to create robots. 

C# and Python frameworks are available. 

The code created by the programmer is packaged into a ready action and becomes available for its further use in the algorithms of digital assistants.  

(отметить)  Unlike competing solutions, the action code created in the ROBIN Low-Code Editor does not remain permanently bound to the assistant in which it was created. The created code is saved as a separate, protected package and can be:

  • imported into another studio as an action, reused in other projects
  • published to an orchestrator to make actions based on it available for use internally

This allows you to manage the program code separately from the script of the robot itself: to set the necessary rights, role model, to ensure the safety and manufacturability of its further maintenance and reuse.

To eliminate the risk of code tampering at runtime:

  • Signing a code packet with a StrongKey is used. The digital assistant script verifies this signature at runtime.
  • Encryption of the digital assistant script is performed to protect against unauthorized access and changes outside the ROBIN Studio. It is not possible to substitute the execution of one action for another outside the Studio.
  • The assistant's program code is compiled only once, during its creation. This ensures that the code remains unchanged when it is launched.
  • Нет меток