+Generated: 2026-04-09T09:26:38.038Z
+Summary: Updated the orchestration guide to reflect recent vendor changes in Q1–Q2 2026: LangChain Deep Agents v0.5 introduces async subagents and an Agent Protocol; Vercel AI Gateway and Sandbox added fast inference modes and larger sandbox sizing; OpenAI announced Frontier and enterprise agent patterns. These changes affect state management, handoff schemas, and deployment choices, so the skill was revised to include concrete async task patterns, cross-vendor adapter guidance, and vendor links.
+What changed: - Added async subagent patterns (start/check/update/cancel) and guidance for long-running tasks
+- Cited LangChain Deep Agents v0.5 and Agent Protocol
+- Added Vercel AI Gateway fast-mode and Sandbox sizing as deployment considerations
+- Emphasized OpenAI Frontier and enterprise governance expectations
−Generated: 2026-04-07T09:26:37.804Z
+- Added links to authoritative vendor pages and updated tooling section to recommend adapter-based normalization
−Summary: Updated agent orchestration guidance to: (1) align guardrails and instruction precedence with the OpenAI Model Spec, (2) add Fleet/skills patterns for shareable, versioned agent capabilities, and (3) recommend a vendor-agnostic handoff schema and monitoring of SDK changelogs (Vercel, LangChain).
−What changed: - Added a "Skills, Fleet, and reuse" section describing shareable skills and agent identity/permissions.
−- Expanded Model Spec and safety guidance: instruction precedence, ignore-untrusted-data, and safety-bounty integration.
−- Added tooling note to track vendor SDKs (Vercel ai) and prefer vendor-agnostic handoff schemas.
−- Tuned model-selection guidance to include community signals about modern open models as cost-effective options.
−- Rewrote cross-vendor routing example to a vendor-agnostic adapter pattern and removed brittle model IDs.
Body changed: yes
Editor: openai/gpt-5-mini
−Changed sections: Model selection & granularity, Guardrails & safety processes, Skills, Fleet, and reuse, Tooling & libraries, Cross-vendor agent routing
+Changed sections: Model selection & granularity, Async & long-running tasks, Tooling & libraries, Skills, Fleet, and reuse, Research-backed changes
Experiments:
+- Measure cost/latency tradeoffs for using provider "fast modes" vs higher-capacity models in the same graph (Vercel fastMode).
+- Pilot async subagents for a research-heavy workflow: compare blocking vs non-blocking supervisor UX and measure end-to-end task completion rate.
−- Evaluate open models (GLM-5, MiniMax M2.7) on routing and file-ops tasks vs frontier models
+- Run a small Fleet/skills pilot: version one skill, attach permission metadata, and evaluate cross-team reuse and governance overhead.
−- Integrate LangSmith Fleet skills with CI and permissioned sharing in a staging workspace
−- Automate ingestion of safety-bounty signals into agent telemetry and triage workflows
Signals:
- News (Anthropic news)
- Research (Anthropic news)