Minor Changes
- #1421
1b65ff5Thanks @threepointone! - Add agent tool orchestration for running Think and AIChatAgent sub-agents as
retained, streaming tools from a parent agent. The new surface includes
runAgentTool,agentTool, parent-side run replay and cleanup, Think and
AIChatAgent child adapter support, and headless React/client event state
helpers.
Patch Changes
-
#1424
58ca2fcThanks @threepointone! - AddsendReasoningcontrols to Think. Subclasses can set an instance-wide default, andbeforeTurncan return a per-turn override to include or suppress reasoning chunks in UI message streams. -
#1423
0ed42a9Thanks @threepointone! - ForwardTurnConfig.experimental_telemetryto Think's internal AI SDK
streamText()call so applications can configure per-turn LLM observability.