f84a5b5e20
Added task mode doc, README and cross-linking samples. Co-authored-by: Bo Yang <ybo@google.com> PiperOrigin-RevId: 931386773
ADK Developer Guides
This directory contains specific developer guides for the ADK Python implementation. For the official ADK documentation, visit adk.dev.
Index
Agents
- LlmAgent Single-Turn Mode - Guide on using LlmAgent in single-turn mode.
- LlmAgent Task Mode - Guide on using LlmAgent in task mode.
Events
- Event and NodeInfo - Understanding Event and NodeInfo in workflows.
- RequestInput - How to use RequestInput for human-in-the-loop interactions.