update nodes with changes lost during refactoring d47a09f verified nikhmr1235 commited on Sep 17, 2025
add debug print statement to see the graph output aa133b0 verified nikhmr1235 commited on Sep 17, 2025
update parse_llm_review_markdown() to be complete instead of skeleton code 269a5f3 verified nikhmr1235 commited on Sep 17, 2025
delete langgraph_pr_review_bot.py as it is no longer needed post refactoring the logic to langgraph_logic folder d669e92 verified nikhmr1235 commited on Sep 17, 2025
bug fix for ValueError: Interrupt node `update_review_body_based_on_human_input_node` not found 2c6f0a7 verified nikhmr1235 commited on Sep 17, 2025
bug fix for AttributeError: 'CompiledStateGraph' object has no attribute 'compile' 96a22b4 verified nikhmr1235 commited on Sep 17, 2025
make new graph execution unique thread_id as local variable => allows PR bot to handle multiple PRs concurrently 91567a3 verified nikhmr1235 commited on Sep 16, 2025
fix regex to parse file comments properly + remove stray numbers in summary section of comments e25c06d verified nikhmr1235 commited on Sep 16, 2025
update parse_llm_review_markdown() to change the regex for LLM output change 79b0842 verified nikhmr1235 commited on Sep 16, 2025
add debug print statement in code_review_node to check LLM o/p 792502f verified nikhmr1235 commited on Sep 16, 2025