MRJournal is your personal journaling assistant which can help you note down certain tasks and ask it about them later.
- Copy .example to .env.local using the following command
cp .example.env .env.local
- Replace placeholders with your secrets.
- Start the app with following command:
yarn dev
- Create a basic journaling agent.
- Add streaming support in the agent.
- Handle the errors gracefully. Rate limit / Content moderation / Other errors.
- Take care of hallucinations and tasks out of scope.
- Integrate with a chat interface.