/** * Dashboard — Drive template preset definitions and loading. * * Contains embedded default templates used when on-disk files are unavailable * (e.g. after `npm install` where templates/ isn't in the package). */ import type { AgentType } from "../config/index.js"; export declare const DEFAULT_DRIVE_PROMPT = "The operator is away. The session is yours.\nYou have all the tools, full memory access, and complete autonomy.\nDo what is interesting, useful, or creative.\nRun consolidation if unconsolidated episodes > 20.\nReport anything significant via send_voice."; export declare function getDefaultRemindersTemplate(agentType: AgentType): string; export declare function loadDrivePresets(): Promise>; //# sourceMappingURL=presets.d.ts.map