iiRecord
Agentic AI Atlas · session-semantics:pi
session-semantics:pia5c.ai
II.
SessionSemantics JSON

session-semantics:pi

Structured · live

session-semantics:pi json

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

File · lifecycle/session-semantics/pi.yamlCluster · lifecycle
Record JSON
{
  "id": "session-semantics:pi",
  "_kind": "SessionSemantics",
  "_file": "lifecycle/session-semantics/pi.yaml",
  "_cluster": "lifecycle",
  "attributes": {
    "sessionSemanticsId": "session-semantics:pi",
    "agentId": "agent:pi",
    "versionRange": ">=0.0.0",
    "sessionDirStrategy": ".a5c/runs",
    "sessionIdSources": [
      "PI_SESSION_ID",
      "PI_RUN_ID"
    ],
    "resumeSemantics": "Pi sessions are keyed by explicit run/session identifiers.",
    "stateFilePatterns": [
      ".a5c/runs/**"
    ],
    "pidMarkerPolicy": "env-or-run-dir",
    "metadataFields": [
      {
        "key": "session_id",
        "envVars": [
          "PI_SESSION_ID"
        ]
      },
      {
        "key": "run_id",
        "envVars": [
          "PI_RUN_ID"
        ]
      }
    ]
  },
  "outgoingEdges": [
    {
      "from": "session-semantics:pi",
      "to": "agentVersion:pi:ge-0-0-0",
      "kind": "applies_to_version",
      "attributes": {}
    },
    {
      "from": "session-semantics:pi",
      "to": "path:a5c-runs-dir",
      "kind": "references_path",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}