A voice assistant enhanced with MemU memory management capabilities for persistent conversation context.
- Official Website: https://memu.pro/
- Quick Trial: You can quickly experience MemU using the Cloud Version
- API Key Setup:
- Complete the registration process to obtain your API key
- Set the API key as an environment variable:
export MEMU_API_KEY="your_memu_api_key_here"
For detailed documentation, visit: https://memu.pro/docs#retrieve-memory
The following two retrieval methods are currently implemented:
- Default Categories Retrieval
- Related Categories Retrieval
-
Install dependencies:
task install
-
Run the voice assistant with MemU:
task run
-
Access the application:
- Frontend: http://localhost:3000
- API Server: http://localhost:8080
- TMAN Designer: http://localhost:49483