AI-agent-chatbot
Last updated
Last updated
The Crypto.com AI Agent Chatbot is a Vite-powered React application integrated with OpenAI's NLP capabilities and the Crypto.com On-Chain Developer Platform. This example demonstrates how to build a chatbot app that allows users to interact with blockchain services through natural language.
Having the following running:
AI-Agent-Service
- See Self-Hosting AI-Agent-Server to run your local AI agent;
AI-Agent-Signer-App
- See "Magic Link" Signer.
Create a .env
file in the root of ai/cryptocom-ai-agent-chatbot
. You can refer to the .env.example
file for the required variables:
Run the development server by
OR
Production build by
Once completed, we should have a fully functional chatbot-style UI with an AI agent running in the background at http://localhost:5175.