iiRecord
Agentic AI Atlas · SpawnArgs
term:spawn-argsa5c.ai
II.
Term JSON

term:spawn-args

Structured · live

SpawnArgs json

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

File · terminology/terms/terms-articles-and-refs.yamlCluster · terminology
Record JSON
{
  "id": "term:spawn-args",
  "_kind": "Term",
  "_file": "terminology/terms/terms-articles-and-refs.yaml",
  "_cluster": "terminology",
  "attributes": {
    "displayName": "SpawnArgs",
    "kind": "concept",
    "description": "Mode-agnostic abstract spawn descriptor returned by\n`Adapter.buildSpawnArgs()` — `{ command, args, env, cwd, stdin?,\nshell? }`. The pure `buildInvocationCommand()` transform rewrites\nSpawnArgs into the concrete host command for the chosen\nInvocationMode. Source:\ndocs/adapters/reference/13-invocation-modes.md +\npackages/core/src/spawn-invocation.ts.\n"
  },
  "outgoingEdges": [
    {
      "from": "term:spawn-args",
      "to": "term:agentic-loop",
      "kind": "related_to",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}