Skip to content

Commit 18cd935

Browse files
committed
refactor: update SDK path references to a2ui_agent subdirectory across samples, CI, and scripts
1 parent 4271e78 commit 18cd935

64 files changed

Lines changed: 34 additions & 37 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

.github/workflows/python_samples_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Validate Sample Examples
5858
run: |
59-
PYTHONPATH=agent_sdks/python/src uv run --project agent_sdks/python pytest -vv samples/agent/adk/tests/test_examples_validation.py
59+
PYTHONPATH=agent_sdks/python/a2ui_agent/src uv run --project agent_sdks/python/a2ui_agent pytest -vv samples/agent/adk/tests/test_examples_validation.py
6060
6161
- name: Build orchestrator
6262
working-directory: samples/agent/adk/orchestrator

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ coverage/
1818
# Generated spec assets in the agent SDK
1919
## old agent SDK path
2020
a2a_agents/python/a2ui_agent/src/a2ui/assets/**/*.json
21-
## new agent SDK path
2221
agent_sdks/python/src/a2ui/assets/**/*.json
22+
## new agent SDK path
23+
agent_sdks/python/a2ui_agent/src/a2ui/assets/**/*.json
2324
## Generated files for sandbox frame.
2425
samples/client/angular/projects/mcp_calculator/public/mcp_apps_inner_iframe/
2526

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)