OOMNISENS AI docs · v0.1
The protocol

Architecture

An application is a loop of Objectives connected by an Operator over a Switchboard.

Objectives produce Artifacts and decide nothing; the Kernel decides; the Switchboard routes as data; the Operator connects the line the board names, and holds no policy.

example
{
  "classify|CONFORMANT|APPLICATION": "qualify",
  "qualify|CONFORMANT|QUALIFIED":   "interview",
  "qualify|INTERPRETATION_DRIFT|":  "human_review"
}