Loading...
Loading...
Add Agentation visual feedback toolbar to a Next.js project
npx skill4agent add benjitaylor/agentation agentationagentationnpm install agentation<Agentationimport { Agentation }app/layout.tsxapp/layout.jspages/_app.tsxpages/_app.jsimport { Agentation } from "agentation";
// Add inside the body, after children:
{process.env.NODE_ENV === "development" && <Agentation />}import { Agentation } from "agentation";
// Add after Component:
{process.env.NODE_ENV === "development" && <Agentation />}NODE_ENV