-
Notifications
You must be signed in to change notification settings - Fork 576
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(example): add para plugin example #327
Open
uratmangun
wants to merge
6
commits into
sendaifun:main
Choose a base branch
from
uratmangun:para-plugin-example
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
Changes: - Add new example directory for para plugin implementation - Include para plugin example setup and configuration - Add demonstration of para plugin features and usage - Setup basic project structure for the example
Changes: - Modify chat API route implementation for better handling - Update server initialization logic for improved stability - Enhance error handling in chat route - Optimize server-side configuration
Changes: - Expanded README to provide detailed integration instructions for Solana Agent Kit v2 with Para plugins - Added sections for demo, features, prerequisites, installation, running the example, implementation details, key components, documentation links, contributing guidelines, and license information - Improved clarity and usability for new users
thearyanag
requested changes
Mar 16, 2025
Changes: - Updated package dependencies in `package.json` to use local file paths for Para plugins. - Changed the Solana Agent Kit plugin version to `2.0.0-beta.2`. - Modified the chat API route to use a new model `qwen-qwq-32b`. - Cleaned up console logs in the ChatWindow component for better readability.
thearyanag
requested changes
Mar 16, 2025
Changes: - Revised installation instructions to include specific commands for cloning and installing dependencies for the Para plugins. - Added details on setting up the environment variables and starting the development server. - Improved clarity for new users on the setup process.
Changes: - Added `nedb` dependency to `package.json` for local data storage. - Updated chat model in the API route to use `deepseek-r1-distill-llama-70b`. - Enhanced error handling in the `ChatWindow` component for better user feedback. - Modified the `get_all_tools` utility to include email validation in the schema for wallet claims. - Improved user share data handling in the chat API, including saving and deleting user share data.
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.
Pull Request Description
create a solana agent kit v2 standalone plugin for para example usage
Related Issue
Fixes # (issue number)
Changes Made
This PR adds the following changes:
Implementation Details
Transaction executed by agent
Example transaction:

3KheUwAg8zzXLhQ8dV9ucrnJt1Fc5FLv2fAGJXZWUabu889joa2ykQqMUFAPwqXNZ9khfVaxgEzmoMHqcB4HiLK7
Prompt Used
Additional Notes
video demo https://www.youtube.com/watch?v=qItH-SnOcr8
Checklist