Refactor GTM Architect to v2: Python-driven architecture, 9-phase process, new DB and Docker setup

This commit is contained in:
2026-01-02 19:00:05 +00:00
parent d59888c889
commit 8439a7fb10
302 changed files with 68130 additions and 4782 deletions

View File

@@ -0,0 +1,28 @@
export const PROMPT_TEMPLATES = [
{
id: 'reunion',
title: 'Emotional Reunion',
description: 'A touching and heartfelt reunion scene.',
},
{
id: 'playful',
title: 'Playful Interaction',
description: 'A fun, teasing, or lighthearted moment.',
},
{
id: 'magazine',
title: 'Magazine Cover',
description: 'A high-fashion, photoshoot-style composition.',
},
{
id: 'eye-contact',
title: 'Direct Eye Contact',
description: 'One or more subjects looking directly at the viewer.',
},
{
id: 'dramatic',
title: 'K-Drama Poster',
description: 'A dramatic, poster-like scene with emotional lighting.',
},
];