-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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: chainbase plugin for eliza #2586
Conversation
Co-authored-by: Joshua <[email protected]>
…eliza-dev into plugin-chainbase
Caution Review failedThe pull request is closed. Warning There were issues while running some tools. Please review the errors and either fix the tool’s configuration or disable the tool if it’s a critical failure. 🔧 eslint
agent/src/index.tsOops! Something went wrong! :( ESLint: 9.18.0 ESLint couldn't find an eslint.config.(js|mjs|cjs) file. From ESLint v9.0.0, the default configuration file is now eslint.config.js. https://eslint.org/docs/latest/use/configure/migration-guide If you still have problems after following the migration guide, please stop by 📝 WalkthroughWalkthroughThis pull request introduces the Chainbase plugin for Eliza, expanding the platform's blockchain data interaction capabilities. The changes include adding a new plugin package, updating the agent's configuration, and implementing actions for querying blockchain data and retrieving token balances. The modifications seamlessly integrate Chainbase functionality into the existing system, providing enhanced on-chain data access through natural language queries. Changes
Possibly related PRs
Suggested Labels
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (16)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Relates to
Eliza AI agents, blockchain data analytics, Chainbase
Risks
Low. This is a new feature that adds functionality without disrupting existing systems.
Background
What does this PR do?
This PR introduces a new Chainbase plugin for Eliza that enables AI agents to access and analyze blockchain data across multiple networks using natural language queries. The plugin leverages Chainbase's comprehensive data infrastructure to provide real-time insights.
What kind of change is this?
Features (non-breaking change which adds functionality)
Why are we doing this? Any context or related work?
Eliza AI agents currently lack the ability to easily access and analyze on-chain data, especially across multiple blockchain networks. This plugin bridges that gap by allowing users to query blockchain data using natural language without requiring deep technical blockchain knowledge. It unlocks powerful new analytics and insight generation capabilities for Eliza.
This work builds upon Chainbase's existing multi-chain data infrastructure and Eliza's natural language processing capabilities. It is part of the broader initiative to make blockchain data more accessible and actionable for end users.
Documentation changes needed?
My changes require a change to the project documentation.
I have updated the documentation to include:
Testing
Where should a reviewer start?
npm run test
Detailed testing steps
Deployment instructions
Let me know if you need any other information to include in the PR description! I aimed to be thorough while following the provided template.
Screenshot
Summary by CodeRabbit
New Features
Configuration Updates
Documentation