A real-time monitoring dashboard for the Long Horizon Memory Agent training. Built with React, Tailwind CSS, and Framer Motion, with a MonkeyType-inspired "Serika Dark" theme.
- Real-time Monitoring: Live updates of agent state transitions, rewards, and logs via WebSockets.
- MonkeyType Aesthetic: Clean, minimalist design with smooth animations.
- Dynamic Graphs: Visualize training progress and reward trends.
- Dual Backend Support: Automatically switches between local FastAPI and Hugging Face Space proxies.
This repository is designed for deployment on Vercel:
- Frontend: Static React application (Vite).
- Backend: Serverless Python functions (FastAPI) located in the
api/directory.
- Push this repository to GitHub.
- Import the project in Vercel.
- Vercel will automatically detect the configuration in
vercel.json. - The frontend will be served at the root, and the API will be available at
/api.
# Install dependencies
npm install
# Run development server
npm run dev- Main Repository - Core agent logic and training scripts.
- Hugging Face Space - Hosted environment for the agent.