eliza
eliza copied to clipboard
Add: plugin-aime
Add AIME Onchain-DNA Provider Plugin for Eliza
Relates to
Enable AI agents to access and utilize on-chain NFT DNA data
Risks
Low - This plugin is non-invasive and runs as an optional provider without affecting core functionality.
- Data fetching from blockchain could potentially be delayed
- Rate limiting considerations for blockchain API calls
Background
What does this PR do?
Introduces a new provider plugin that enables Eliza AI agents to access and incorporate NFT-based knowledge stored on the blockchain. This allows AI models to adapt their behavior based on on-chain DNA information.
What kind of change is this?
Features (non-breaking change which adds functionality)
- Adds new dnaProvider
- Provides DNA data parsing capabilities via APIs
- Enables real-time updates from chain
Documentation changes needed?
My changes do not require a change to the project documentation.
Screenshots
Deploy Notes
Update character.json with the following configuration to enable the plugin:
"plugins": [
"@elizaos/plugin-aime"
]
- Supports multiple networks (Base, Solana)