Agentation Setup Set up the Agentation annotation toolbar in this project. Steps 1. Check if already installed - Look for in package.json dependencies - If not found, run (or pnpm/yarn based on lockfile) 2. Check if already configured - Search for or in src/ or app/ - If found, report that Agentation is already set up and exit 3. Detect framework - Next.js App Router: has or - Next.js Pages Router: has or 4. Add the component For Next.js App Router, add to the root layout: For Next.js Pages Router, add to app: 5. Confirm setup - Tell the user to run their dev server and look for the Agentatio…