/** * Built-in Agents — ready to use out of the box. */ export { writer } from './writer.js'; export { researcher } from './researcher.js'; export { critic } from './critic.js'; export { analyst } from './analyst.js'; export { investigator } from './investigator.js'; export { investigatorCritic } from './investigator-critic.js'; export { marketing } from './marketing.js'; export { blogWriter } from './blog-writer.js'; import type { AgentDefinition } from '../types.js'; /** All built-in agents by name */ export declare const builtinAgents: Record; //# sourceMappingURL=index.d.ts.map