diff --git a/docs/plugins/index.md b/docs/plugins/index.md index 9bb23080b..80e78c3ed 100644 --- a/docs/plugins/index.md +++ b/docs/plugins/index.md @@ -194,6 +194,12 @@ For more information on running ADK agents, see the [Quickstart](/get-started/quickstart/#run-your-agent) guide. +## Available Built-in Plugins + +The ADK includes several built-in plugins that you can use out-of-the-box to add common functionality to your agents. + +* [**Reflect and Retry Tool Plugin**](reflect-retry-tool-plugin.md): Provides self-healing, concurrent-safe error recovery for tool failures. + ## Build workflows with Plugins Plugin callback hooks are a mechanism for implementing logic that intercepts, @@ -509,4 +515,4 @@ The following code example shows the basic syntax of this callback: async def after_run_callback( self, *, invocation_context: InvocationContext ) -> Optional[None]: -``` +``` \ No newline at end of file