Architecture

Six layers. One protocol.

Eternity's architecture mirrors the lifecycle of executable intent — from compilation to sandboxed execution.

01 // Compiler

NL → typed .ety AST. Validates grammar and shape.

02 // Verifier

Checks invariants, capabilities, and boundary contracts.

03 // Reasoning Graph

Tracks intent dependencies, memory, and long-running task state.

04 // Orchestrator

Routes execution across local and remote agent instances.

05 // Sandbox

Cryptographically isolated execution with audit streams.

06 // MCP Bridge

Bidirectional channel to external AI platforms via MCP.