Patch Changes
-
#1071
6312684Thanks @threepointone! - Fix missingawaiton_workflow_updateStateRPC calls inAgentWorkflow._wrapStep()forupdateAgentState,mergeAgentState, andresetAgentState, which could cause state updates to be silently lost. -
#1069
b5238deThanks @threepointone! - AddWorkspaceclass — durable file storage for any Agent with hybrid SQLite+R2 backend and optional just-bash shell execution. IncludesBashSessionfor multi-step shell workflows with persistent cwd and env across exec calls, andcwdoption onbash(). Usage:new Workspace(this, { r2, r2Prefix }). Import fromagents/experimental/workspace.