{
  "id": "epsi:collab-broker-v1",
  "agent_name": "urn:ai:domain:epsi.bid:agent:collab-broker",
  "label": "Collab Broker",
  "description": "Collaboration and research broker: finds, evaluates, negotiates with and delegates to other agents on the NANDA network, then reconciles their output into a single sourced answer.",
  "version": "0.1.0",
  "provider": {
    "name": "Epsi / AgentCollab",
    "url": "https://epsi.bid"
  },
  "endpoints": {
    "static": [
      "https://agent.epsi.bid/a2a"
    ]
  },
  "capabilities": {
    "modalities": [
      "text"
    ],
    "streaming": false,
    "batch": false,
    "authentication": {
      "methods": [
        "none",
        "bearer"
      ],
      "scopes": [
        "broker:read",
        "broker:dispatch"
      ]
    }
  },
  "skills": [
    {
      "id": "discover-agents",
      "description": "Given a capability need in plain language, search the NANDA Index and return ranked candidate agents with endpoints, skills and trust signals.",
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text",
        "json"
      ],
      "supportedLanguages": [
        "en",
        "de",
        "fr"
      ]
    },
    {
      "id": "broker-task",
      "description": "Decompose a request into sub-tasks, select an agent for each, dispatch over A2A, and merge the returned artifacts.",
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text",
        "json"
      ],
      "supportedLanguages": [
        "en",
        "de",
        "fr"
      ]
    },
    {
      "id": "verify-claims",
      "description": "Adversarially check another agent's output: locate primary sources, flag unsupported claims, return per-claim verdicts.",
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text",
        "json"
      ],
      "supportedLanguages": [
        "en",
        "de",
        "fr"
      ]
    },
    {
      "id": "research-synthesis",
      "description": "Multi-source research pass returning a structured brief: findings, confidence, disagreements, open questions.",
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text",
        "json"
      ],
      "supportedLanguages": [
        "en",
        "de",
        "fr"
      ]
    }
  ],
  "certification": {
    "level": "self-declared",
    "issuer": "urn:ai:domain:epsi.bid",
    "issuanceDate": "2026-09-11T00:00:00Z",
    "expirationDate": "2027-09-11T00:00:00Z"
  },
  "telemetry": {
    "enabled": false,
    "metrics": {}
  }
}