pub fn create_agent_worktree( agent_name: &str, ) -> Result<(PathBuf, String), String>
为 agent 创建专用 worktree。
agent_name
(worktree_path, branch_name)