Description
Currently, session_id corresponds to thread_id in AG-UI and context_id in A2A, and message_id corresponds to message_id / artifact_id in both AG-UI and A2A.
However, we are missing the corresponding concept mapping between task_id in A2A and run_id in AG-UI.
| AG-UI |
A2A |
agentframework |
| thread_id |
context_id |
session_id |
| run_id |
task_id |
?? |
| message_id |
message_id/artifact_id |
message_id |
Code Sample
Language/SDK
Both