Skip to content

[codex] Forward LangGraph submit run options#173

Merged
blove merged 1 commit into
mainfrom
codex/langgraph-submit-options
May 2, 2026
Merged

[codex] Forward LangGraph submit run options#173
blove merged 1 commit into
mainfrom
codex/langgraph-submit-options

Conversation

@blove
Copy link
Copy Markdown
Contributor

@blove blove commented May 2, 2026

Summary

  • Forward LangGraph run options from agent.submit() through the stream manager and HTTP transport.
  • Normalize resume convenience options into command.resume so documented resume flows use the SDK command payload.
  • Expand submit option types and update docs/generated agent API docs for checkpoint/time-travel usage.

Root Cause

The public docs showed checkpoint and resume submit options, but the framework only accepted/forwarded signal and multitaskStrategy. Checkpoint, command, metadata, durability, interrupt, and stream options were dropped before reaching the LangGraph SDK.

Validation

  • npx vitest run --config vite.config.mts libs/langgraph/src/lib/transport/fetch-stream.transport.spec.ts --reporter=verbose
  • npx nx test langgraph
  • npx nx lint langgraph (0 errors, existing warnings remain)
  • npx nx build langgraph
  • npx nx lint website
  • npx nx build website
  • git diff --check

@vercel
Copy link
Copy Markdown

vercel Bot commented May 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cacheplane Ready Ready Preview, Comment May 2, 2026 5:00am

Request Review

@blove blove merged commit 5f7a415 into main May 2, 2026
14 checks passed
@blove blove deleted the codex/langgraph-submit-options branch May 2, 2026 05:01
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