AgentWorkspaceDefinition
type AgentWorkspaceDefinition = | FileSystem | { fs: FileSystem; instructions?: string; modelWritable?: boolean; readOnly?: boolean; shell?: Shell;};Union Members
Section titled “Union Members”Type Literal
Section titled “Type Literal”{ fs: FileSystem; instructions?: string; modelWritable?: boolean; readOnly?: boolean; shell?: Shell;}fs: FileSystem;instructions?
Section titled “instructions?”optional instructions?: string;Model-facing path and mount guidance appended to the workspace tool description.
modelWritable?
Section titled “modelWritable?”optional modelWritable?: boolean;Expose workspace mutation operations to the model. Defaults false even when executor code may write.
readOnly?
Section titled “readOnly?”optional readOnly?: boolean;shell?
Section titled “shell?”optional shell?: Shell;