-
Notifications
You must be signed in to change notification settings - Fork 463
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: get all token balances #113
feat: get all token balances #113
Conversation
The large number of changes is because of the lint command. Some prior commits weren't linted |
hey @michaelessiet - can we separate this into 2 tools?
given that some times, agent just want to knows it's SOL balance |
Sure. Will do |
Hey @thearyanag , I've updated the PR and separated it into 2 separate actions |
hey @michaelessiet - can you also pls update the final SS showcasing it |
Yup, on it |
the screenshot in the initial PR comment has been updated |
LGTM! |
Pull Request Description
Related Issue
This doesn't fix any pre-existing issue, but is an attempt to claim the bring your own idea bounty.
Changes Made
This PR adds the following changes:
Implementation Details
number
valuesTransaction executed by agent
Example transaction:
![Screenshot 2025-01-11 at 18 10 20](https://private-user-images.githubusercontent.com/23281128/402279603-f242af3c-8703-42aa-8a65-a6dd9b369392.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4ODc4NTksIm5iZiI6MTczODg4NzU1OSwicGF0aCI6Ii8yMzI4MTEyOC80MDIyNzk2MDMtZjI0MmFmM2MtODcwMy00MmFhLThhNjUtYTZkZDliMzY5MzkyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDAwMTkxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYzNzZlMWE3YjBiMzYwNzhmOTYwM2VkODM2NDVjNDA3NjZlOGU4N2MwZjI2MTIxOGM2NjFlMzRiYzdlNGRjMGEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.JQRzijvRpOWqS6njfZ_s5g067FygLt71PXoYkVolVCs)
Prompt Used
Additional Notes
Checklist