eve
eve 프레임워크로 내구성 있는 백엔드 AI 에이전트를 구축하세요. eve 프로젝트(에이전트 지침, 스킬, 도구 등)를 생성, 편집 또는 디버깅할 때 사용합니다.
npx skills add https://github.com/vercel/eve --skill eveeve
eve is a filesystem-first framework for durable backend AI agents. An agent is a directory on disk — instructions, skills, tools, connections, channels, subagents, and schedules are all files — and eve compiles and runs it.
Source of truth
The complete documentation ships inside the eve package. Do not rely on this
skill for guidance — always read the bundled docs, which match the installed
version exactly:
node_modules/eve/docs/
Start with node_modules/eve/docs/README.md. It contains the full
index and recommended reading order. Before writing any eve code, read the
relevant guide there first.
If eve is not installed yet, install it (npm install eve) or scaffold a new
agent with npx eve init <agent-name>, then read the bundled docs.