iiRecord
Agentic AI Atlas · babysitter-agent Platform (current) — defineTask + plugin/skill registry
agent-platform-impl:babysitter-agent.platform@currenta5c.ai
II.
AgentPlatformImpl JSON

agent-platform-impl:babysitter-agent.platform@current

Structured · live

babysitter-agent Platform (current) — defineTask + plugin/skill registry json

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

File · agent-stack/platform-impls/babysitter-agent-platform-current.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-platform-impl:babysitter-agent.platform@current",
  "_kind": "AgentPlatformImpl",
  "_file": "agent-stack/platform-impls/babysitter-agent-platform-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "babysitter-agent Platform (current) — defineTask + plugin/skill registry",
    "agentVersionId": "agentVersion:babysitter-agent:ge-5-0-0",
    "packageRef": "source-ref:babysitter-github",
    "subagentDefinitionFormat": "js-module-export",
    "nativeExtensionFormat": "babysitter-plugin",
    "nativeExtensionManifestPath": "plugin.json",
    "nativeExtensionsDirectoryPath": [
      "~/.claude/plugins/",
      ".claude/plugins/",
      "plugins/"
    ],
    "skillFormat": "anthropic-skill-md",
    "skillsDirectoryPath": [
      "~/.claude/skills/",
      ".claude/skills/",
      "skills/"
    ],
    "customSlashCommandsPath": [
      "commands/",
      ".claude/commands/"
    ],
    "subagentsDirectoryPath": [
      "agents/",
      ".claude/agents/"
    ],
    "hooksDirectoryOrConfigPath": [
      "hooks/",
      ".claude/hooks.json"
    ],
    "settingsFiles": [
      ".claude/settings.json",
      ".claude/settings.local.json"
    ],
    "marketplaceUrl": "https://github.com/a5c-ai/babysitter",
    "pluginRegistryPath": "~/.claude/plugins/registry.json",
    "capabilityProfileRegistry": false,
    "launchConfigRegistry": false,
    "platformIdentityStrategy": "delegated-to-harness",
    "updateChannelMechanism": "npm",
    "supportedChannelKinds": [
      "mcp-channel"
    ],
    "notes": "babysitter-agent platform layer hosts the defineTask registry, the\nplugin/skill/agent loader, and the breakpoint policy engine, plus\nthe daemon-mode observer surface and MCP-server entry point. Reuses\nthe SDK platform shape but adds CLI-binary-only surfaces.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent-platform-impl:babysitter-agent.platform@current",
      "to": "layer:6-agent-platform",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:babysitter-agent.platform@current",
      "to": "agent:babysitter-agent",
      "kind": "composes",
      "attributes": {
        "role": "platform"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "agentVersion:babysitter-agent:ge-5-0-0",
      "to": "agent-platform-impl:babysitter-agent.platform@current",
      "kind": "composed_of",
      "attributes": {
        "role": "platform"
      }
    }
  ]
}