Skip to content

Run RepoPilot on the LangGraph runtime - #1

Merged
vcvyg merged 1 commit into
mainfrom
codex/langgraph-runtime
Aug 28, 2026
Merged

Run RepoPilot on the LangGraph runtime#1
vcvyg merged 1 commit into
mainfrom
codex/langgraph-runtime

Conversation

@vcvyg

@vcvyg vcvyg commented Aug 28, 2026

Copy link
Copy Markdown
Owner

What changed

  • replace the custom graph executor with a LangGraph-backed runtime used by KnowledgeAgent.ask, SSE streaming, and debug endpoints
  • use InMemorySaver, dynamic interrupt(), and Command(resume=...) for checkpoint/resume/cancel
  • preserve Evidence Gate, bounded retrieval retries, ReAct tool execution, event traces, and API compatibility
  • remove four duplicate adapter/bridge modules that were not connected to the main agent path
  • update LangGraph to 1.2.11 and document the actual runtime boundary

Verification

  • python -m pytest -q — 46 passed
  • python -m ruff check app scripts tests — passed
  • python -m mypy — passed
  • offline evaluation — 7/7 passed; intent/source/tool/evidence-gate accuracy all 100%

@vcvyg
vcvyg merged commit 7a979b1 into main Aug 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant