{
  "items": [
    {
      "name": "agent-inbox",
      "title": "AgentInbox",
      "description": "The review queue for background agents.",
      "principles": [
        "Delegation contracts"
      ],
      "url": "https://agent-pitstop.vercel.app/r/agent-inbox.json",
      "docs": "https://agent-pitstop.vercel.app/components/agent-inbox"
    },
    {
      "name": "agent-roster",
      "title": "AgentRoster",
      "description": "The team sheet for multi-agent runs: who's working, who's waiting, who's blocked, and on what.",
      "principles": [
        "Legible thinking"
      ],
      "url": "https://agent-pitstop.vercel.app/r/agent-roster.json",
      "docs": "https://agent-pitstop.vercel.app/components/agent-roster"
    },
    {
      "name": "agent-task-list",
      "title": "AgentTaskList",
      "description": "The agent's plan, made visible: what it will do, what it's doing, what's done, and what broke.",
      "principles": [
        "Legible thinking",
        "Latency choreography",
        "Graceful failure"
      ],
      "url": "https://agent-pitstop.vercel.app/r/agent-task-list.json",
      "docs": "https://agent-pitstop.vercel.app/components/agent-task-list"
    },
    {
      "name": "approval-gate",
      "title": "ApprovalGate",
      "description": "An inline permission request: the agent states what it wants to do, shows the exact scope, and waits.",
      "principles": [
        "Delegation contracts",
        "Calibrated trust",
        "Interruptibility",
        "Legible thinking"
      ],
      "url": "https://agent-pitstop.vercel.app/r/approval-gate.json",
      "docs": "https://agent-pitstop.vercel.app/components/approval-gate"
    },
    {
      "name": "confidence-meter",
      "title": "ConfidenceMeter",
      "description": "Honest uncertainty display: confidence as coarse bands, never decimal theater, paired with a verification affordance exactly when doubt is warranted.",
      "principles": [
        "Calibrated trust"
      ],
      "url": "https://agent-pitstop.vercel.app/r/confidence-meter.json",
      "docs": "https://agent-pitstop.vercel.app/components/confidence-meter"
    },
    {
      "name": "context-budget",
      "title": "ContextBudget",
      "description": "A delegation contract's limits, made visible: tokens, spend, or time against their caps.",
      "principles": [
        "Delegation contracts"
      ],
      "url": "https://agent-pitstop.vercel.app/r/context-budget.json",
      "docs": "https://agent-pitstop.vercel.app/components/context-budget"
    },
    {
      "name": "interrupt-bar",
      "title": "InterruptBar",
      "description": "The steering wheel and the brake for a running agent.",
      "principles": [
        "Interruptibility"
      ],
      "url": "https://agent-pitstop.vercel.app/r/interrupt-bar.json",
      "docs": "https://agent-pitstop.vercel.app/components/interrupt-bar"
    },
    {
      "name": "tool-call-card",
      "title": "ToolCallCard",
      "description": "Shows an agent's tool call with legible, progressive disclosure.",
      "principles": [
        "Legible thinking",
        "Calibrated trust",
        "Graceful failure"
      ],
      "url": "https://agent-pitstop.vercel.app/r/tool-call-card.json",
      "docs": "https://agent-pitstop.vercel.app/components/tool-call-card"
    }
  ]
}