iiRecord
Agentic AI Atlas · OpenCode HTTP Core (current)
agent-core-impl:opencode-http.core@currenta5c.ai
II.
AgentCoreImpl JSON

agent-core-impl:opencode-http.core@current

Structured · live

OpenCode HTTP Core (current) json

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

File · agent-stack/core-impls/opencode-http-core-current.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-core-impl:opencode-http.core@current",
  "_kind": "AgentCoreImpl",
  "_file": "agent-stack/core-impls/opencode-http-core-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "OpenCode HTTP Core (current)",
    "agentVersionId": "agent-version:opencode-http@current",
    "packageRef": "source-ref:opencode-github",
    "loopIteratorPolicy": "delegated-to-remote",
    "loopIteratorNotes": "`opencode serve` exposes a REST API + Server-Sent Events stream.\nThe chat loop runs in the OpenCode server process; the HTTP\nclient (host program) consumes SSE chunks and posts new turns\nvia REST.\n",
    "contextManagementStrategy": "server-managed",
    "compactionTriggerNotes": "Server-side; not exposed to the HTTP client.\n",
    "subagentInvokerPolicy": "platform-mediated",
    "subagentInvokerNotes": "Subagent dispatch is brokered by the OpenCode server.\n",
    "resultSynthesisPolicy": "model-direct",
    "resultSynthesisNotes": "SSE chunks deliver streaming text and structured events; the\nclient emits the final response when the stream closes.\n",
    "stopDetectionStrategy": "structured-end-event",
    "transportClientLibrary": "opencode-internal",
    "supportedTransportProtocols": [],
    "parallelToolCallHandling": "native",
    "streamingFidelity": "full",
    "thinkingChannelHandling": "not-supported"
  },
  "outgoingEdges": [
    {
      "from": "agent-core-impl:opencode-http.core@current",
      "to": "layer:4-agent-core",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:opencode-http.core@current",
      "to": "agent:opencode",
      "kind": "composes",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-core-impl:opencode-http.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:opencode-http.core@current",
      "to": "capability:supports-tool-use",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:opencode-http@current",
      "to": "agent-core-impl:opencode-http.core@current",
      "kind": "composed_of",
      "attributes": {
        "role": "core"
      }
    }
  ]
}