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

Messari action provider #549

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

Bijan-Massoumi
Copy link

@Bijan-Massoumi Bijan-Massoumi commented Mar 11, 2025

Description

This PR adds a new Messari action provider that enables AI agents to query the Messari AI toolkit for crypto market research data. The provider allows agents to ask research questions about market data, statistics, rankings, historical trends, and information about specific protocols, tokens, or platforms.

The implementation follows the AgentKit action provider pattern and includes comprehensive tests.

Tests

Chatbot: typescript/examples/langchain-cdp-chatbot/chatbot.ts
Network: Sepolia
Setup: Added the Messari action provider + add MESSARI_API_KEY to .env

Prompt: what is the current TVL of Aave on Base

-------------------
Messari Research Results:

The current Total Value Locked (TVL) of Aave on the Base network is approximately $2,684,741,069.77.
-------------------
The current Total Value Locked (TVL) of Aave on the Base network is approximately **$2,684,741,069.77**.
-------------------

image

Checklist

A couple of things to include in your PR for completeness:

  • Added documentation to all relevant README.md files
  • Added a changelog entry

@cb-heimdall
Copy link

cb-heimdall commented Mar 11, 2025

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

@github-actions github-actions bot added documentation Improvements or additions to documentation action provider New action provider typescript labels Mar 11, 2025
@Bijan-Massoumi Bijan-Massoumi marked this pull request as ready for review March 12, 2025 19:01
@Bijan-Massoumi
Copy link
Author

@cb-heimdall This is ready for review :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action provider New action provider apple documentation Improvements or additions to documentation typescript
Development

Successfully merging this pull request may close these issues.

4 participants