iiRecord
Agentic AI Atlas · agent-platform Core (current) — SDK-backed CLI loop
agent-core-impl:agent-platform.core@currenta5c.ai
II.
AgentCoreImpl JSON

agent-core-impl:agent-platform.core@current

Structured · live

agent-platform Core (current) — SDK-backed CLI loop json

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

File · agent-stack/core-impls/agent-platform-core-current.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-core-impl:agent-platform.core@current",
  "_kind": "AgentCoreImpl",
  "_file": "agent-stack/core-impls/agent-platform-core-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "agent-platform Core (current) — SDK-backed CLI loop",
    "agentVersionId": "agentVersion:agent-platform:ge-5-0-0",
    "packageRef": "source-ref:babysitter-github",
    "loopIteratorPolicy": "process-function-driven",
    "loopIteratorNotes": "agent-platform wraps @a5c-ai/babysitter-sdk; loop semantics are\ninherited from the SDK (user-authored async `process(inputs, ctx)`\nwith journaled effects).\n",
    "contextManagementStrategy": "user-managed",
    "compactionTriggerNotes": "Inherited from the SDK; the wrapped process function owns context.\n",
    "subagentInvokerPolicy": "platform-mediated",
    "subagentInvokerNotes": "Inherited from the SDK; subagents dispatched via `ctx.task(...)` and\nspawned as harness subprocesses.\n",
    "resultSynthesisPolicy": "process-function-defined",
    "resultSynthesisNotes": "Final result is whatever the wrapped process function returns.\n",
    "stopDetectionStrategy": "structured-end-event",
    "transportClientLibrary": "none",
    "supportedTransportProtocols": [],
    "parallelToolCallHandling": "delegated-to-remote",
    "streamingFidelity": "full",
    "thinkingChannelHandling": "delegated-to-remote",
    "notes": "agent-platform is the CLI binary form of the babysitter SDK. The\ncore layer here delegates loop semantics to the SDK; the binary adds\ndaemon / observer / MCP-server entry points around it.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent-core-impl:agent-platform.core@current",
      "to": "layer:4-agent-core",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:agent-platform.core@current",
      "to": "agent:agent-platform",
      "kind": "composes",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-core-impl:agent-platform.core@current",
      "to": "source-ref:babysitter-github",
      "kind": "depends_on",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:agent-platform.core@current",
      "to": "orch-primitive:workflow-policy-load",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:agent-platform.core@current",
      "to": "orch-primitive:task-create",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:agent-platform.core@current",
      "to": "orch-primitive:context-injection",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agentVersion:agent-platform:ge-5-0-0",
      "to": "agent-core-impl:agent-platform.core@current",
      "kind": "composed_of",
      "attributes": {
        "role": "core"
      }
    }
  ]
}