Empirical Research on Utilizing LLM-based Agents for Automated Bug Fixing via LangGraph
Jialin Wang, Zhihua Duan

TL;DR
This paper introduces a comprehensive framework combining LangGraph, GLM4 Flash, and ChromaDB to automate code generation and debugging, enhancing accuracy and efficiency in software development workflows.
Contribution
It presents a novel multi-component system integrating graph-based task orchestration, large language models, and semantic memory for automated bug fixing and code generation.
Findings
Improved bug detection accuracy through semantic search.
Enhanced code repair efficiency with iterative refinement.
Seamless integration of components for scalable software debugging.
Abstract
This paper presents a novel framework for automated code generation and debugging, designed to improve accuracy, efficiency, and scalability in software development. The proposed system integrates three core components LangGraph, GLM4 Flash, and ChromaDB within a four step iterative workflow to deliver robust performance and seamless functionality. LangGraph serves as a graph-based library for orchestrating tasks, providing precise control and execution while maintaining a unified state object for dynamic updates and consistency. It supports multi-agent, hierarchical, and sequential processes, making it highly adaptable to complex software engineering workflows. GLM4 Flash, a large language model, leverages its advanced capabilities in natural language understanding, contextual reasoning, and multilingual support to generate accurate code snippets based on user prompts. ChromaDB acts…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware Engineering Research · Software Engineering Techniques and Practices · Model-Driven Software Engineering Techniques
