AICLSEJun 18, 2024

CodeNav: Beyond tool-use to using real-world codebases with LLM agents

arXiv:2406.12276v16 citationsHas Code
Originality Highly original
AI Analysis

This addresses the bottleneck of manual tool registration for developers using LLM agents with codebases.

The researchers tackled the problem of LLM agents needing manual tool descriptions by developing CodeNav, an agent that automatically navigates and uses code from unseen repositories, achieving quantitative improvements over tool-use approaches on three benchmarks.

We present CodeNav, an LLM agent that navigates and leverages previously unseen code repositories to solve user queries. In contrast to tool-use LLM agents that require ``registration'' of all relevant tools via manual descriptions within the LLM context, CodeNav automatically indexes and searches over code blocks in the target codebase, finds relevant code snippets, imports them, and uses them to iteratively generate a solution with execution feedback. To highlight the core-capabilities of CodeNav, we first showcase three case studies where we use CodeNav for solving complex user queries using three diverse codebases. Next, on three benchmarks, we quantitatively compare the effectiveness of code-use (which only has access to the target codebase) to tool-use (which has privileged access to all tool names and descriptions). Finally, we study the effect of varying kinds of tool and library descriptions on code-use performance, as well as investigate the advantage of the agent seeing source code as opposed to natural descriptions of code. All code will be made open source under a permissive license.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes