CoolFace
Apppublic

J94/bit-vector-tensor-control-policy

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
system_context_v0.json16 linesDownload Raw Back to api
1{2  "version": "v0",3  "one_liner": "system context is the single bootstrap payload an agent reads to know where it is, what governs it, and which payloads it may emit.",4  "fields": [5    "entrypoint",6    "current_position",7    "lineage",8    "taxonomy",9    "policy",10    "runtime_contract",11    "payload_templates",12    "latest_runtime_state"13  ],14  "why": "a fresh agent should not need repo spelunking to get an honest picture of the system"15}16