CoolFace
Apppublic

GestaltView-AI/recursive_observatory

sourceHugging Faceupdated 23h agoView on Hugging Face
0likes
event_schema.json24 linesDownload Raw Back to root
1{2  "eventType": "recursive.cycle.completed",3  "fields": {4    "eventId": "stable event identifier",5    "eventType": "recursive.cycle.completed",6    "actorType": "billy",7    "iteration": "integer",8    "createdAt": "ISO-8601 timestamp",9    "priorEventId": "identifier of prior event when a later cycle depends on it",10    "recursive": {11      "priorState": "state carried into this cycle",12      "trigger": "what caused the cycle",13      "observation": "what was observed",14      "interpretation": "working hypothesis or interpretation",15      "action": "implementation/action taken",16      "artifact": "artifact produced or referenced",17      "verification": "how the action was checked",18      "newInformation": "information produced by the environment",19      "subsequentInfluence": "how this event changes later work",20      "correction": "what was revised",21      "nextIterationInput": "what is explicitly carried forward"22    }23  }24}