Interface: WithAssemblyOptions
Defined in: src/wrappers/with-assembly.ts:22
Properties
agentId?
optionalagentId?:string
Defined in: src/wrappers/with-assembly.ts:24
approvalTimeoutMs?
optionalapprovalTimeoutMs?:number
Defined in: src/wrappers/with-assembly.ts:25
gatewayClient
gatewayClient:
GatewayClient
Defined in: src/wrappers/with-assembly.ts:23
opControl?
optionalopControl?:OpControl
Defined in: src/wrappers/with-assembly.ts:34
Live op-control consumer. When supplied, the gateway kill switch (AAASM-3491) is honored in this tool path: before the pre-exec gateway check, a terminated op fast-fails the call and a paused op blocks cooperatively until the gateway resumes it. Optional — without it the tool path behaves exactly as before (gateway check + approval only), and op control reaches the agent solely via the native runtime's own stream.