Skip to main content

Create a process with code

The Intrinsic SDK includes the Solution Building Library, a Python library that supports a code-first approach for Solution builders. The Solution Building Library focuses on enhancing existing Solutions by allowing developers to create behavior trees for processes and send them to the Solution for execution. Visualization and debugging of executed processes are provided in the Flowstate UI. The library also provides basic scene editing but does not allow developers to manage Solution deployments.

Refer to the

Solution Building Library reference documentation for complete details on the library's functionality.

The development environment also includes a preconfigured Visual Studio Code-based IDE, including a Jupyter plugin to facilitate an interactive Python environment. Solution builders can create Solutions directly from plain Python code, or from a Jupyter notebook.

Example Jupyter notebooks can be found in the examples repository of the SDK.