iiRecord
Agentic AI Atlas · Pi (default)
launch-config:pi.defaulta5c.ai
II.
LaunchConfig JSON

launch-config:pi.default

Structured · live

Pi (default) json

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

File · agent-stack/launch-configs/pi-default.yamlCluster · agent-stack
Record JSON
{
  "id": "launch-config:pi.default",
  "_kind": "LaunchConfig",
  "_file": "agent-stack/launch-configs/pi-default.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "agentVersionId": "agentVersion:pi:ge-0-75-5",
    "displayName": "Pi (default)",
    "env": {},
    "commArgs": [],
    "sessionIdArg": {
      "flag": "--session-id",
      "valuePlaceholder": "<id>",
      "introducedIn": "0.76.0",
      "behavior": "Create or resume the exact project-local Pi session ID."
    },
    "description": "Default launch recipe for Pi CLI. Spawns the `pi` CLI with no extra\nargv by default, no environment overrides, and the version's default\ncapability profile. Pi 0.76.0 also accepts `--session-id <id>` when\nautomation needs deterministic project-local session selection.\n"
  },
  "outgoingEdges": [
    {
      "from": "launch-config:pi.default",
      "to": "capability:supports-tool-use",
      "kind": "requires_capability",
      "attributes": {
        "versionRange": ">=1.0.0",
        "level": "full"
      }
    },
    {
      "from": "launch-config:pi.default",
      "to": "execution:local-host",
      "kind": "runs_via",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}