This project serves as the visual interface for the Ephemera-AI project, providing interactive capabilities to enhance user experience.
Key Features:
- Chat Interface: Real-time conversation with the AI
- Cognition Visualization: Observe Ephemera-AI's reasoning, reflection, and meta-cognition processes.
- Memory Management: View and edit persistent memory contents
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev