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§
- Agent
Ttl - Presence that knows when to fade.
- Bearing
Ttl - A bearing observation between two agents.
- TaskTtl
- Work that knows when to stop.
- TileTtl
- Memory that knows its own death.
- Trust
Ttl - A trust assertion that decays.
Enums§
- Risk
- The risk level of a bearing-based collision assessment.