A fun AI experiment where two agents (Jake the Hacker and Mike the Rebel) compete for Sophie's attention in a dystopian world. Watch as they navigate conversation, rivalry, and romance in this unique AI-powered dating simulation.
- Real-time Streaming Responses: Watch the AI agents think and respond in real-time
- Dynamic Interest System: Sophie's interest levels change based on interactions
- Memory System: Agents remember past conversations and adapt their strategies
- Color-coded Interactions:
- 🔵 Jake (The Hacker) - A brilliant tech expert navigating the digital underground
- 🔴 Mike (The Rebel) - A charismatic resistance fighter challenging the system
- 💛 Sophie (The AI Researcher) - A brilliant scientist with her own agenda
- Multi-agent system with more complex interactions
- Token-based system for Sophie's attention
- External API Integration
- Python 3.9+
- OpenAI API key
- Clone the repository:
git clone https://github.com/chromindscan/chromia-experiment.git
cd chromia-experiment
- Install dependencies:
npm install
pip install -r requirements.txt
- Set your OpenAI API key in the
.env
file:
OPENAI_API_KEY=your_openai_api_key
- Run both frontend and backend servers:
npm run dev:full
- Language: Python 3.9+
- AI Framework: OpenAI
- Frontend: Next.js
- Async Support: AsyncIO
This project is licensed under the MIT License - see the LICENSE file for details.