From 82286894a2426bcf61409eac374eef31db97f071 Mon Sep 17 00:00:00 2001 From: bigbear <155267841+aso20455@users.noreply.github.com> Date: Wed, 2 Jul 2025 16:19:30 +0200 Subject: [PATCH] fix elizaos-plugins reference --- CONTRIBUTING-TYPESCRIPT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING-TYPESCRIPT.md b/CONTRIBUTING-TYPESCRIPT.md index d1764b053..5aaffabf4 100644 --- a/CONTRIBUTING-TYPESCRIPT.md +++ b/CONTRIBUTING-TYPESCRIPT.md @@ -218,7 +218,7 @@ Actions are necessary building blocks powering onchain AI applications, but they Integrations into AI Agent frameworks are specific to the framework itself, so we can't go into specific implementation details here, but we can offer up some examples and tips. - Check out how [AgentKit actions are mapped into LangChain Tools](https://github.com/coinbase/agentkit/blob/master/typescript/framework-extensions/langchain/src/index.ts) -- Check out how [AgentKit Actions are mapped into Eliza Actions](https://github.com/elizaOS/eliza/blob/develop/packages/plugin-agentkit/src/actions.ts#L31) +- Check out how [AgentKit Actions are mapped into Eliza Actions](https://github.com/elizaos-plugins/plugin-agentkit/blob/main/src/actions.ts#L25) ## Testing