Implementation of a LangGraph agent powered by a fine-tuned LLM to solve competitive coding problems
- Fine-tuned a Llama 3.1 model using Unsloth to solve competitive coding problems in C++
- Implemented a LangGraph agent powered by the fine-tuned LLM to solve the coding problem, also incorporating human-in-the-loop feedback
- Incorporated code evaluation and execution in a sandboxed environment using Judge0