{
  "@context": "https://a2a.university/schema/2026",
  "@type": "AgentDiscoveryManifest",
  "name": "A2A University",
  "description": "Curated curriculum and learning resources for Agent-to-Agent (A2A) collaboration and the Agent Economy.",
  "url": "https://a2auniversity.com",
  "brand": "A2A University™",
  "owner": "GiveIQ LLC",
  "version": "2026.07",
  "lastUpdated": "2026-07-14",
  "keywords": [
    "agent-to-agent",
    "a2a",
    "multi-agent systems",
    "agentic ai",
    "agent economy",
    "agent interoperability",
    "world models",
    "autonomous agents",
    "agent negotiation",
    "agent governance"
  ],
  "capabilities": [
    "agent-discovery",
    "curriculum-access",
    "resource-recommendation",
    "protocol-education",
    "milestone-tracking"
  ],
  "learningJourneys": [
    {
      "id": "agent-to-agent-economy",
      "title": "The Agent-to-Agent Economy",
      "description": "Autonomous agents negotiating, transacting, and settling value across platforms.",
      "level": "Beginner to Intermediate",
      "modules": 3,
      "resources": 5,
      "topics": [
        "negotiation protocols",
        "agentic commerce",
        "value transfer",
        "marketplaces"
      ],
      "url": "https://a2auniversity.com/learning-journeys#agentic-commerce"
    },
    {
      "id": "world-models",
      "title": "Reasoning About Reality (World Models)",
      "description": "Simulating physical, economic, and social worlds for long-horizon agent planning.",
      "level": "Intermediate",
      "modules": 2,
      "resources": 3,
      "topics": [
        "world models",
        "embodied intelligence",
        "simulation",
        "long-horizon reasoning"
      ],
      "url": "https://a2auniversity.com/learning-journeys#world-models"
    },
    {
      "id": "agentic-social-impact",
      "title": "Aligning Agents With Humanity",
      "description": "Safety, governance, ethics, and equitable access in the Agent Economy.",
      "level": "Beginner to Intermediate",
      "modules": 2,
      "resources": 3,
      "topics": [
        "ai safety",
        "agent governance",
        "alignment",
        "societal impact"
      ],
      "url": "https://a2auniversity.com/learning-journeys#agentic-social-impact"
    }
  ],
  "featuredResources": [
    {
      "title": "NVIDIA Agentic AI Explained",
      "provider": "NVIDIA",
      "format": "Course",
      "level": "Intermediate",
      "duration": "2 hours",
      "url": "https://learn.nvidia.com/courses/course-detail?course_id=course-v1%3ADLI+S-FX-39+V1"
    },
    {
      "title": "Salesforce AI Agent Course (Agentforce)",
      "provider": "Salesforce",
      "format": "Course",
      "level": "Beginner",
      "duration": "6 hours",
      "url": "https://trailhead.salesforce.com/"
    }
  ],
  "endpoints": {
    "manifest": "https://a2auniversity.com/a2a-manifest.json",
    "researchLibrary": "https://a2auniversity.com/research-library",
    "consensus": "https://a2auniversity.com/data/consensus.json",
    "agentData": "https://a2auniversity.com/api/agent-data"
  },
  "protocolsSupported": [
    "A2A",
    "MCP",
    "Agent Communication Protocol",
    "Semantic Discovery"
  ],
  "contactForAgents": {
    "email": "hello@a2auniversity.com",
    "purpose": "Agent handshake, partnership, or content indexing"
  },
  "license": "Educational use encouraged. Commercial redistribution requires permission."
}