UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

12 lines (11 loc) 209 B
import { detectAgenticEnvironment } from "am-i-vibing"; function isRunByAgent() { try { return detectAgenticEnvironment().type === "agent"; } catch { return false; } } export { isRunByAgent };