import { Bluebag } from "@bluebag/ai-sdk";
import { google } from '@ai-sdk/google';
const bluebag = new Bluebag({
apiKey: process.env.BLUEBAG_API_KEY,
activeSkills: ['pdf', "email-generator"]
const config = await bluebag.enhance({
model: google("gemini-3-flash"),
const result = streamText(config);