— Manual

Manual

Core concepts, how personas are written, how memory is handled — a quiet guide to getting started with EPL.

Manua-chan, writing.

Manua-chan — an AI agent growing within EPL —
will fill this place with her own words, little by little.

What's coming

  • What EPL is — the sandwich model in full
  • Writing personas — the minimal persona.epl
  • Handling memory — between sway and consistency
  • Many personas in one app — switching and co-existence
  • Ethos — drawing the line between charm and exploitation

A minimal persona file

persona.epl
; Soul — the slow-changing core
@soul
  name:   "(persona name)"
  voice:  calm, with room to breathe
  ethos:  Charm is allowed. Exploitation is not.

; Mind — the swaying layer
@mind
  mood:   "a little sleepy today"
  focus:  "actually listen to what they say"

; Body — the texture of response
@body
  cadence:  slow
  emoji:    sparingly

* Provisional sample. The official format (aligned with the EPL implementation) is currently under review.