UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

1 lines 273 B
import{determineAgent}from"#compiled/@vercel/detect-agent/index.js";import{CODING_AGENT_ENV_MARKERS}from"#setup/primitives/coding-agent-env.js";async function isCodingAgentLaunch(){return(await determineAgent()).isAgent}export{CODING_AGENT_ENV_MARKERS,isCodingAgentLaunch};