Skip to content
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

Integrate Metaplex DAS API #215

Merged
merged 8 commits into from
Jan 18, 2025
Merged

Integrate Metaplex DAS API #215

merged 8 commits into from
Jan 18, 2025

Conversation

dimitrov-d
Copy link
Contributor

Pull Request Description

This PR implements the Metaplex DAS API to the Solana Agent Kit

Changes Made

This PR adds the following new tools and actions:

  • Get Asset by ID
  • Get Assets by Authority
  • Get Assets by Creator
  • Search/Lookup Assets by different criteria

Implementation Details

  • The actions and tools are implemented to their respective files in the metaplex/ folders of actions, tools and langchain directories.
  • The actions were added as part of the SolanaAgentKit class and exported under createSolanaTools function.
  • The actions utilize the @metaplex-foundation/digital-asset-standard-api SDK.

Prompt Used

prompts.txt

Checklist

  • I have tested these changes locally
  • I have updated the documentation
  • I have added the prompt used to test it

@dimitrov-d dimitrov-d changed the title Implement Metaplex DAS API Integrate Metaplex DAS API Jan 16, 2025
@dimitrov-d
Copy link
Contributor Author

Resolved conflicts to be compatible with version 1.4.1

@thearyanag
Copy link
Member

hey @dimitrov-d - can you pls attach an SS showing it's working with langchain prompts

@dimitrov-d
Copy link
Contributor Author

Screenshot 2025-01-18 at 10 14 28
Screenshot 2025-01-18 at 10 38 48
Screenshot 2025-01-18 at 10 40 00

@thearyanag Here you go! I also attached some example prompts in a text file in the PR description

@thearyanag thearyanag merged commit 9267cc3 into sendaifun:main Jan 18, 2025
1 check passed
DogukanGun pushed a commit to DogukanGun/solana-agent-kit that referenced this pull request Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants