Agentic access patterns for Convex from Next.js / AI agents
❔Advice
We’ve built an internal CRM fully on Convex and use an AI agent that interacts via queries/mutations. It works, but feels heavy and token-inefficient.
Is there an official or recommended agentic pattern/framework for efficient read/write/update/delete access to Convex from Next.js/React, or is a custom abstraction the intended approach?