AcpMount
Defined in: acp-types.ts:18
A single bind mount the runtime should set up for the spawned agent process. Only DockerAcpRuntime honors mounts; LocalAcpRuntime ignores them.
Properties
path
path:
string
Defined in: acp-types.ts:20
Host-side source path (absolute).
target
target:
string
Defined in: acp-types.ts:22
Container-side target path.
mode
mode:
"ro"|"rw"
Defined in: acp-types.ts:23