d56e11ed68
Add node_info.output_for to Event -- a list of node paths whose output an event represents. For normal nodes it contains just the node own path. When use_as_output=True delegation is used, it includes the full ancestor chain (child path + all delegating parent paths). Also adds a contributing sample demonstrating use_as_output with a downstream edge in the new Workflow architecture. Change-Id: I7e11276f894a3a2b396759dd146c221b487d4a7c
Contributing Resources
This folder hosts resources for ADK contributors, for example, testing samples etc.
Samples
Samples folder host samples to test different features. The samples are usually minimal and simplistic to test one or a few scenarios.
Note: This is different from the google/adk-samples repo, which hosts more complex e2e samples for customers to use or modify directly.
ADK project and architecture overview
The adk_project_overview_and_architecture.md describes the ADK project overview and its technical architecture from high-level.
This is helpful for contributors to understand the project and design philosophy. It can also be fed into LLMs for vibe-coding.