6 Commits

Author SHA1 Message Date
Jason Zhang 6930be4305 fix: remove invalid event from 10_burgers sample test trace
Fix 10_burgers.json sample test replay by removing an erroneous premature function response event (e-4) that referenced tool call fc-3 before fc-3 was emitted by the model.

Co-authored-by: Jason Zhang <jasoncz@google.com>
PiperOrigin-RevId: 962270570
2026-08-10 11:32:40 -07:00
zhangzherui 95feafa3b2 fix: isolate delegated task branches
Merge https://github.com/google/adk-python/pull/6495

Fixes #6457

PiperOrigin-RevId: 954877821
2026-07-27 15:58:00 -07:00
Wei Sun (Jack) fa829296c0 docs: fix formatting in multi-agent sample READMEs
Fixes minor indentation and bullet formatting issues in the multi-agent samples README files.

Co-authored-by: Wei Sun (Jack) <weisun@google.com>
PiperOrigin-RevId: 931446655
2026-06-12 19:11:07 -07:00
Bo Yang f84a5b5e20 docs: add unit guides for task mode
Added task mode doc, README and cross-linking samples.

Co-authored-by: Bo Yang <ybo@google.com>
PiperOrigin-RevId: 931386773
2026-06-12 16:19:07 -07:00
Shangjie Chen 0c6974cbc4 fix: Set role='model' for request_input event Content
Set role='model' in the Content object generated by create_request_input_event()
to ensure proper role attribution when returning function call events to the client.

Co-authored-by: Shangjie Chen <deanchen@google.com>
PiperOrigin-RevId: 929538818
2026-06-09 19:19:51 -07:00
Sasha Sobran 162279358c chore: switch main to v2.0.0 GA (transition to v2)
Co-authored-by: Bo Yang <ybo@google.com>
Co-authored-by: Wei Sun (Jack) <weisun@google.com>
Co-authored-by: George Weale <gweale@google.com>
Co-authored-by: Swapnil Agarwal <swapnilag@google.com>
Co-authored-by: Xuan Yang <xygoogle@google.com>
Co-authored-by: Shangjie Chen <deanchen@google.com>
Co-authored-by: Yifan Wang <wanyif@google.com>
Co-authored-by: Kathy Wu <wukathy@google.com>
2026-05-19 02:01:33 +00:00