You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commit-message: "chore: 🤖Auto-update A2A types from google/A2A@${{ github.event.client_payload.sha }}"
71
+
title: "chore: 🤖 Auto-update A2A types from google/A2A"
72
72
body: |
73
-
This PR automatically updates the A2A schema types based on the latest specification.
74
-
75
-
This update was triggered by the scheduled workflow run.
76
-
See the workflow run details: [${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
77
-
branch: "a2a-schema-update"
73
+
This PR updates `src/a2a/types.py` based on the latest `specification/json/a2a.json` from [google/A2A](https://github.com/google/A2A/commit/${{ github.event.client_payload.sha }}).
* Update to support python 3.10 ([#85](https://github.com/google/a2a-python/issues/85)) ([fd9c3b5](https://github.com/google/a2a-python/commit/fd9c3b5b0bbef509789a701171d95f690c84750b))
9
+
10
+
11
+
### Bug Fixes
12
+
13
+
* Throw exception for task_id mismatches ([#70](https://github.com/google/a2a-python/issues/70)) ([a9781b5](https://github.com/google/a2a-python/commit/a9781b589075280bfaaab5742d8b950916c9de74))
<h3align="center">A Python library that helps run agentic applications as A2AServers following the <ahref="https://google.github.io/A2A">Agent2Agent (A2A) Protocol</a>.</h3>
14
+
</html>
15
+
16
+
<!-- markdownlint-enable no-inline-html -->
4
17
5
18
## Installation
6
19
7
20
You can install the A2A SDK using either `uv` or `pip`.
0 commit comments