Skip to content

Remove Anuva Prompts Brain Dump

Created: 2026-05-19 04:37 UTC

Raw Notes

The prompts from anuva_prompts are part of the pre-agentic-upgrade version and perform the same functions as does the new presentationVideoWorkflow (and related agents/tools). I want the Presentation Creation UI to only use the Mastra presentationVideoWorkflow (and related agents/tools) with prompts that are built inline in code, without using any prompts from anuva_prompts. If required, additional agents/workflows/tools/inline-prompts can be created.

Context Diagram

flowchart LR
  oldPrompts["anuva_prompts collection"] --> oldHelpers["src/lib/anuvax-prompts"]
  oldHelpers --> presentationUi["Presentation Creation UI actions"]
  workflow["Mastra presentationVideoWorkflow"] --> presentationUi
  target["Target: workflow-only creation path"] -. replaces .-> oldHelpers
  target --> workflow