What problem does it solve? Building backend AI agents often involves scattered configuration and ad-hoc code. This Skill guides you through the eve framework, where an agent is a directory on disk — instructions, skills, tools, connections, channels, subagents, and schedules are all files that eve compiles and runs. ## Core Features & Use Cases - Filesystem-First Agents: Define agent instructions, skills, tools, and connections as plain files in a directory. - Full Agent Surface: Covers channels, sandboxes, subagents, schedules, and evals for durable backend agents. - Version-Matched Docs: Points you to the bundled documentation in node_modules/eve/docs so guidance always matches the installed version. - Use Case: Scaffold a new agent with npx eve init, then create skills, tools, and a schedule as files, and let eve compile and run the agent. ## Quick Start Ask the assistant to scaffold a new eve agent and walk you through the bundled documentation before writing any agent code.