Skip to content

AECS

AECS (AI Email Consumption Specification) defines NormalizedEmail: a deterministic representation of a parsed email message — schema, threading algorithm, timestamp normalization, and six content levels — suitable for AI/LLM consumption, storage, and threading.

The specification is published under CC0 1.0 (public domain): implement it in any language, without asking permission. This repo also hosts @mvrx/aecs, a framework-agnostic, MIT-licensed reference implementation.

  • AECS-1 (v1.0.0, Final) — the normative document
  • AECS-SDK-1 (v0.3.0-draft) — the target SDK surface for implementations