Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 639 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 639 Bytes

MRJournal

MRJournal is your personal journaling assistant which can help you note down certain tasks and ask it about them later.

Setting Up the local environment

  • 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

Tasks:

  • 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.