From ffe9cce32a7e2e8974ffbe1cf41b8f52a358434a Mon Sep 17 00:00:00 2001 From: adk-bot Date: Thu, 5 Feb 2026 19:10:00 +0000 Subject: [PATCH] Update ADK doc according to issue #1227 - 12 --- docs/agents/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/agents/index.md b/docs/agents/index.md index e0381b31f..b7d1f43e4 100644 --- a/docs/agents/index.md +++ b/docs/agents/index.md @@ -51,4 +51,5 @@ Now that you have an overview of the different agent types available in ADK, div * [**Workflow Agents:**](workflow-agents/index.md) Learn how to orchestrate tasks using `SequentialAgent`, `ParallelAgent`, and `LoopAgent` for structured and predictable processes. * [**Custom Agents:**](custom-agents.md) Discover the principles of extending `BaseAgent` to build agents with unique logic and integrations tailored to your specific needs. * [**Multi-Agents:**](multi-agents.md) Understand how to combine different agent types to create sophisticated, collaborative systems capable of tackling complex problems. +* [**Agent Optimization**](optimization.md): Learn how to use the Agent Optimizer to automatically improve your agent's performance. * [**Models:**](/adk-docs/agents/models/) Learn about the different LLM integrations available and how to select the right model for your agents.