Problem
Agent frameworks become hard to review when prompts, tools, schedules, channels, and sandbox rules live in hidden configuration or product dashboards. Teams need a way to treat agent behavior like source code.
Solution
Eve Agent Builder makes the filesystem the agent interface: agent.ts, instructions.md, typed tools, skills, channels, schedules, sandbox workspaces, and subagents are discoverable, versionable, and reviewable.
Challenges
The framework has to keep developer ergonomics high while still separating runtime configuration, tool schemas, durable sessions, channel continuations, sandbox policy, and delegated subagent work.
Innovation
The key product idea is that durable agents should be inspected through their file tree. This turns agent construction into a software architecture practice instead of a prompt-entry exercise.
Domain expertise
This shows Stefan's grasp of agent framework ergonomics, filesystem conventions, TypeScript runtime design, typed tool contracts, channels, scheduled autonomy, and sandboxed execution boundaries.