* Move local_ai/browser/ to local_ai/core/ Split the local_ai component directory to separate core (platform-agnostic) code from content-dependent code that will follow in subsequent PRs. This removes the browser/ subdirectory since all local_ai code runs in the browser process. * Move local_ai/common/ to local_ai/core/