-
Notifications
You must be signed in to change notification settings - Fork 303
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 defillama. - ETHGlobal #316
base: main
Are you sure you want to change the base?
Conversation
🟡 Heimdall Review Status
|
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.
Thanks for the PR @bilgin-kocak! I left one request. One other thing that will be needed before merging is to update the CHANGELOG.md: https://github.com/coinbase/agentkit/blob/master/typescript/agentkit/CHANGELOG.md
Please add an entry there with your changes!
typescript/agentkit/src/action-providers/defillama/defillamaActionProvider.test.ts
Show resolved
Hide resolved
Review Error for 0xRAG @ 2025-02-11 19:27:38 UTC |
Hey @0xRAG CHANGELOG.md file is updated and more tests added |
#317
What changed? Why?
Added a new DefiLlama action provider to enable interaction with the DefiLlama API for fetching DeFi protocol information and token prices. This implementation addresses the wishlist item for DeFi data integration
The implementation includes three main actions:
Key features:
Qualified Impact
Affected Components:
Potential Impact & Resolution:
In case of errors:
Testing:
This PR helps expand AgentKit's capabilities in the DeFi space by providing easy access to DefiLlama's comprehensive DeFi data, enabling developers to build more sophisticated DeFi-aware AI agents.