Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The imported modules are referenced by the workflows, but as each agent has its own memory space, global variables will not be shared between agents or workflows.

Python Code Editor Assistance

To provide assistance when you are writing code in the Python code area, there are several features in place:

  • Syntax Highlighting - Different parts of the code are color-coded according to type

  • Right-click Menu - A menu that provides editor options.

  • Code Completion - Helps you to write Python code in the Python Code Editor by providing context-sensitive proposals.

  • For further information on these features, see Python Code Editor Assistance.