-
Notifications
You must be signed in to change notification settings - Fork 465
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
Solana kits #248
Closed
Closed
Solana kits #248
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
Feat/meteora
chore: Format code
feat: Create Meteora pools
add perplexity ai
fixed search asset issue for vercel ai
# Pull Request Description ## Related Issue Adds priority fees to 3land transactions ## Changes Made - Added default priority fee of 50000 for all transactions - Implemented custom priority fee override for failed transactions - Added fee parameter to transaction functions ## Implementation Details - Set default priority fee = 50000 in transaction handler - Added optional priorityFee parameter to allow user overrides - Applied priority fees to all contract interaction methods ## Checklist - [x] I have tested these changes locally - [x] I have updated the documentation - [x] I have added a transaction link let me know if you have any questions :D
# Pull Request Description [Allora Network](https://allora.network/) is an AI-powered inference platform that delivers real-time, self-improving forecasts and insights for various use cases. By aggregating and analyzing data from diverse sources—such as blockchain networks and off-chain APIs—Allora seamlessly provides low-latency, high-performance analytics without requiring complex infrastructure. The platform’s intuitive approach allows developers to focus on building intelligence-driven solutions, while Allora takes care of the heavy lifting behind the scenes. ## Related Issue N/A ## Changes Made This PR adds the following changes: <!-- List the key changes made in this PR --> - This PR implements tools and actions that enables agents to leverage the Allora's AI-powered inference platform. - Added three new features under allora toos, `getAllTopics`, `getInferenceByTopicId` and `getPriceInference`. The first lists all inference topics at the Allora network, and the second returns the inference for a specific topic. The third one is a syntactic sugar for topics related to forecasting crypto assets prices. ## Implementation Details <!-- Provide technical details about the implementation --> - Followed `guides/add_your_own_tool.md` directions. ## Transaction executed by agent <!-- If applicable, provide example usage, transactions, or screenshots --> N/A ## Prompt Used <!-- If relevant, include the prompt or configuration used --> ``` - get all allora topics - get inference for topic 42 - get price inference for SOL in 10m ``` ## Additional Notes <!-- Any additional information that reviewers should know --> ## Checklist - [x] I have tested these changes locally - [x] I have updated the documentation - [x] I have added a transaction link - [x] I have added the prompt used to test it
# Do not log secret key on load ## Related Issue Fixes sendaifun#237 ## Changes Made This PR adds the following changes: - removes logging of secret key
# Pull Request Description Update the `15+ actions` in the readme to `60+ actions`
# Pull Request Description This PR fixes a drift account info issue pointed out by the Drift protocol team ## Changes Made This PR adds the following changes: <!-- List the key changes made in this PR --> - I updated the drift and drift vault SDK versions - I corrected the `driftUserAccountInfo` function ## Prompt executed by agent <!-- If applicable, provide example usage, transactions, or screenshots --> Example transaction: <img width="592" alt="Screenshot 2025-01-23 at 09 11 58" src="https://github.com/user-attachments/assets/24c48204-de50-4231-bc73-abfe04776d51" /> ## Prompt Used <!-- If relevant, include the prompt or configuration used --> ``` show my drift account info ``` ## Additional Notes <!-- Any additional information that reviewers should know --> ## Checklist - [x] I have tested these changes locally - [ ] I have updated the documentation - [ ] I have added a transaction link - [x] I have added the prompt used to test it
michaelessiet
requested changes
Feb 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @mubby864 , please can you provide more context on what this PR solves
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
This is related to the number of Solana that will be sold
Related Issue
Fixes # (issue number)
Changes Made
This PR adds the following changes:
Implementation Details
Transaction executed by agent
Example transaction:
Prompt Used
Additional Notes
Checklist