Skip to main content
reopt Handbook
reopt Handbook
Enterprise Eve Agent Development

Core Architecture

Ch1. Eve Mental ModelCh2. Source Code AtlasCh3. Project Layout and DiscoveryCh4. Compiler and Runtime Graph

Agent Quality Design

Ch5. agent.ts, Models, CompactionCh6. Context, Skills, Dynamic CapabilitiesCh7. Tools, Approval, ConnectionsCh8. Sandbox Secure Runtime

Operational Runtime

Ch9. Channels, Auth, StreamingCh10. Subagents, Workflows, Remote AgentsCh11. Schedules, State, HooksCh12. Evals and Quality Gates

Production Operations

Ch13. Observability and DeploymentCh14. Enterprise PatternsCh15. Migration and Governance

Appendix

Official Docs CrosswalkVerification ReportUpdates
Handbook›엔터프라이즈 Eve 에이전트›Verification Report
한국어English

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.

Analysis Baseline

ItemValue
source baselineprivate local Eve source checkout
packagepackages/eve
Eve version0.11.4
package descriptionFilesystem-first framework for durable backend AI agents that run anywhere.
handbook date2026-06-18
official docs cross-check67 /docs/* Markdown pages from https://eve.dev/sitemap.xml on 2026-06-18

Major Docs Read

DocReflected in
README.mdoverview
docs/reference/project-layout.mdCh3
docs/agent-config.mdCh5
docs/concepts/execution-model-and-durability.mdCh1, Ch13
docs/concepts/security-model.mdCh8, Ch15
docs/concepts/sessions-runs-and-streaming.mdCh9
docs/concepts/context-control.mdCh6
docs/concepts/default-harness.mdCh4, Ch7, Ch8
docs/connections.mdxCh7
docs/sandbox.mdxCh8
docs/channels/overview.mdxCh9
docs/channels/custom.mdxCh9
docs/subagents.mdxCh10
docs/guides/dynamic-capabilities.mdCh6
docs/guides/dynamic-workflows.mdCh10
docs/guides/hooks.mdCh11
docs/guides/state.mdCh11
docs/schedules.mdxCh11
docs/evals/overview.mdxCh12
docs/guides/auth-and-route-protection.mdCh9, Ch15
docs/guides/deployment.mdCh13
docs/guides/instrumentation.mdCh13

Official Docs Cross-check

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:

TopicApplied change
Beta and responsible useadded to index and Ch15
agent.tsclarified omission/default and required model rule
route authseparated framework default from scaffold placeholderAuth()
channelsadded official adapters and advanced channel features
client/frontendadded TypeScript SDK and useEveAgent standards
evalsadded CLI options, artifacts, and split of cases/assertions/judge/targets/reporters

Major Source Files Read

FileEvidence
packages/eve/package.jsonversion, exports, public entrypoints
src/public/index.tscore public API
src/public/tools/index.tstool helpers
src/public/agents/auth.tsremote agent outbound auth
src/discover/project.tsproject resolution
src/discover/discover-agent.tsauthored slot discovery
src/compiler/compile-agent.tsartifact writes and diagnostics
src/runtime/resolve-agent-graph.tsframework/authored registry merge
src/runtime/agent/bootstrap.tsruntime turn agent construction
src/harness/tool-loop.tsmodel/tool loop and compaction
src/harness/tools.tsToolSet assembly
src/harness/input-requests.tspending input and approval resolution
src/execution/workflow-entry.tsdurable driver loop
src/execution/turn-workflow.tsturn workflow contract
src/execution/workflow-steps.tsstep execution
src/execution/durable-session-store.tssession snapshot
src/execution/session.tssession hydration

Remaining Risks

RiskDescription
Beta API changesEve behavior and docs can change after this baseline.
source tests not runThe reference Eve repo itself was not built or tested as part of handbook writing.
production fitEvery organization still needs its own data, auth, compliance, and incident review.

Recommended Artifacts

ArtifactPurpose
Eve PR templatereview tools, connections, channels, sandbox
Eval starter kitsmoke, negative, approval, auth baseline
CODEOWNERS sampleowner per file slot
Production runbookwaiting sessions, 401s, sandbox, connection auth
Data flow templateprovider/tool/telemetry/eval data paths

Related docs

Official Docs Crosswalk

Map the official eve.dev documentation corpus to this handbook and record the corrections made from the official docs.

Updates

Change log for the Enterprise Eve Agent Development handbook.

Release coverage history

Codex Command Master · Codex CLI: Dated release coverage and handbook update decisions, preserved separately from current instructions.

Updates

Advanced Codex Usage · Change log for the Advanced Codex Usage handbook.

Release coverage history

Claude Code Command Master · Claude Code: Dated release coverage and handbook update decisions, preserved separately from current instructions.

Official Docs Crosswalk

Map the official eve.dev documentation corpus to this handbook and record the corrections made from the official docs.

Updates

Change log for the Enterprise Eve Agent Development handbook.

On this page

Analysis BaselineMajor Docs ReadOfficial Docs Cross-checkMajor Source Files ReadRemaining RisksRecommended Artifacts