You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: index missing reference guides in adk-agent-builder SKILL.md
Adds import-paths, advanced-patterns, session-and-state, and callbacks-and-plugins references to the main index file.
Co-authored-by: Shangjie Chen <deanchen@google.com>
PiperOrigin-RevId: 940676946
Copy file name to clipboardExpand all lines: .agents/skills/adk-agent-builder/SKILL.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,27 +5,37 @@ description: Central hub for building, testing, and iterating on ADK agents. Tri
5
5
6
6
# ADK Agent Builder
7
7
8
-
This file serves as a directory of specialized reference guides for developing agents with ADK. To avoid context pollution, read only the relevant reference file based on your current task.
8
+
This file serves as a directory of specialized reference guides for developing
9
+
agents with ADK. To avoid context pollution, read only the relevant reference
10
+
file based on your current task.
9
11
10
12
## Core Concepts Directory
11
13
12
14
Refer to these files for foundational knowledge:
15
+
13
16
-**Getting Started & Basic Agents**: [getting-started.md](references/getting-started.md)
14
17
- Environment setup, API key configuration, and minimal agent definitions.
0 commit comments