/** * Route constants shared by the chrome and pages. The agentic-app template * overlays this file (its chat lives at /app/agent inside the app shell) — * link via these constants, never hard-code the paths in components. */ export const CHAT_PATH = "/chat"; export const HOME_PATH = "/home";