AEON Logic Model
OpenAEON defines AEON as:- Open: inspectable, extensible, and operator-controlled
- Eternal Evolution: continuously adaptive over long-running sessions
Core loop (implemented)
AEON runs as a verifiable five-stage loop:- Perceive
Ingest session state, runtime telemetry, task intent, and model/tool outputs. - Adjudicate
Apply guardrail and policy decisions (maintenanceDecision,guardrailDecision,reasonCode) with epistemic labels. - Act
Execute agent/tool work under policy intensity and safety constraints. - Persist
Record delivery outcomes (persisted/persist_failed), memory checkpoint signals, and decision logs. - Trace
Expose structured state for operators and UI via AEON control APIs.
Safety-first decision semantics
Decision state is emitted as typed, inspectable data:selfKernel: identity continuity, drift, calibration, integrity stateepistemic: confidence labeling and uncertainty framingimpactLens: multi-scale benefit/risk and reversibilitydecisionCard: why / why-not / counterfactual / rollback
Runtime inspection APIs
The Control UI and operators read AEON through:aeon.status(schema v3 with compatibility mirrors)aeon.memory.traceaeon.execution.lookupaeon.thinking.stream
Session durability and operator outcomes
AEON is designed to avoid “worked overnight but no result” failures by making delivery and traceability first-class:- explicit delivery state transitions
- persisted artifact references for lookup
- memory persistence metadata (
lastDistillAt,checkpoint,totalEntries,lastWriteSource) - UI-visible runtime source/timestamp for telemetry blocks
Memory logic (implemented)
AEON memory is intentionally layered:- In-memory working tail
A bounded cognitive log supports fast runtime/UI interaction. - Persisted cognitive stream
Events are appended to per-scope JSONL storage (session + agent), enabling replay and audit. - Distillation checkpointing
Distillation advances checkpoint state and appends checkpoint markers instead of erasingMEMORY.md. - Memory trace contract
Runtime memory state is exposed viaaeon.statusandaeon.memory.trace.
Relationship to evolution log
The evolution log is the historical timeline.This model page is the system contract.
- Historical record: AEON Evolution Log
- Operational surface: Control UI