Commit Graph

4 Commits

Author SHA1 Message Date
Bo Yang dd88f9320d docs: update description of inline image from square to circle in agent workflow sample
Change-Id: I002617036f843460d7c1891da60dd16bd0db11a9
2026-03-31 20:10:54 -07:00
Bo Yang 2d5957eb3c docs(samples): add markdown table to streaming message sample
Change-Id: I77e6b5399bb2ca43f0dd0e7a957085c486920f5b
2026-03-28 16:27:10 -07:00
Bo Yang 1d59974cf4 docs(samples): Add streaming message example
Update message workflow sample to demonstrate streaming token chunks using Event(message=..., partial=True).

Change-Id: Iaa44a293dda1aec1a689b26997b83e4e17ae31ef
2026-03-28 16:25:22 -07:00
Wei (Jack) Sun 1c64a41b53 feat: ADK 2.0 alpha
Introduces two major capabilities:
- Workflow runtime: graph-based execution engine for composing
  deterministic execution flows for agentic apps, with support for
  routing, fan-out/fan-in, loops, retry, state management, dynamic
  nodes, human-in-the-loop, and nested workflows
- Task API: structured agent-to-agent delegation with multi-turn
  task mode, single-turn controlled output, mixed delegation
  patterns, human-in-the-loop, and task agents as workflow nodes

Co-Authored-By: Bo Yang <ybo@google.com>
Co-Authored-By: George Weale <gweale@google.com>
Co-Authored-By: Sean Zhou <seanzhougoogle@google.com>
Co-Authored-By: Shangjie Chen <deanchen@google.com>
Co-Authored-By: Swapnil Agarwal <swapnilag@google.com>
Co-Authored-By: Wei Sun <weisun@google.com>
Co-Authored-By: Xuan Yang <xygoogle@google.com>
Co-Authored-By: Yifan Wang <wanyif@google.com>
Change-Id: I35932c50cfe29ff68559e3781713dbb5eb7b3382
2026-03-17 23:24:58 -07:00