v2.9.0
🚨 Impact
There are 3 key changes:
- the platform module was extracted to a new uipath-platform library
- context grounding contract changes:
PreProcessingandFieldswere removed, whileextraction_strategy,embeddings_enabled,is_encryptedwere 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.