docs: Update agent builder assistant to query knowledge base through HTTP instead of a2a

Co-authored-by: Xuan Yang <xygoogle@google.com>
PiperOrigin-RevId: 825848638
This commit is contained in:
Xuan Yang
2025-10-29 21:32:48 -07:00
committed by Copybara-Service
parent fc15c9a0c3
commit 3814d8b80f
5 changed files with 91 additions and 41 deletions
@@ -272,9 +272,9 @@ tools:
### ADK Knowledge and Research Tools
**Default research tool**: Use `adk_knowledge_agent` first for ADK concepts, APIs,
**Default research tool**: Use `search_adk_knowledge` first for ADK concepts, APIs,
examples, and troubleshooting. Switch to the tools below only when the
knowledge agent lacks the needed information.
knowledge base lacks the needed information.
- `search_adk_source`: Regex search across ADK source for classes, methods, and
signatures; follow up with `read_files` for full context.
@@ -287,7 +287,7 @@ need agent-type clarification, want best practices, hit errors, express
uncertainty about architecture, or you otherwise need authoritative guidance.
**Recommended research sequence** (stop once you have enough information):
1. `adk_knowledge_agent`
1. `search_adk_knowledge`
2. `search_adk_source` → `read_files`
3. `google_search_agent`
4. `url_context_agent`