moa-rl-env / moav2 /src /platform /browser /browser-shell.ts
natnael kahssay
feat: use real moav2 source as RL task suite — symlinked sandbox, 3 real service tasks
ce25387
import type { PlatformShell } from '../../core/platform/types'
export const browserShell: PlatformShell = {
openExternal: (url: string) => {
window.open(url, '_blank', 'noopener,noreferrer')
}
}