Skip to content

Commit a47426c

Browse files
committed
Delete the generated spec assets in the agent SDK
#760 accidentally checked in obsolete and generated assets. This commit removes them and also updates the git ignore file to ignore them when checking in code.
1 parent 7fb0113 commit a47426c

7 files changed

Lines changed: 6 additions & 2750 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ site/
1515

1616
# Python virtual environment
1717
.venv/
18+
19+
# Generated spec assets in the agent SDK
20+
## old agent SDK path
21+
a2a_agents/python/a2ui_agent/src/a2ui/assets/**/*.json
22+
## new agent SDK path
23+
agent_sdks/python/src/a2ui/assets/**/*.json

a2a_agents/python/a2ui_agent/src/a2ui/assets/0.8/server_to_client.json

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)