docs: add Community Plugins section — @liqdlad/solana-agent-kit-plugin (A2A-Swap)#518
Open
liqdlad-rgb wants to merge 1 commit intosendaifun:v2from
Open
docs: add Community Plugins section — @liqdlad/solana-agent-kit-plugin (A2A-Swap)#518liqdlad-rgb wants to merge 1 commit intosendaifun:v2from
liqdlad-rgb wants to merge 1 commit intosendaifun:v2from
Conversation
Author
|
Hi! Just wanted to check in on this — the plugin is live and being used in production. Current state:
Happy to make any changes to the docs format or wording if it doesnt fit the style youre going for. Thanks for considering it! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new
## 🌐 Community Pluginssection to the README, placed immediately after the official Plugin Installation section. The section documents@liqdlad/solana-agent-kit-plugin— a production-ready, drop-in plugin for A2A-Swap.Why A2A-Swap belongs in this list
A2A-Swap is an agent-native constant-product AMM deployed on Solana mainnet, purpose-built for autonomous AI agents. It follows the exact SAK v2 plugin architecture and provides unique capabilities no other AMM plugin currently offers:
The plugin:
Plugininterface exactly (name,methods,actions,initialize(agent))agent.methodscreateVercelAITools,createLangchainTools, andcreateOpenAIToolsKeypairWalletfor server-side agent signing (standard SAK pattern)Links
8XJfG4mHqRZjByAd7HxHdEALfB8jVtJVQsdhGEmysTFq(Solscan)BtBL5wpMbmabFimeUmLtjZAAeh4xWWf76NSpefMXb4TC(live mainnet)What changed
Single section added to
README.mdbetween## 📦 Plugin Installationand## Quick Start:No other files were modified. No dependencies added to the monorepo.