Verification Report
Source, documentation, implementation evidence, and remaining risks for the Enterprise Eve Agent Development handbook.
This page records the verification baseline for the handbook.
| Item | Value |
|---|
| source baseline | private local Eve source checkout |
| package | packages/eve |
| Eve version | 0.11.4 |
| package description | Filesystem-first framework for durable backend AI agents that run anywhere. |
| handbook date | 2026-06-18 |
| official docs cross-check | 67 /docs/* Markdown pages from https://eve.dev/sitemap.xml on 2026-06-18 |
| Doc | Reflected in |
|---|
README.md | overview |
docs/reference/project-layout.md | Ch3 |
docs/agent-config.md | Ch5 |
docs/concepts/execution-model-and-durability.md | Ch1, Ch13 |
docs/concepts/security-model.md | Ch8, Ch15 |
docs/concepts/sessions-runs-and-streaming.md | Ch9 |
docs/concepts/context-control.md | Ch6 |
docs/concepts/default-harness.md | Ch4, Ch7, Ch8 |
docs/connections.mdx | Ch7 |
docs/sandbox.mdx | Ch8 |
docs/channels/overview.mdx | Ch9 |
docs/channels/custom.mdx | Ch9 |
docs/subagents.mdx | Ch10 |
docs/guides/dynamic-capabilities.md | Ch6 |
docs/guides/dynamic-workflows.md | Ch10 |
docs/guides/hooks.md | Ch11 |
docs/guides/state.md | Ch11 |
docs/schedules.mdx | Ch11 |
docs/evals/overview.mdx | Ch12 |
docs/guides/auth-and-route-protection.md | Ch9, Ch15 |
docs/guides/deployment.md | Ch13 |
docs/guides/instrumentation.md | Ch13 |
On 2026-06-18, Introduction, sitemap, and llms.txt were used to collect and read all 67 official /docs/* Markdown pages. See Official Docs Crosswalk.
Corrections applied:
| Topic | Applied change |
|---|
| Beta and responsible use | added to index and Ch15 |
agent.ts | clarified omission/default and required model rule |
| route auth | separated framework default from scaffold placeholderAuth() |
| channels | added official adapters and advanced channel features |
| client/frontend | added TypeScript SDK and useEveAgent standards |
| evals | added CLI options, artifacts, and split of cases/assertions/judge/targets/reporters |
| File | Evidence |
|---|
packages/eve/package.json | version, exports, public entrypoints |
src/public/index.ts | core public API |
src/public/tools/index.ts | tool helpers |
src/public/agents/auth.ts | remote agent outbound auth |
src/discover/project.ts | project resolution |
src/discover/discover-agent.ts | authored slot discovery |
src/compiler/compile-agent.ts | artifact writes and diagnostics |
src/runtime/resolve-agent-graph.ts | framework/authored registry merge |
src/runtime/agent/bootstrap.ts | runtime turn agent construction |
src/harness/tool-loop.ts | model/tool loop and compaction |
src/harness/tools.ts | ToolSet assembly |
src/harness/input-requests.ts | pending input and approval resolution |
src/execution/workflow-entry.ts | durable driver loop |
src/execution/turn-workflow.ts | turn workflow contract |
src/execution/workflow-steps.ts | step execution |
src/execution/durable-session-store.ts | session snapshot |
src/execution/session.ts | session hydration |
| Risk | Description |
|---|
| Beta API changes | Eve behavior and docs can change after this baseline. |
| source tests not run | The reference Eve repo itself was not built or tested as part of handbook writing. |
| production fit | Every organization still needs its own data, auth, compliance, and incident review. |
| Artifact | Purpose |
|---|
| Eve PR template | review tools, connections, channels, sandbox |
| Eval starter kit | smoke, negative, approval, auth baseline |
| CODEOWNERS sample | owner per file slot |
| Production runbook | waiting sessions, 401s, sandbox, connection auth |
| Data flow template | provider/tool/telemetry/eval data paths |