eliza icon indicating copy to clipboard operation
eliza copied to clipboard

Add: plugin-aime

Open HikaruChang opened this issue 11 months ago • 0 comments

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

20250115-230535

Deploy Notes

Update character.json with the following configuration to enable the plugin:

"plugins": [
    "@elizaos/plugin-aime"
]
  • Supports multiple networks (Base, Solana)

HikaruChang avatar Jan 13 '25 12:01 HikaruChang