Developer Documentation
DAR Open Network
  • Overview
  • DAR ID
    • Introduction
    • Client ID Registration
    • Authentication
      • 1. Request DAR ID Identity
      • 2. Exchange Code for Access Token
      • 3. Refresh Access Token
      • 4. Get Access Token Details
      • 5. Get User DAR ID Information
    • Security Best Practices
  • DeAI
    • Multi-Agent Framework
      • Development Guide
      • Agent Options
      • Endpoints Overview
    • aiNFT Framework
      • Overview
      • Chat with an NFT Agent
      • Generate a Story for an NFT Agent
      • Group Chat Between Multiple NFT Agents
    • Game Asset Generator
Powered by GitBook
On this page
  • Best Practices
  • Troubleshooting
  1. DeAI
  2. aiNFT Framework

Overview

The aiNFT framework revolutionizes NFTs by transforming static assets into intelligent, interactive agents. These agents possess unique personalities, dynamic functionalities, and the ability to engage with users in real-time. This documentation provides a detailed guide for developers to integrate and interact with aiNFT agents through a backend API.

Best Practices

  1. Define Clear Agent Roles:

    • Assign specific roles and capabilities to each NFT agent for focused interactions.

  2. Utilize Themes Strategically:

    • Leverage storytelling themes that align with the agent's characteristics to maximize engagement.

  3. Enable Memory Features:

    • Use the memory capabilities to provide context-aware, multi-turn conversations for a richer user experience.


Troubleshooting

  1. Connection Issues:

    • Ensure that the API endpoint URL is correct.

    • Check network and server configurations for connectivity.

  2. Unexpected Responses:

    • Verify the request payload format and ensure proper JSON structure.

    • Debug responses using tools like Postman or console logs.

  3. Agent Not Responding:

    • Confirm that the agentId is valid and properly initialized.

    • Check server logs for errors related to the agent's configuration.

PreviousaiNFT FrameworkNextChat with an NFT Agent

Last updated 4 months ago