5 Commits

Author SHA1 Message Date
Bo Yang 4476854455 feat(events): make run_id calculated and remove from JSON dump
Change-Id: Ida7d49b36bf6f590796f5c22ca26e5dc121352a5
2026-04-09 09:44:59 -07:00
Bo Yang 1f898f833d refactor: update agent workflow to use tool confirmation. Currently tests fail due to interruption not supported in llm agent as a node in a workflow.
Change-Id: I9d41ac107d61e38629d39899cb4893780eba003e
2026-04-06 14:42:49 -07:00
Bo Yang d66d0f7d0a feat: add support for agent transfers, CLI argument handling, and set_model_response filtering in test runner
Change-Id: Ibc2efe19b010c7059beec44091abbf2df1b9826f
2026-04-05 22:54:31 -07:00
Bo Yang 6f173041b3 feat: implement task mode support in V1 LLM agent wrapper and add integration test samples
Change-Id: Icd026eb74ec37d1685db6835ef549b6efe76547e
2026-04-05 15:03:13 -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