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

launch-config:a5c.default

Structured · live

a5c (default) json

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

File · agent-stack/launch-configs/a5c-default.yamlCluster · agent-stack
Record JSON
{
  "id": "launch-config:a5c.default",
  "_kind": "LaunchConfig",
  "_file": "agent-stack/launch-configs/a5c-default.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "agentVersionId": "agent-version:a5c@current",
    "displayName": "a5c (default)",
    "profileId": "capability-profile:a5c.default",
    "env": {},
    "commArgs": [],
    "description": "Default launch recipe for the a5c agent (the babysitter monorepo). Spawns\nthe `a5c` / `babysitter` CLI with no extra argv and no environment overrides.\na5c does not bind a single model — model selection flows through adapters\nto the harness chosen at run-create time (e.g. `--harness claude-code`).\nThe orchestrator stamps an AGENT_SESSION_ID into the harness env file so\nthe bridged session is PID-scoped to the orchestrator's run.\n\nSource citations:\n  - packages/babysitter-sdk/src/cli/main/usage.ts (`run:create --harness <name>`\n    and `create-run` argv shapes).\n  - packages/babysitter-sdk/src/cli/main/runCreate.ts (session-id resolution via\n    `--session-id` / `AGENT_SESSION_ID` env / PID-scoped fallback).\n  - packages/babysitter-sdk/src/cli/commands/instructions.ts (harness env file +\n    AGENT_SESSION_ID marker).\n"
  },
  "outgoingEdges": [
    {
      "from": "launch-config:a5c.default",
      "to": "capability:streaming",
      "kind": "requires_capability",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "launch-config:a5c.default",
      "to": "capability:supports-tool-use",
      "kind": "requires_capability",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "launch-config:a5c.default",
      "to": "capability:supports-mcp",
      "kind": "requires_capability",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "launch-config:a5c.default",
      "to": "execution:local-host",
      "kind": "runs_via",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}