Skip to content

AgentWorkspaceConfig

type AgentWorkspaceConfig =
| FileSystem
| {
fs: FileSystem;
readOnly?: boolean;
shell?: Shell;
};