reddit.com via Reddit

r/AI_Agents: Developer Wires Agentic Coding to Code Context Graphs — Structural Relationship Representation Aims to Improve Agent Codebase Navigation Beyond Text Search

agents coding tools code-context agentic-coding graph-representation

Summary

A developer shared early results from replacing text-based code context with graph-based representations for agentic coding workflows, building a parser that models codebases as typed relationship graphs covering function calls, imports, and module dependencies rather than raw file contents. The hypothesis is that agents navigating large repos benefit from structural context that vector search over flat text cannot surface, particularly for cross-file reasoning tasks. The developer is releasing the parser open-source and seeking feedback from practitioners running production coding agents.