iiRecord
Agentic AI Atlas · Nanny
agent:nannya5c.ai
II.
AgentProduct JSON

agent:nanny

Structured · live

Nanny json

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

File · agent-stack/products/community-agents.yamlCluster · agent-stack
Record JSON
{
  "id": "agent:nanny",
  "_kind": "AgentProduct",
  "_file": "agent-stack/products/community-agents.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Nanny",
    "vendor": "Community (open-source)",
    "homepageUrl": "https://github.com/nannycodes/nanny",
    "primarySurface": "cli",
    "supportTier": "none",
    "productKind": "agent-orchestrator",
    "stackScope": "full",
    "description": "Dumb task loop for smart agents. Provides minimal orchestration\nstructure — task queuing, retry logic, and status tracking — while\ngiving maximum autonomy to the agent executing each task. Designed\nfor workflows where the agent is intelligent enough to handle task\nexecution but needs a simple harness for sequencing, retrying, and\nreporting. Favors simplicity over control.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent:nanny",
      "to": "agent-version:nanny@current",
      "kind": "has_version"
    },
    {
      "from": "agent:nanny",
      "to": "skill-area:ai-agent-development",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "agent:nanny",
      "to": "skill-area:multi-agent-coordination",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "agent:nanny",
      "to": "topic:agent-orchestration-products",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "agent:nanny",
      "to": "orch-primitive:agent-dispatch",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "agent:nanny",
      "to": "orch-primitive:retry-with-backoff",
      "kind": "integrates_with",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-core-impl:nanny.core@current",
      "to": "agent:nanny",
      "kind": "composes",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-version:nanny@current",
      "to": "agent:nanny",
      "kind": "version_of"
    },
    {
      "from": "claim:nanny-is-minimal-orchestrator",
      "to": "agent:nanny",
      "kind": "asserts_about"
    }
  ]
}