Next.js frontend for simd-ai/agent. Upload a mesh, paste a natural-language prompt, hit Run — the agent generates the OpenFOAM case and streams residuals + 3D fields back into the viewer.
npm install
npm run devListens on http://localhost:3000. Point it at a running agent by setting .env.local:
NEXT_PUBLIC_AGENT_URL=http://localhost:8000
NEXT_PUBLIC_AGENT_WS_URL=ws://localhost:8000
NEXT_PUBLIC_AUTH_DISABLED=true
npm run build
npm startAGPL v3 — see LICENSE.