Skip to content

Commit 936cc2e

Browse files
committed
refactor: update SDK path references to a2ui_agent subdirectory across samples, CI, and scripts
1 parent 0fde624 commit 936cc2e

62 files changed

Lines changed: 29 additions & 35 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/python_agent_sdk_build_and_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,25 +50,25 @@ jobs:
5050
pip install uv
5151
5252
- name: Check Formatting
53-
working-directory: agent_sdks/python
53+
working-directory: agent_sdks/python/a2ui_agent
5454
run: uv run pyink --check .
5555

5656
- name: Check Formatting for Conformance
5757
working-directory: agent_sdks/conformance
5858
run: uv run --with pyink pyink --check tests/
5959

6060
- name: Run unit tests
61-
working-directory: agent_sdks/python
61+
working-directory: agent_sdks/python/a2ui_agent
6262
run: uv run --with pytest pytest tests/
6363

6464
- name: Run conformance YAML validation
6565
working-directory: agent_sdks/conformance
6666
run: uv run pytest
6767

6868
- name: Build the python SDK
69-
working-directory: agent_sdks/python
69+
working-directory: agent_sdks/python/a2ui_agent
7070
run: uv build .
7171

7272
- name: Run validation scripts on assets packing
73-
working-directory: agent_sdks/python
73+
working-directory: agent_sdks/python/a2ui_agent
7474
run: uv run python tests/integration/verify_load_real.py
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)