eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
9 lines (8 loc) • 391 B
TypeScript
export { CODING_AGENT_ENV_MARKERS } from "#setup/primitives/coding-agent-env.js";
/**
* Whether this CLI invocation was launched by an AI coding agent (Claude Code,
* Cursor, Codex, ...) rather than a human at a terminal. Wraps
* `@vercel/detect-agent` so the heuristic's source can change without touching
* callers.
*/
export declare function isCodingAgentLaunch(): Promise<boolean>;