II.
AgentCoreImpl JSON
Structured · liveagent-core-impl:openclaw.core@current
OpenClaw Core (current) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent-core-impl:openclaw.core@current",
"_kind": "AgentCoreImpl",
"_file": "agent-stack/core-impls/openclaw-core-current.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "OpenClaw Core (current)",
"agentVersionId": "agentVersion:openclaw:ge-0-0-0",
"packageRef": "source-ref:openclaw-github",
"loopIteratorPolicy": "tool-use-loop",
"loopIteratorNotes": "Multi-provider tool-use loop with native parallel-tool dispatch. Loop boundary\nis the provider's end-of-turn signal; partial streaming means user sees\nchunked text but tool-call args may arrive in a single block at end of turn.\n",
"contextManagementStrategy": "platform-managed",
"compactionTriggerNotes": "Compaction is provider-managed; OpenClaw does not expose a threshold knob.\n",
"subagentInvokerPolicy": "tool-call-handoff",
"subagentInvokerNotes": "Sub-tasks are dispatched as tool calls; OpenClaw does not document a dedicated\nsubagent primitive separate from tool calls.\n",
"resultSynthesisPolicy": "model-direct",
"resultSynthesisNotes": "Final answer is rendered to JSON session log on completion; partial streaming\nsurfaces incremental text but tool calls may flush at end of turn.\n",
"stopDetectionStrategy": "structured-end-event",
"transportClientLibrary": "openclaw-internal",
"supportedTransportProtocols": [
"model-transport:anthropic-messages",
"model-transport:openai-responses"
],
"parallelToolCallHandling": "native",
"streamingFidelity": "partial",
"thinkingChannelHandling": "not-supported"
},
"outgoingEdges": [
{
"from": "agent-core-impl:openclaw.core@current",
"to": "layer:4-agent-core",
"kind": "realizes",
"attributes": {}
},
{
"from": "agent-core-impl:openclaw.core@current",
"to": "agent:openclaw",
"kind": "composes",
"attributes": {
"role": "core"
}
},
{
"from": "agent-core-impl:openclaw.core@current",
"to": "model-transport:anthropic-messages",
"kind": "speaks",
"attributes": {}
},
{
"from": "agent-core-impl:openclaw.core@current",
"to": "model-transport:openai-responses",
"kind": "speaks",
"attributes": {}
},
{
"from": "agent-core-impl:openclaw.core@current",
"to": "capability:parallel-tool-calls",
"kind": "supports",
"attributes": {
"versionRange": ">=1.0.0",
"level": "full",
"notes": "OpenClaw supports parallel tool calls per agent-mux ref.\n"
}
},
{
"from": "agent-core-impl:openclaw.core@current",
"to": "capability:streaming",
"kind": "supports",
"attributes": {
"versionRange": "*",
"level": "full"
}
},
{
"from": "agent-core-impl:openclaw.core@current",
"to": "capability:supports-tool-use",
"kind": "supports",
"attributes": {
"versionRange": "*",
"level": "full"
}
},
{
"from": "agent-core-impl:openclaw.core@current",
"to": "orch-primitive:agent-dispatch",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:openclaw.core@current",
"to": "orch-primitive:result-validation",
"kind": "supports_orchestration_primitive",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agentVersion:openclaw:ge-0-0-0",
"to": "agent-core-impl:openclaw.core@current",
"kind": "composed_of",
"attributes": {
"role": "core"
}
}
]
}