iiRecord
Agentic AI Atlas · session-model:cursor
session-model:cursora5c.ai
II.
SessionModel JSON

session-model:cursor

Structured · live

session-model:cursor json

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

File · agent-stack/session-models/cursor.yamlCluster · agent-stack
Record JSON
{
  "id": "session-model:cursor",
  "_kind": "SessionModel",
  "_file": "agent-stack/session-models/cursor.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "agentVersionId": "agentVersion:cursor:ge-0-0-0",
    "persistence": "sqlite",
    "controlPlane": "self-managed",
    "structuredTransport": "persistent",
    "canResume": true,
    "canFork": false,
    "format": "sqlite"
  },
  "outgoingEdges": [
    {
      "from": "session-model:cursor",
      "to": "workspace:local-developer-default",
      "kind": "state_machine_for",
      "attributes": {}
    },
    {
      "from": "session-model:cursor",
      "to": "capability:can-resume",
      "kind": "requires_capability",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}