import { createAuthPlugin } from "@agent-native/core/server"; const rawAppTitle = "Verse"; const appTitle = rawAppTitle === "{" + "{APP_TITLE}}" ? "Chat" : rawAppTitle; export default createAuthPlugin({ marketing: { appName: appTitle, tagline: "Quotes drawn from poems — browse, search, and save your favorites.", features: [ "Curated and community-submitted quotes from classic poems", "Search and filter by poet or theme, favorite the ones you love", "An agent chat that can look up, add, and organize quotes for you", ], }, });