AI SDK Model Manager This skill helps maintain AI SDK model configurations in the Tambo Cloud codebase. It automates the process of keeping model definitions up-to-date with the latest AI SDK releases. What This Skill Does 1. Updates AI SDK Packages - Checks and updates @ai-sdk/openai, @ai-sdk/google, @ai-sdk/groq, and other provider packages to their latest versions 2. Identifies Missing Models - Compares TypeScript definitions in the SDKs against configured models to find newly available models 3. Researches Models - Gathers information about new models including capabilities, context windo…