Apriori.Forma.Persona (apriori v0.1.0)

View Source

Persona — a distinguished other in dialogue (Kant: Gegenüber): an external agent/client identified by name, version, protocol, and declared capabilities.

Use when the Umwelt must address or remember the identity and powers of the peer: during handshake/Salutatio, routing per-client behavior, or auditing interactions. Not for domain entities; prefer Essentia/Collectio for those.

Summary

Types

t()

@type t() :: %Apriori.Forma.Persona{
  capacitas: map(),
  historia: list(),
  id: String.t(),
  nomen: String.t(),
  protocolum: String.t(),
  versio: String.t()
}