feat(core): add workspace hydration service protocols#1744
Merged
Conversation
GabrielVasilescu04
approved these changes
Jun 23, 2026
cea120b to
410f5f0
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new uipath.core.workspace surface intended to provide stable, injectable backend service contracts (protocols) for the runtime workspace-hydration layer, and bumps uipath-core to 0.5.22 across the monorepo lockfiles.
Changes:
- Introduces
AttachmentsProtocolandJobsProtocolunderuipath.core.workspacefor workspace-hydration backend interactions. - Exposes the new protocols via
uipath.core.workspace.__init__. - Bumps
uipath-coreversion to0.5.22and updatesuv.lockfiles to match.
Reviewed changes
Copilot reviewed 3 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/uipath/uv.lock | Updates locked editable uipath-core version reference to 0.5.22. |
| packages/uipath-platform/uv.lock | Updates locked editable uipath-core version reference to 0.5.22. |
| packages/uipath-core/uv.lock | Updates locked local uipath-core version to 0.5.22. |
| packages/uipath-core/src/uipath/core/workspace/protocols.py | Adds the new workspace hydration service Protocol contracts. |
| packages/uipath-core/src/uipath/core/workspace/init.py | Re-exports the new protocols as the package public surface. |
| packages/uipath-core/pyproject.toml | Bumps uipath-core package version to 0.5.22. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
410f5f0 to
5bc87d7
Compare
|
🚨 Heads up:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
uipath.core.workspacewithAttachmentsProtocolandJobsProtocol, the backend service contracts the runtime workspace-hydration layer depends oncore/governancepattern: contracts live in core, concreteAttachmentsService/JobsServicestay inuipath-platform, the runtime consumes the protocols