An intelligent educational companion powered by AI that guides users through Mixy's network ecosystem. Built with TypeScript, LangChain, and Express.
MixyGuide is your personal guide through the Mixy network, providing tailored educational experiences and onboarding support. Using advanced AI agents, it adapts to each user's knowledge level and interests, offering personalized pathways through various aspects of the ecosystem including technology, community features, and cryptocurrency integration.
- 🤖 Adaptive AI conversation agent
- 🎓 Personalized learning paths
- 🌐 Network ecosystem education
- 🔗 Crypto knowledge integration
- 💡 Dynamic onboarding process
- 🔄 Modular, extensible architecture
- ⚡ Modern TypeScript/Express backend
- Clone the repository
git clone https://github.com/rendurdreams/MixyGuide.git
cd MixyGuide- Install dependencies
npm install- Create a
.envfile with your OpenAI API key
OPENAI_API_KEY=your_key_here
PORT=3000
- Start the development server
npm run devMixyGuide/
├── src/
│ ├── server.ts # Express server
│ ├── agents/
│ │ └── onboarding/ # AI agent logic
│ └── test-interface/ # Test chat interface
MixyGuide aims to be the bridge between users and the Mixy network ecosystem, making complex concepts accessible and providing clear pathways for engagement and learning. While cryptocurrency education is part of our scope, our primary focus is on helping users understand and navigate the full potential of Mixy's network capabilities.
This project showcases our approach to AI-driven education and onboarding. Feel free to use this workflow as inspiration or contribute improvements. Open to collaborations and suggestions!