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

Add: plugin-aime #2239

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Conversation

HikaruChang
Copy link

@HikaruChang HikaruChang commented Jan 13, 2025

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)

agent/src/index.ts Outdated Show resolved Hide resolved
packages/plugin-aime/src/providers/dnaProvider.ts Outdated Show resolved Hide resolved
@odilitime odilitime added the Plugin_new Mark PRs that are a new plugin label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs more work Plugin_new Mark PRs that are a new plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants