[Feature] Phase 4: Integrate Native AST Mapping into LangGraph Agents #34
purvanshjoshi
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[Feature] Phase 4: Integrate Native AST Mapping into LangGraph Agents
Objective
With the native AST CodebaseMapper implemented (Phase 1), we must now bind it to the LangGraph execution pipeline so the agents can utilize it.
Requirements
backend/agents.py, register a new tool function:generate_architecture_map(repo_path: str). This function will instantiate theCodebaseMapperand return the AST structural summary as a JSON string or markdown block.generate_architecture_mapas its primary step for codebase discovery, replacing reliance on GitNexus index sweeping.auth.pyfrom line 10-45").Acceptance Criteria
generate_architecture_map.Beta Was this translation helpful? Give feedback.
All reactions