iiRecord
Agentic AI Atlas · genty Core (current) — composed genty-core + babysitter-sdk loop
agent-core-impl:genty.core@currenta5c.ai
II.
AgentCoreImpl JSON

agent-core-impl:genty.core@current

Structured · live

genty Core (current) — composed genty-core + babysitter-sdk loop json

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

File · agent-stack/core-impls/genty-core-current.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-core-impl:genty.core@current",
  "_kind": "AgentCoreImpl",
  "_file": "agent-stack/core-impls/genty-core-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "genty Core (current) — composed genty-core + babysitter-sdk loop",
    "agentVersionId": "agent-version:genty@current",
    "packageRef": "source-ref:packages-genty",
    "loopIteratorPolicy": "process-function-driven",
    "loopIteratorNotes": "genty composes @a5c-ai/genty-core and @a5c-ai/babysitter-sdk; the loop\nsemantics are inherited from babysitter-sdk (user-authored async\n`process(inputs, ctx)` with journaled effects) exposed through the\ngenty-core contract.\n",
    "contextManagementStrategy": "user-managed",
    "compactionTriggerNotes": "Inherited from the SDK; the wrapped process function owns context.\n",
    "subagentInvokerPolicy": "platform-mediated",
    "subagentInvokerNotes": "Subagents dispatched via `ctx.task(...)` and spawned as harness\nsubprocesses through the composed agent-platform layer.\n",
    "resultSynthesisPolicy": "process-function-defined",
    "resultSynthesisNotes": "Final result is whatever the wrapped process function returns.\n",
    "stopDetectionStrategy": "structured-end-event",
    "transportClientLibrary": "none",
    "supportedTransportProtocols": [],
    "parallelToolCallHandling": "delegated-to-remote",
    "streamingFidelity": "full",
    "thinkingChannelHandling": "delegated-to-remote",
    "notes": "genty's core layer composes genty-core and babysitter-sdk to provide the\nloop, context, and transport primitives. The binary adds CLI entrypoints,\nbarrel exports, and adapters bridging on top.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent-core-impl:genty.core@current",
      "to": "layer:4-agent-core",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:genty.core@current",
      "to": "agent:genty",
      "kind": "composes",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-core-impl:genty.core@current",
      "to": "source-ref:packages-genty",
      "kind": "depends_on",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:genty.core@current",
      "to": "source-ref:babysitter-sdk",
      "kind": "depends_on",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:genty.core@current",
      "to": "orch-primitive:workflow-policy-load",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:genty.core@current",
      "to": "orch-primitive:task-create",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:genty.core@current",
      "to": "orch-primitive:context-injection",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:genty@current",
      "to": "agent-core-impl:genty.core@current",
      "kind": "composed_of",
      "attributes": {
        "role": "core"
      }
    }
  ]
}