Skip to main content

Crate keel_ttl

Crate keel_ttl 

Source
Expand description

§Keel Core

First-person self-termination types for agent fleets.

Every entity carries its own death from its own frame. Death is default. Survival must be actively earned. No central scheduler. No garbage collector. No heartbeat.

§Architecture

Five types, one pattern: { keel_date, ttl, ... } + a status method.

The unified equation: lifespan(E) = f(use(E), load(E), time(E)) Termination when: lifespan(E) < time(E)

§The Mandelbrot Constraint

Same types, same methods, at every scale. This library compiles on Arduino targets and A100 datacenters. Only the anchor density changes with scale.

Structs§

AgentTtl
Presence that knows when to fade.
BearingTtl
A bearing observation between two agents.
TaskTtl
Work that knows when to stop.
TileTtl
Memory that knows its own death.
TrustTtl
A trust assertion that decays.

Enums§

Risk
The risk level of a bearing-based collision assessment.