iiRecord
Agentic AI Atlas · babysitter SDK Core (current) — process-function loop
agent-core-impl:babysitter-sdk.core@currenta5c.ai
II.
AgentCoreImpl JSON

agent-core-impl:babysitter-sdk.core@current

Structured · live

babysitter SDK Core (current) — process-function loop json

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

File · agent-stack/core-impls/babysitter-sdk-core-current.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-core-impl:babysitter-sdk.core@current",
  "_kind": "AgentCoreImpl",
  "_file": "agent-stack/core-impls/babysitter-sdk-core-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "babysitter SDK Core (current) — process-function loop",
    "agentVersionId": "agent-version:babysitter-sdk@current",
    "packageRef": "source-ref:babysitter-github",
    "loopIteratorPolicy": "process-function-driven",
    "loopIteratorNotes": "@a5c-ai/babysitter-sdk exposes `defineTask` / `process` exports.\nEach run executes a user-authored async `process(inputs, ctx)` that\nissues `ctx.task` / `ctx.parallel` / `ctx.breakpoint` effects. The\nSDK replays the journal each iterate.\n",
    "contextManagementStrategy": "user-managed",
    "compactionTriggerNotes": "Context lives in the user-authored process function; the SDK has no\nglobal context window or compaction primitive of its own.\n",
    "subagentInvokerPolicy": "platform-mediated",
    "subagentInvokerNotes": "Subagents are dispatched via `ctx.task(definedTask, args)`; the\nruntime spawns a harness subprocess in its own working directory.\n",
    "resultSynthesisPolicy": "process-function-defined",
    "resultSynthesisNotes": "Final result is whatever the process function returns.\n",
    "stopDetectionStrategy": "structured-end-event",
    "transportClientLibrary": "none",
    "supportedTransportProtocols": [],
    "parallelToolCallHandling": "delegated-to-remote",
    "streamingFidelity": "full",
    "thinkingChannelHandling": "delegated-to-remote",
    "notes": "@a5c-ai/babysitter-sdk is the programmatic surface of babysitter — a\nlibrary imported by host harnesses (and by the babysitter-agent CLI).\nLayer-3 (model transport) concerns are delegated to whichever harness\nsubprocess is spawned for kind: 'agent' tasks.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent-core-impl:babysitter-sdk.core@current",
      "to": "layer:4-agent-core",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:babysitter-sdk.core@current",
      "to": "agent:babysitter-sdk",
      "kind": "composes",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-core-impl:babysitter-sdk.core@current",
      "to": "source-ref:babysitter-github",
      "kind": "depends_on",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:babysitter-sdk@current",
      "to": "agent-core-impl:babysitter-sdk.core@current",
      "kind": "composed_of",
      "attributes": {
        "role": "core"
      }
    }
  ]
}