II.
AgentCoreImpl overview
Reference · liveagent-core-impl:babysitter-sdk.core@current
babysitter SDK Core (current) — process-function loop overview
Inspect the raw attributes, linked wiki pages, and inbound or outbound graph edges for agent-core-impl:babysitter-sdk.core@current.
Attributes
displayName
babysitter SDK Core (current) — process-function loop
agentVersionId
packageRef
loopIteratorPolicy
process-function-driven
loopIteratorNotes
@a5c-ai/babysitter-sdk exposes `defineTask` / `process` exports.
Each run executes a user-authored async `process(inputs, ctx)` that
issues `ctx.task` / `ctx.parallel` / `ctx.breakpoint` effects. The
SDK replays the journal each iterate.
contextManagementStrategy
user-managed
compactionTriggerNotes
Context lives in the user-authored process function; the SDK has no
global context window or compaction primitive of its own.
subagentInvokerPolicy
platform-mediated
subagentInvokerNotes
Subagents are dispatched via `ctx.task(definedTask, args)`; the
runtime spawns a harness subprocess in its own working directory.
resultSynthesisPolicy
process-function-defined
resultSynthesisNotes
Final result is whatever the process function returns.
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
library imported by host harnesses (and by the babysitter-agent CLI).
Layer-3 (model transport) concerns are delegated to whichever harness
subprocess is spawned for kind: 'agent' tasks.
Outgoing edges
composes1
- agent:babysitter-sdk·AgentProductbabysitter SDK
depends_on1
- source-ref:babysitter-github·SourceRefa5c-ai/babysitter
realizes1
- layer:4-agent-core·LayerAgent-Core
Incoming edges
composed_of1
- agent-version:babysitter-sdk@current·AgentVersion