Skip to content

[codex] Track LangGraph subagent streams#165

Merged
blove merged 2 commits into
mainfrom
codex/langgraph-subagents-phase2
May 2, 2026
Merged

[codex] Track LangGraph subagent streams#165
blove merged 2 commits into
mainfrom
codex/langgraph-subagents-phase2

Conversation

@blove
Copy link
Copy Markdown
Contributor

@blove blove commented May 2, 2026

Summary

  • Enable LangGraph subgraph streaming and preserve namespaced stream events.
  • Track delegated subagent work through a narrow Angular-side tracker so subagents() and activeSubagents() update without pulling the full SDK UI runtime barrel into app bundles.
  • Update agent docs/API docs to describe supported subagent tracking and the remaining helper-method limitation.

Validation

  • npx vitest run --config vite.config.mts src/lib/transport/fetch-stream.transport.spec.ts --reporter=verbose
  • npx vitest run --config vite.config.mts src/lib/internals/stream-manager.bridge.spec.ts src/lib/agent.fn.spec.ts --reporter=verbose
  • npx nx test langgraph
  • npx nx lint langgraph (passes with existing warnings)
  • npx nx build langgraph
  • npm run generate-api-docs
  • npx nx lint website
  • npx nx build website
  • npx nx build cockpit-chat-subagents-angular --configuration=production --skip-nx-cache
  • npx nx run-many -t build --projects='cockpit-*-angular' --skip-nx-cache
  • 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 1:29am

Request Review

@blove blove merged commit 16a804e into main May 2, 2026
14 checks passed
@blove blove deleted the codex/langgraph-subagents-phase2 branch May 2, 2026 01:32
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