Skip to main content

move_agent_workspace_path

Function move_agent_workspace_path 

Source
pub fn move_agent_workspace_path(
    config: &Config,
    agent_alias: &str,
    from: &str,
    to: &str,
) -> Result<(), BrowseError>
Expand description

Move (rename) a path inside the agent’s workspace. Both from and to are relative to the workspace root; both must stay inside it. Refuses to touch protected files on either side.