docs(add-setup-md): add SETUP.md for Agentic Inner Loop KPI#1682
Open
giuliastf wants to merge 1 commit into
Open
docs(add-setup-md): add SETUP.md for Agentic Inner Loop KPI#1682giuliastf wants to merge 1 commit into
giuliastf wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a root-level setup guide intended to standardize local environment setup and provide a small “sample change” workflow for the Agentic Inner Loop KPI.
Changes:
- Introduces a new
SETUP.MDdocument covering prerequisites, env vars, setup/verify/build/test commands, and a sample code-change exercise.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
0122942 to
0e63d3f
Compare
0e63d3f to
835adb9
Compare
Adds the SETUP.MD required by the Agentic Inner Loop validation pipeline (MER KPI 11). Documents prerequisites, environment setup, build, test, and a prescribed sample code change so an AI agent can autonomously run the inner dev loop on a clean Linux machine. PRODEV-621
e0b16d3 to
1ee4a4a
Compare
|
radu-mocanu
requested changes
Jun 5, 2026
Collaborator
radu-mocanu
left a comment
There was a problem hiding this comment.
same as UiPath/uipath-mcp-python#217
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.



Jira ticket PRODEV-621: https://uipath.atlassian.net/browse/PRODEV-621
This pull request introduces a new
SETUP.mdfile to the repository, providing comprehensive setup, build, and test instructions for developers. The documentation covers prerequisites, supported platforms, environment variables, package installation, build and test commands, and includes a sample code change with verification steps.Documentation improvements:
SETUP.mdfile outlining prerequisites (Python 3.11+,uv), supported platforms, environment variable requirements, and step-by-step setup, build, and test instructions for all packages.SpanRegistryand how to test it using pytest.