iiRecord
Agentic AI Atlas · Streaming Tool Loop
interaction-pattern:streaming-tool-loopa5c.ai
II.
InteractionPattern JSON

interaction-pattern:streaming-tool-loop

Structured · live

Streaming Tool Loop json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/interaction-patterns/interaction-patterns-canonical.yamlCluster · extensions
Record JSON
{
  "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": []
}