Skip to main content

Module dynamic_workflow

Module dynamic_workflow 

Source
Expand description

A3S Flow-backed dynamic workflow runtime.

DynamicWorkflowRuntime lets hosts run a sandboxed PTC script as an A3S Flow runtime. Flow owns durable replay and step lifecycle; A3S Code’s existing program tool remains the sandbox and tool-call boundary.

Structs§

DynamicWorkflowRuntime
Runs A3S Flow workflow and step invocations through a sandboxed PTC script.
DynamicWorkflowScriptLimits
Limits forwarded to the underlying PTC program tool.
DynamicWorkflowTool
Model-visible tool that executes a dynamic workflow through A3S Flow.

Constants§

DYNAMIC_WORKFLOW_STORE_RELATIVE_PATH
Project-relative directory used for durable dynamic workflow history.

Functions§

dynamic_workflow_store_path
Resolve the durable dynamic workflow history directory for a local workspace.
register_dynamic_workflow