Skip to content

docs(add-setup-md): add SETUP.md for Agentic Inner Loop KPI#1682

Open
giuliastf wants to merge 1 commit into
mainfrom
docs/add-setup-md
Open

docs(add-setup-md): add SETUP.md for Agentic Inner Loop KPI#1682
giuliastf wants to merge 1 commit into
mainfrom
docs/add-setup-md

Conversation

@giuliastf
Copy link
Copy Markdown
Collaborator

No description provided.

@giuliastf giuliastf self-assigned this May 25, 2026
Copilot AI review requested due to automatic review settings May 25, 2026 13:40
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.MD document 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.

Comment thread SETUP.MD
@@ -0,0 +1,110 @@
# SETUP.md
Comment thread SETUP.MD
Comment on lines +10 to +11
- [x] Linux
- [ ] Windows
Comment thread SETUP.MD Outdated
Comment on lines +24 to +25
| `UIPATH_URL` | UiPath platform base URL — required only for E2E tests, which are excluded from the default test run | Set to your tenant URL (e.g. `https://cloud.uipath.com/myorg/mytenant`) |
| `UIPATH_ACCESS_TOKEN` | Bearer token — required only for E2E tests | Generate from UiPath Cloud Platform |
Comment thread SETUP.MD Outdated
def _make_span(span_id: int) -> MagicMock:
span = MagicMock()
span.get_span_context.return_value.span_id = span_id
del span.parent # ensure hasattr(span, "parent") is False
@giuliastf giuliastf force-pushed the docs/add-setup-md branch from 0122942 to 0e63d3f Compare May 28, 2026 07:53
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 4 comments.

Comment thread SETUP.MD
@@ -0,0 +1,109 @@
# SETUP.md
Comment thread SETUP.MD
Comment on lines +10 to +14
This checklist controls the Agentic Inner Loop KPI pipeline targets (clean Linux VM). The repo's own GitHub Actions CI additionally tests on `windows-latest`, but that is not measured by this KPI.

- [x] Linux
- [ ] Windows
- [ ] macOS
Comment thread SETUP.MD
Comment on lines +22 to +25
### Project-specific

None. The unit-test suites under the `Test` section below run fully offline and require no external authentication. The repo's optional E2E tests (`pytest -m e2e`) are excluded from this KPI; their credentials (`UIPATH_URL`, `UIPATH_CLIENT_ID`, `UIPATH_CLIENT_SECRET`, `UIPATH_FOLDER_KEY`) are wired only in the dedicated GitHub Actions `e2e-uipath-platform` job and are out of scope here.

Comment thread SETUP.MD
Comment on lines +60 to +62
uv --directory packages/uipath-core run pytest -m "not e2e"
uv --directory packages/uipath-platform run pytest -m "not e2e"
uv --directory packages/uipath run pytest -m "not e2e"
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants