FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/google/adk/a2a - google/adk-python · GitHub
google
/
adk-python
Public
Notifications
You must be signed in to change notification settings
Fork
4k
Star
21.6k
Code
Issues
274
Pull requests
260
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
adk-python
src
google
adk
a2a
on
main
User selector
Datepicker
Commit history
Commits on Sep 15, 2026
refactor(a2a): relocate RemoteA2aAgent implementation and tests to a2a
Show description for a6a4052
DeanChensj
authored and
copybara-github
committed
a6a4052
View commit details
Copy full SHA for a6a4052
View code at this point
Browse repository at this point
Commits on Sep 14, 2026
fix: allow forwarding session ID as context_id for remote A2A agents
Show description for e10a1be
KrshnKush
authored and
copybara-github
committed
e10a1be
View commit details
Copy full SHA for e10a1be
View code at this point
Browse repository at this point
Commits on Sep 9, 2026
fix: report an A2A stream that ends before the remote task finishes
Show description for e29ee23
GWeale
authored and
copybara-github
committed
e29ee23
View commit details
Copy full SHA for e29ee23
View code at this point
Browse repository at this point
Commits on Sep 6, 2026
fix: default AgentCardBuilder capabilities to streaming=True
Show description for b018062
chelsealong
authored and
copybara-github
committed
b018062
View commit details
Copy full SHA for b018062
View code at this point
Browse repository at this point
Commits on Sep 3, 2026
fix: skip summarization for terminal A2A task states
Show description for aef3a9c
surajksharma07
authored and
copybara-github
committed
aef3a9c
View commit details
Copy full SHA for aef3a9c
View code at this point
Browse repository at this point
Commits on Aug 28, 2026
fix: treat a max_iterations of zero as zero loop passes
Show description for afbcaff
GWeale
authored and
copybara-github
committed
afbcaff
View commit details
Copy full SHA for afbcaff
View code at this point
Browse repository at this point
Commits on Aug 27, 2026
chore(a2a): remove the unreachable streaming parameter from build_agent_card
Show description for ca288df
GWeale
authored and
copybara-github
committed
ca288df
View commit details
Copy full SHA for ca288df
View code at this point
Browse repository at this point
Commits on Aug 24, 2026
fix(a2a): keep file payloads out of the debug log line
Show description for ef158d3
GWeale
authored and
copybara-github
committed
ef158d3
View commit details
Copy full SHA for ef158d3
View code at this point
Browse repository at this point
Commits on Aug 20, 2026
fix: revert the A2A guard that broke every HITL tool confirmation
Show description for 9a32eba
xuanyang15
authored and
copybara-github
committed
9a32eba
View commit details
Copy full SHA for 9a32eba
View code at this point
Browse repository at this point
Commits on Aug 18, 2026
refactor: consolidate a2a compat well-known-type imports
Show description for 5d84905
google-genai-bot
authored and
copybara-github
committed
5d84905
View commit details
Copy full SHA for 5d84905
View code at this point
Browse repository at this point
fix: read long-running function name from data, not metadata
Show description for 029c17b
Osamaali313
authored and
copybara-github
committed
029c17b
View commit details
Copy full SHA for 029c17b
View code at this point
Browse repository at this point
Commits on Aug 17, 2026
fix: reject tool confirmations arriving over A2A
Show description for 9e9eaa6
cybrdude
authored and
copybara-github
committed
9e9eaa6
View commit details
Copy full SHA for 9e9eaa6
View code at this point
Browse repository at this point
Commits on Aug 14, 2026
feat(a2a): add native task mode support to RemoteA2aAgent
Show description for 72f3ff5
google-genai-bot
authored and
copybara-github
committed
72f3ff5
View commit details
Copy full SHA for 72f3ff5
View code at this point
Browse repository at this point
Commits on Aug 5, 2026
refactor(types): make google.adk.a2a pass strict mypy
Show description for b34c636
GWeale
authored and
copybara-github
committed
b34c636
View commit details
Copy full SHA for b34c636
View code at this point
Browse repository at this point
fix: preserve per-part media fields across A2A conversion
Show description for 1a9d003
GWeale
authored and
copybara-github
committed
1a9d003
View commit details
Copy full SHA for 1a9d003
View code at this point
Browse repository at this point
Commits on Aug 3, 2026
fix: keep agent instructions out of the published A2A agent card
Show description for efdecf4
GWeale
authored and
copybara-github
committed
efdecf4
View commit details
Copy full SHA for efdecf4
View code at this point
Browse repository at this point
Commits on Jul 30, 2026
fix: ignore unsafe A2A peer-supplied event actions metadata
Show description for 0ba7d3c
GWeale
authored and
copybara-github
committed
0ba7d3c
View commit details
Copy full SHA for 0ba7d3c
View code at this point
Browse repository at this point
fix: constrain the RPC targets of a network-fetched A2A agent card
Show description for 16cbb7d
GWeale
authored and
copybara-github
committed
16cbb7d
View commit details
Copy full SHA for 16cbb7d
View code at this point
Browse repository at this point
Commits on Jul 29, 2026
fix: harden A2A metadata serialization and parser type validation
Show description for eee700a
google-genai-bot
authored and
copybara-github
committed
eee700a
View commit details
Copy full SHA for eee700a
View code at this point
Browse repository at this point
chore: fix mypy strict type errors in adk a2a
Show description for 8882ed6
GWeale
authored and
copybara-github
committed
8882ed6
View commit details
Copy full SHA for 8882ed6
View code at this point
Browse repository at this point
Commits on Jul 28, 2026
fix(a2a): honor task cancellation instead of raising NotImplementedError
Show description for fb55d4a
GWeale
authored and
copybara-github
committed
fb55d4a
View commit details
Copy full SHA for fb55d4a
View code at this point
Browse repository at this point
feat(a2a): support per-invocation auth headers when fetching agent cards
Show description for 3dd1156
google-genai-bot
authored and
copybara-github
committed
3dd1156
View commit details
Copy full SHA for 3dd1156
View code at this point
Browse repository at this point
Commits on Jul 27, 2026
fix: close A2A response stream when the caller stops consuming
Show description for 31392ba
GWeale
authored and
copybara-github
committed
31392ba
View commit details
Copy full SHA for 31392ba
View code at this point
Browse repository at this point
feat: add metadata extraction symmetry to A2A converters
Show description for 3127f36
google-genai-bot
authored and
copybara-github
committed
3127f36
View commit details
Copy full SHA for 3127f36
View code at this point
Browse repository at this point
Commits on Jul 24, 2026
feat: support serving a to_a2a agent under a path prefix
Show description for 1ae292f
GWeale
authored and
copybara-github
committed
1ae292f
View commit details
Copy full SHA for 1ae292f
View code at this point
Browse repository at this point
Commits on Jul 22, 2026
fix: percent-encode context id fields so ids with separators round-trip
Show description for fab5347
anxkhn
authored and
copybara-github
committed
fab5347
View commit details
Copy full SHA for fab5347
View code at this point
Browse repository at this point
fix: respect A2A Message.role in inbound event conversion
Show description for 968845f
giulio-leone
authored and
copybara-github
committed
968845f
View commit details
Copy full SHA for 968845f
View code at this point
Browse repository at this point
fix: preserve metadata in A2A artifact updates
Show description for 2316b83
google-genai-bot
authored and
copybara-github
committed
2316b83
View commit details
Copy full SHA for 2316b83
View code at this point
Browse repository at this point
fix: serialize raw bytes as base64 in A2A converters
Show description for e6604e1
google-genai-bot
authored and
copybara-github
committed
e6604e1
View commit details
Copy full SHA for e6604e1
View code at this point
Browse repository at this point
Commits on Jul 10, 2026
fix: skip empty inline_data blobs in A2A part conversion
Show description for f9ffcfc
google-genai-bot
authored and
copybara-github
committed
f9ffcfc
View commit details
Copy full SHA for f9ffcfc
View code at this point
Browse repository at this point
Commits on Jul 9, 2026
fix: Fix InputTokensDetails validation in OpenAI responses test and formatting in a2a_agent_executor
Show description for 99ea228
DeanChensj
authored and
copybara-github
committed
99ea228
View commit details
Copy full SHA for 99ea228
View code at this point
Browse repository at this point
refactor: add a2a-sdk 0.3.x/1.x compatibility layer for ADK A2A support
Show description for 930e472
google-genai-bot
authored and
copybara-github
committed
930e472
View commit details
Copy full SHA for 930e472
View code at this point
Browse repository at this point
Commits on Jun 19, 2026
fix: recurse into JSON-native containers in A2A _serialize_value()
Show description for c08debc
haranrk
authored and
copybara-github
committed
c08debc
View commit details
Copy full SHA for c08debc
View code at this point
Browse repository at this point
Commits on Jun 18, 2026
fix: preserve JSON-native types in A2A _serialize_value()
Show description for 139c700
authored and
copybara-github
committed
139c700
View commit details
Copy full SHA for 139c700
View code at this point
Browse repository at this point
Commits on Jun 17, 2026
fix: map A2A Message.role to correct GenAI content role
Show description for fe08a9f
authored and
copybara-github
committed
fe08a9f
View commit details
Copy full SHA for fe08a9f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL