ReviewLlama/dev_log.md

533 B

Development log for ReviewLlama

06-12-2025

  • Fixed the tests for git functionality

06-16-2025

  • Worked on the ollama integration module

06-24-2025

  • Spent 5 minutes fixing some types for creating the Ollama chain

06-25-2024

  • Spent time building out the llm client. I've added code up to the chat client.

TODOS:

  • Add tests for the basic chat client
  • Update ChatClient to use a LangChain Rag pipeline

07-14-2025

  • Implement the Rag pipeline using langchain
  • Add tests for new functionality