-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Replaces the current plugin with Solana Agent Kit #1628
base: develop
Are you sure you want to change the base?
Conversation
Why is using the agent kit better than what we had? |
@odilitime , this PR just sets the base for adding further actions from the agent kit. The kit can perform the following actions, we'll then integrate every action present in the kit. Token OperationsDeploy SPL tokens by Metaplex NFT Management via MetaplexCollection deployment DeFi IntegrationJupiter Exchange swaps Solana BlinksLending by Lulo (Best APR for USDC) Non-Financial ActionsGib Work for registering bounties |
it would be better to make a new plugin, allow users choice regarding which instances they wish to implement |
@cipher-rc5 currently, it's just drop in replacement for the existing plugin so there wont' be any issues for backward compatibility, it's a w-w given we'll be adding all the supported action from the agent kit |
I'd be fine with actions we didn't already have, being served by the agent kit. But I don't think we should replace the existing actions that are explicit and transparent. |
Relates to:
#1619
Risks
Low
Background
What does this PR do?
Replace the solana plugin with solana agent kit
What kind of change is this?
This PR improves the existing plugin by replacing with the Solana Agent Kit
In following days, will add more actions from the agent kit.
Testing
Where should a reviewer start?
packages/plugin-solana
Reference docs https://sendaifun.github.io/solana-agent-kit/
Detailed testing steps
None, automated tests are fine.
Discord username
0xaryan