/** * Marketing Agent — Social Media Copywriter * * Platform-specific social content: Instagram, LinkedIn, X. * No MCP tools needed — pure text generation. * Uses Writer-style critics (task compliance, persuasion, substance). * * Customize brand identity by providing brand context in the task prompt * or by creating a custom agent with defineAgent(). */ import type { AgentDefinition } from '../types.js'; export declare const marketing: AgentDefinition; //# sourceMappingURL=marketing.d.ts.map