Build durable backend AI agents with the Eve framework. Use when creating, editing, or debugging an Eve project — agent instructions, skills, tools, connections, channels, sandboxes, subagents, schedules, or evals.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Build durable backend AI agents with the Eve framework. Use when creating, editing, or debugging an Eve project — agent instructions, skills, tools, connections, channels, sandboxes, subagents, schedules, or evals.
Eve
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.