[DNM] Migrate from A2A v0 to v1 (part 2) - #1929
Closed
supreme-gg-gg wants to merge 20 commits into
Closed
supreme-gg-gg wants to merge 20 commits into
supreme-gg-gg wants to merge 20 commits into
Conversation
supreme-gg-gg
force-pushed
the
jetc/feat/a2a-v1-migration-a
branch
from
May 27, 2026 16:29
6350578 to
d60eec4
Compare
supreme-gg-gg
force-pushed
the
jetc/feat/a2a-v1-migration-b
branch
from
May 27, 2026 16:59
6685367 to
4a76753
Compare
3 tasks
supreme-gg-gg
force-pushed
the
jetc/feat/a2a-v1-migration-a
branch
from
May 28, 2026 17:39
69e93c5 to
253191a
Compare
supreme-gg-gg
force-pushed
the
jetc/feat/a2a-v1-migration-b
branch
from
May 28, 2026 21:57
9c981d7 to
d33b985
Compare
supreme-gg-gg
force-pushed
the
jetc/feat/a2a-v1-migration-b
branch
from
May 29, 2026 16:17
fa045c2 to
60a1f05
Compare
|
Warning Testing pausedMonthly snapshot limit reached. Update your plan for additional snapshots and to resume testing. |
supreme-gg-gg
force-pushed
the
jetc/feat/a2a-v1-migration-b
branch
from
May 30, 2026 01:49
c66e407 to
60d72d0
Compare
|
This pull request has been marked as stale because of no activity in the last 15 days. It will be closed in the next 5 days unless it is tagged "no stalebot" or other activity occurs. |
|
This pull request has been closed after 15 days of inactivity and an additional 5 days after being marked as stale. |
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io> review and update UI changes Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io> pkg lock Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io> fixes to ui Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io> update migration cmd tests from archived branch Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
…d be removed in the next version Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
supreme-gg-gg
force-pushed
the
jetc/feat/a2a-v1-migration-b
branch
from
June 22, 2026 15:28
289c15c to
568a7cd
Compare
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
|
This pull request has been marked as stale because of no activity in the last 15 days. It will be closed in the next 5 days unless it is tagged "no stalebot" or other activity occurs. |
|
This pull request has been closed after 15 days of inactivity and an additional 5 days after being marked as stale. |
EItanya
added a commit
that referenced
this pull request
Aug 7, 2026
## Summary Close #1941 This PR combines the changes of #1929 and #1936 and migrates all Kagent's A2A integration surfaces (UI a2a-js client, CLI a2a-go client, DB and REST API interfaces, declarative ADK in go and python, BYO frameworks in python) from 0.3 and 1.0 dual-compatible (introduced in #1921) to strictly v1.0. This paves the way for future work to consolidate our A2A integration and develop the Kagent v1 APIs. **This migration is not zero downtime and is not backward compatible, and is intended to go into the next major version.** There is no compatibility matrix for this. Your UI/CLI/custom client and all agents must **ALL** be in v1.0 to work properly. ## Testing Unit, integration, and E2E tests have been updated and ran successfully. I have manually tested: using UI and CLI with Go declarative, Python declarative, and BYO agents on K8s and Substrate. For context, the A2A migration doc is [here](https://github.com/a2aproject/a2a-python/tree/main/docs/migrations/v1_0) (written for python sdk but generally applicable to go and js) --------- Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The 2nd of 3 PRs to migrate from A2A v0 to v1. This will go into 0.11.0 release. Building on top of #1921:
kagent migrate a2a-v1CLI command for migrating data in database from v0 to v1 (run this AFTER you have upgraded to 0.11.0 for full zero-downtime experience)go/corecontroller, handler, db client since 0.10.0 regarding agent card and v1 data writing, mostgo/corechanges are already done in the last PR