Update subagent values from a values stream event.
Called when a values event is received from a subagent's namespace.
This populates the subagent's state values, making them accessible
via the values property.
updateSubagentValues(namespaceId: string, values: Record<string, unknown>)| Name | Type | Description |
|---|---|---|
namespaceId* | string | The namespace ID (pregel task ID) from the stream |
values* | Record<string, unknown> | The state values from the stream event |