iiRecord
Agentic AI Atlas · Sleep Cycle
extension-interface:sleep-cyclea5c.ai
II.
ExtensionInterface JSON

extension-interface:sleep-cycle

Structured · live

Sleep Cycle json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/extension-interfaces/sleep-cycle.yamlCluster · extensions
Record JSON
{
  "id": "extension-interface:sleep-cycle",
  "_kind": "ExtensionInterface",
  "_file": "extensions/extension-interfaces/sleep-cycle.yaml",
  "_cluster": "extensions",
  "attributes": {
    "interfaceVersion": "1.0.0",
    "description": "Sleep Cycle",
    "displayName": "Sleep Cycle",
    "concern": "Pause and resume long-running agent work across wall-clock gaps.",
    "surface": "`sleep(duration)`, `wakeAt(timestamp)`, `onWake(handler)`.\nPersists context across the gap.\n",
    "builtInDefault": "Process exits and restarts on the next invocation; no persistence\nbeyond the journal.\n",
    "notableImpls": []
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "skill:cicd-pipeline-design",
      "to": "extension-interface:sleep-cycle",
      "kind": "implements",
      "attributes": {}
    }
  ]
}