Skills : CARV D.A.T.A framework integration #621
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.
Description
This PR introduces a new
skills/carv/
package, integrating CARV API functionalities. These skills enable agents to access real-time blockchain data (on-chain queries for ETH, BASE, BTC, SOL), cryptocurrency token information (details, pricing), and relevant news.Key Additions
skills/carv/
directory:base.py
:CarvBaseTool
for common API logic.fetch_news.py
: Tool to retrieve crypto news.onchain_query.py
: Tool for natural language blockchain queries.token_info_and_price.py
: Tool for token details and pricing.__init__.py
: Skill loading and factory.schema.json
: Configuration schema for API keys and skill states.README.md
: Documentation for the CARV skills.carv.webp
: Skill icon.Functionality
Type of Change
Checklist
Related Issue
Closes #620
Screenshots