memory-engineering-mcp
Version:
🧠AI Memory System powered by MongoDB Atlas & Voyage AI - Autonomous memory management with zero manual work
14 lines • 456 B
TypeScript
/**
* Memory Templates for A+ Quality
* These templates ensure consistent, high-quality memory creation
*/
export declare const MEMORY_TEMPLATES: Record<string, string>;
/**
* Get a template with current timestamp
*/
export declare function getTemplate(memoryName: string): string;
/**
* Get a simplified template for quick starts
*/
export declare function getQuickTemplate(memoryName: string): string;
//# sourceMappingURL=memoryTemplates.d.ts.map