Brain 08 of 25 · Agent Tooling
Function Brain.
First-class typed-function execution with compensating rollback.
What this brain does
The Function Brain treats every callable Mickai function as a first-class typed action with a declared inverse (patent 14). Execution stores the inverse before the action runs, so any side effect can be reverted retroactively by the user or a regulator. Function definitions live in the typed-action ontology (patent 12); the Function Brain is the runtime that honours that contract.
Responsibilities
- 01Typed-function execution under the action ontology
- 02Recording the compensating inverse before commit
- 03Constructing inverse chains for retroactive undo
- 04Surfacing function lineage to the audit ledger
Patents this brain implements
Patent 12
Typed-Action Ontology
Hardware-bound actor identity with inverse-action schema.
Patent 14
First-Class Actions with Compensating Rollback
Every action has a tracked inverse; retroactive undo.
Patent 16
Decision Lineage and PQ-Signed Audit Ledger
DAG of decisions, causally signed, regulator-verifiable.
Other cooperative brains