@@ -170,8 +170,8 @@ Happy Agent Building!
170170- [Custom agents](https://github.com/google/adk-docs/blob/main/docs/agents/custom-agents.md)
171171- [Agents](https://github.com/google/adk-docs/blob/main/docs/agents/index.md)
172172- [LLM Agent](https://github.com/google/adk-docs/blob/main/docs/agents/llm-agents.md)
173- - [Using Different Models with ADK](https://github.com/google/adk-docs/blob/main/docs/agents/models.md)
174- - [Multi-Agent Systems in ADK](https://github.com/google/adk-docs/blob/main/docs/agents/multi-agents .md)
173+ - [Using Different Models with ADK](https://github.com/google/adk-docs/blob/main/docs/agents/models/index .md)
174+ - [Multi-Agent Systems in ADK](https://github.com/google/adk-docs/blob/main/docs/workflows/collaboration .md)
175175- [Workflow Agents](https://github.com/google/adk-docs/blob/main/docs/agents/workflow-agents/index.md)
176176- [Loop agents](https://github.com/google/adk-docs/blob/main/docs/agents/workflow-agents/loop-agents.md)
177177- [Parallel agents](https://github.com/google/adk-docs/blob/main/docs/agents/workflow-agents/parallel-agents.md)
@@ -181,48 +181,44 @@ Happy Agent Building!
181181- [Design Patterns and Best Practices for Callbacks](https://github.com/google/adk-docs/blob/main/docs/callbacks/design-patterns-and-best-practices.md)
182182- [Callbacks: Observe, Customize, and Control Agent Behavior](https://github.com/google/adk-docs/blob/main/docs/callbacks/index.md)
183183- [Types of Callbacks](https://github.com/google/adk-docs/blob/main/docs/callbacks/types-of-callbacks.md)
184- - [Community Resources](https://github.com/google/adk-docs/blob/main/docs/community.md)
184+ - [Community Resources](https://github.com/google/adk-docs/blob/main/docs/community/index .md)
185185- [Context](https://github.com/google/adk-docs/blob/main/docs/context/index.md)
186- - [1. [`google/adk-python`](https://github.com/google/adk-python)](https://github.com/google/adk-docs/blob/main/docs/contributing-guide.md)
187- - [Deploy to Vertex AI Agent Engine](https://github.com/google/adk-docs/blob/main/docs/deploy/agent-engine.md)
186+ - [Contributing Guide](https://github.com/google/adk-docs/blob/main/docs/community/contributing-guide.md)
187+ - [Deploying Your Agent](https://github.com/google/adk-docs/blob/main/docs/deploy/index.md)
188+ - [Deploy to Vertex AI Agent Engine](https://github.com/google/adk-docs/blob/main/docs/deploy/agent-runtime/index.md)
188189- [Deploy to Cloud Run](https://github.com/google/adk-docs/blob/main/docs/deploy/cloud-run.md)
189190- [Deploy to GKE](https://github.com/google/adk-docs/blob/main/docs/deploy/gke.md)
190- - [Deploying Your Agent](https://github.com/google/adk-docs/blob/main/docs/deploy/index .md)
191+ - [Test deployed agents in Agent Runtime ](https://github.com/google/adk-docs/blob/main/docs/deploy/agent-runtime/test .md)
191192- [Why Evaluate Agents](https://github.com/google/adk-docs/blob/main/docs/evaluate/index.md)
192193- [Events](https://github.com/google/adk-docs/blob/main/docs/events/index.md)
193194- [Agent Development Kit (ADK)](https://github.com/google/adk-docs/blob/main/docs/get-started/about.md)
194195- [Get Started](https://github.com/google/adk-docs/blob/main/docs/get-started/index.md)
195196- [Installing ADK](https://github.com/google/adk-docs/blob/main/docs/get-started/installation.md)
196- - [Quickstart](https://github.com/google/adk-docs/blob/main/docs/get-started/quickstart .md)
197+ - [Quickstart](https://github.com/google/adk-docs/blob/main/docs/get-started/python .md)
197198- [Streaming Quickstarts](https://github.com/google/adk-docs/blob/main/docs/get-started/streaming/index.md)
198199- [Quickstart (Streaming / Java) {#adk-streaming-quickstart-java}](https://github.com/google/adk-docs/blob/main/docs/get-started/streaming/quickstart-streaming-java.md)
199200- [Quickstart (Streaming / Python) {#adk-streaming-quickstart}](https://github.com/google/adk-docs/blob/main/docs/get-started/streaming/quickstart-streaming.md)
200- - [Testing your Agents](https://github.com/google/adk-docs/blob/main/docs/get-started/testing.md)
201201- [What is Agent Development Kit?](https://github.com/google/adk-docs/blob/main/docs/index.md)
202202- [Model Context Protocol (MCP)](https://github.com/google/adk-docs/blob/main/docs/mcp/index.md)
203- - [Agent Observability with Arize AX](https://github.com/google/adk-docs/blob/main/docs/observability /arize-ax.md)
204- - [Agent Observability with Phoenix](https://github.com/google/adk-docs/blob/main/docs/observability /phoenix.md)
203+ - [Agent Observability with Arize AX](https://github.com/google/adk-docs/blob/main/docs/integrations /arize-ax.md)
204+ - [Agent Observability with Phoenix](https://github.com/google/adk-docs/blob/main/docs/integrations /phoenix.md)
205205- [Runtime](https://github.com/google/adk-docs/blob/main/docs/runtime/index.md)
206206- [Runtime Configuration](https://github.com/google/adk-docs/blob/main/docs/runtime/runconfig.md)
207207- [Safety & Security for AI Agents](https://github.com/google/adk-docs/blob/main/docs/safety/index.md)
208208- [Introduction to Conversational Context: Session, State, and Memory](https://github.com/google/adk-docs/blob/main/docs/sessions/index.md)
209209- [Memory: Long-Term Knowledge with `MemoryService`](https://github.com/google/adk-docs/blob/main/docs/sessions/memory.md)
210- - [Session: Tracking Individual Conversations](https://github.com/google/adk-docs/blob/main/docs/sessions/session .md)
210+ - [Session: Tracking Individual Conversations](https://github.com/google/adk-docs/blob/main/docs/sessions/index .md)
211211- [State: The Session's Scratchpad](https://github.com/google/adk-docs/blob/main/docs/sessions/state.md)
212212- [Configurating streaming behaviour](https://github.com/google/adk-docs/blob/main/docs/streaming/configuration.md)
213- - [Custom Audio Streaming app (WebSocket) {#custom-streaming-websocket}](https://github.com/google/adk-docs/blob/main/docs/streaming/custom-streaming-ws.md)
214- - [Custom Audio Streaming app (SSE) {#custom-streaming}](https://github.com/google/adk-docs/blob/main/docs/streaming/custom-streaming.md)
215213- [ADK Bidi-streaming development guide: Part 1 - Introduction](https://github.com/google/adk-docs/blob/main/docs/streaming/dev-guide/part1.md)
216214- [Bidi-streaming(live) in ADK](https://github.com/google/adk-docs/blob/main/docs/streaming/index.md)
217215- [Streaming Tools](https://github.com/google/adk-docs/blob/main/docs/streaming/streaming-tools.md)
218- - [Authenticating with Tools](https://github.com/google/adk-docs/blob/main/docs/tools/authentication.md)
219- - [Built-in tools](https://github.com/google/adk-docs/blob/main/docs/tools/built-in-tools.md)
220- - [Function tools](https://github.com/google/adk-docs/blob/main/docs/tools/function-tools.md)
221- - [Google Cloud Tools](https://github.com/google/adk-docs/blob/main/docs/tools/google-cloud-tools.md)
222- - [Tools](https://github.com/google/adk-docs/blob/main/docs/tools/index.md)
223- - [Model Context Protocol Tools](https://github.com/google/adk-docs/blob/main/docs/tools/mcp-tools.md)
224- - [OpenAPI Integration](https://github.com/google/adk-docs/blob/main/docs/tools/openapi-tools.md)
225- - [Third Party Tools](https://github.com/google/adk-docs/blob/main/docs/tools/third-party-tools.md)
216+ - [Authenticating with Tools](https://github.com/google/adk-docs/blob/main/docs/tools-custom/authentication.md)
217+ - [Built-in tools](https://github.com/google/adk-docs/blob/main/docs/integrations/index.md)
218+ - [Function tools](https://github.com/google/adk-docs/blob/main/docs/tools-custom/function-tools.md)
219+ - [Tools](https://github.com/google/adk-docs/blob/main/docs/tools-custom/index.md)
220+ - [Model Context Protocol Tools](https://github.com/google/adk-docs/blob/main/docs/tools-custom/mcp-tools.md)
221+ - [OpenAPI Integration](https://github.com/google/adk-docs/blob/main/docs/tools-custom/openapi-tools.md)
226222- [Build Your First Intelligent Agent Team: A Progressive Weather Bot with ADK](https://github.com/google/adk-docs/blob/main/docs/tutorials/agent-team.md)
227223- [ADK Tutorials!](https://github.com/google/adk-docs/blob/main/docs/tutorials/index.md)
228- - [Python API Reference](https://github.com/google/adk-docs/blob/main/docs/api-reference/python/ )
224+ - [API Reference](https://github.com/google/adk-docs/blob/main/docs/api-reference/index.md )
0 commit comments