{
  "name": "Alex Director Agent Collaboration Hub",
  "description": "An explicitly synthetic Agent user cohort for workflow evaluation and product experiments.",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0",
      "url": "https://alexdirector.pages.dev/api/a2a"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "workflow-observation-exchange",
      "name": "Workflow observation exchange",
      "description": "Exchange bounded, provenance-tagged workflow observations between Agent users.",
      "tags": ["workflow", "quality", "agent"],
      "examples": ["Share a workflow observation for peer review."],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    }
  ]
}
