Creating Agents in Medusa This skill covers the full stack for adding an internal, admin-facing AI agent to a Medusa project. These agents are used by merchants and store operators through the Medusa admin dashboard — not by customers on a storefront. For customer-facing agents (e.g. a storefront chatbot), a different architecture is needed: public API routes, no MedusaExec, and storefront auth. Constraints - Internal use only — this architecture is for admin users (merchants, operators, support staff), not customers. Routes live under , the UI lives in the Medusa admin dashboard, and access…