UNPKG

doctool

Version:

AI-powered documentation validation and management system

6 lines 227 B
import { Agent } from "praisonai"; export const summaryAgent = new Agent({ instructions: "Summarize the provided AI story in one sentence with emojis.", name: "SummaryAgent", }); //# sourceMappingURL=summaryAgent.js.map