From 2aede23258b0efa52ea802ee4575e0ad0b1f95e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Fern=C3=A1ndez?= Date: Tue, 16 Jun 2026 12:24:21 +0200 Subject: [PATCH] docs: fix python generator README link --- CONTRIBUTING-PYTHON.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING-PYTHON.md b/CONTRIBUTING-PYTHON.md index 808caba6c..8faa3ce17 100644 --- a/CONTRIBUTING-PYTHON.md +++ b/CONTRIBUTING-PYTHON.md @@ -35,7 +35,7 @@ Once you have these installed, make sure you install the project dependencies by An Action is an interface for an AI Agent to interact with the real world: any Python function that you can think of can be used by an Agent via an Action! Actions are grouped by Action Providers, which are classes that contain a collection of actions along with configuration and helper functions. -You can use the `generate-action-provider` script to generate a new action provider. See the [Generate Action Provider](./python/coinbase-agentkit/scripts/generate_action_provider/README.md) for more information. +You can use the `generate-action-provider` script to generate a new action provider. The generator is documented in the [Action Provider Generator README](./typescript/agentkit/scripts/generate-action-provider/README.md). Action Components: