Use FLUX image generation with PraisonAI TypeScript
export BFL_API_KEY=...
import { Agent } from 'praisonai'; const agent = new Agent({ name: 'FluxAgent', instructions: 'Generate images.', llm: 'black-forest-labs/flux-pro' });