Currently SeaNotes uses the OpenAI SDK for AI-powered functionality. We want to fully migrate to using DigitalOcean’s [Gradient AI SDK](https://github.com/digitalocean/gradient-typescript) instead. **Acceptance Criteria:** - All places where the OpenAI SDK is imported and used are replaced with equivalent Gradient SDK calls. - Tests (if any) modified to account for the new SDK. - Documentation updated: Readme, env var config, examples.