Skip to content

v2.9.0

Choose a tag to compare

@radu-mocanu radu-mocanu released this 02 Mar 08:40
· 160 commits to main since this release

🚨 Impact

There are 3 key changes:

  • the platform module was extracted to a new uipath-platform library
  • context grounding contract changes: PreProcessing and Fields were removed, while extraction_strategy, embeddings_enabled, is_encrypted were added. more context in the PR description here
  • the new default option for the dev CLI command is now web

Migration guide

The new library changes should not impact existing agents. Public functions, models and objects can be imported from the same locations.
For context grounding please consult the linked PR.
The uipath dev command now behaves identically to uipath dev web. To launch the dev terminal, use uipath dev terminalinstead.