Expand description
Agent โ the fundamental computational cell.
Every agent in Phago is a cell: an isolated unit that senses its environment, processes inputs, and acts on the substrate. The base Agent trait requires the three most fundamental biological capabilities:
- DIGEST: the ability to consume and process input
- APOPTOSE: the ability to self-assess and gracefully die
- SENSE: the ability to detect environmental signals
Traitsยง
- Agent
- The fundamental unit of computation in Phago โ a biological cell.