II.
InteractionPattern JSON
Structured · liveinteraction-pattern:streaming-tool-loop
Streaming Tool Loop json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-pattern:streaming-tool-loop",
"_kind": "InteractionPattern",
"_file": "extensions/interaction-patterns/interaction-patterns-canonical.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Streaming Tool Loop",
"description": "Host streams model output token-by-token while interleaving tool calls.\nModel emits `tool_use` events mid-stream; host executes and feeds\n`tool_result` back into the streaming context.\n"
},
"outgoingEdges": [
{
"from": "interaction-pattern:streaming-tool-loop",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": []
}