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
Define Clear Agent Roles:
Assign specific roles and capabilities to each NFT agent for focused interactions.
Utilize Themes Strategically:
Leverage storytelling themes that align with the agent's characteristics to maximize engagement.
Enable Memory Features:
Use the memory capabilities to provide context-aware, multi-turn conversations for a richer user experience.
Troubleshooting
Connection Issues:
Ensure that the API endpoint URL is correct.
Check network and server configurations for connectivity.
Unexpected Responses:
Verify the request payload format and ensure proper JSON structure.
Debug responses using tools like Postman or console logs.
Agent Not Responding:
Confirm that the
agentId
is valid and properly initialized.Check server logs for errors related to the agent's configuration.
Last updated