babysitter-agent Core (current) โ SDK-backed CLI loop
agent-core-impl:babysitter-agent.core@current
AgentCoreImplagent-stack/core-impls/babysitter-agent-core-current.yamlยทOpen in Graph โ {
"id": "agent-core-impl:babysitter-agent.core@current",
"_kind": "AgentCoreImpl",
"_file": "agent-stack/core-impls/babysitter-agent-core-current.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "babysitter-agent Core (current) โ SDK-backed CLI loop",
"agentVersionId": "agent-version:babysitter-agent@current",
"packageRef": "source-ref:babysitter-github",
"loopIteratorPolicy": "process-function-driven",
"loopIteratorNotes": "babysitter-agent 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": "babysitter-agent 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:babysitter-agent.core@current",
"to": "layer:4-agent-core",
"kind": "realizes",
"attributes": {}
},
{
"from": "agent-core-impl:babysitter-agent.core@current",
"to": "agent:babysitter-agent",
"kind": "composes",
"attributes": {
"role": "core"
}
},
{
"from": "agent-core-impl:babysitter-agent.core@current",
"to": "source-ref:babysitter-github",
"kind": "depends_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-version:babysitter-agent@current",
"to": "agent-core-impl:babysitter-agent.core@current",
"kind": "composed_of",
"attributes": {
"role": "core"
}
}
]
}