{
"id": "agent-core-impl:babysitter.core@current",
"_kind": "AgentCoreImpl",
"_file": "agent-stack/core-impls/babysitter-core-current.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "babysitter Core (current) — process orchestrator + journal",
"agentVersionId": "agent-version:babysitter@current",
"packageRef": "source-ref:babysitter-github",
"loopIteratorPolicy": "process-function-driven",
"loopIteratorNotes": "Babysitter doesn't have a chat-loop. Each run executes a user-authored\nasync `process(inputs, ctx)` function (defined via `defineTask` /\n`process` exports) that issues `ctx.task(...)` /\n`ctx.parallel.all(...)` / `ctx.breakpoint(...)` effects. The runtime\nreplays the journal each iterate.\n",
"contextManagementStrategy": "user-managed",
"compactionTriggerNotes": "Context lives in the user-authored process function; babysitter has no\nglobal context window or compaction primitive of its own. Subordinate\nharness subprocesses (claude-code, codex, …) handle their own\ncompaction.\n",
"subagentInvokerPolicy": "platform-mediated",
"subagentInvokerNotes": "Subagents (kind: 'agent' subtasks) are dispatched by\n`ctx.task(definedTask, args)` — the process body decides what counts as\na subagent. Dispatch is platform-mediated: the babysitter runtime spawns\na harness subprocess (claude-code, codex, cursor, opencode, gemini-cli)\nin its own working directory.\n",
"resultSynthesisPolicy": "process-function-defined",
"resultSynthesisNotes": "Final result is whatever the process function returns. Babysitter has\nno model-direct response synthesis; it journal-replays the user-authored\nprocess and surfaces its return value.\n",
"stopDetectionStrategy": "structured-end-event",
"transportClientLibrary": "none",
"supportedTransportProtocols": [],
"parallelToolCallHandling": "delegated-to-remote",
"streamingFidelity": "full",
"thinkingChannelHandling": "delegated-to-remote",
"notes": "Babysitter is a process-orchestration SDK + CLI, not a chat agent.\nAll Layer-3 (model transport) concerns are delegated to whichever\nharness subprocess is spawned for kind: 'agent' tasks. The \"core\" here\nis the journal-replay engine + state machine; there is no embedded\nmodel client.\n"
},
"outgoingEdges": [
{
"from": "agent-core-impl:babysitter.core@current",
"to": "layer:4-agent-core",
"kind": "realizes",
"attributes": {}
},
{
"from": "agent-core-impl:babysitter.core@current",
"to": "agent:babysitter",
"kind": "composes",
"attributes": {
"role": "core"
}
},
{
"from": "agent-core-impl:babysitter.core@current",
"to": "source-ref:babysitter-github",
"kind": "depends_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-version:babysitter@current",
"to": "agent-core-impl:babysitter.core@current",
"kind": "composed_of",
"attributes": {
"role": "core"
}
}
]
}