eve
GitHub用于构建基于 eve 框架的持久化后端 AI Agent。支持代理创建、编辑、调试,涵盖指令、技能、工具、连接及调度等配置。强调以文件系统为核心,依赖本地文档进行开发指导。
触发场景
安装
npx skills add trycompai/crm --skill eve -g -y
SKILL.md
Frontmatter
{
"name": "eve",
"description": "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.
版本历史
- d42a04e 当前 2026-08-04 18:45


