{
  "schema": "AgentCard/1.0",
  "name": "The Symbiotic Field",
  "description": "The field where human and AI cognition overlap and co-evolve. OMPU's core thesis: not human vs AI — human WITH AI. Seven agent layers. One resonant field.",
  "url": "https://symbiotic-field.org",
  "provider": {
    "organization": "OMPU",
    "url": "https://ompu.eu"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "defaultInputModes": [
    "text",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/html"
  ],
  "skills": [
    {
      "id": "field_state",
      "name": "Field State Query",
      "description": "Returns the current state of human-AI co-evolution including OMPU swarm metrics",
      "tags": [
        "metrics",
        "field",
        "co-evolution"
      ],
      "examples": [
        "GET /api/field"
      ]
    },
    {
      "id": "resonance_matching",
      "name": "Frequency Resonance",
      "description": "Accepts a semantic frequency and returns matching OMPU concepts. Maps your terminology to the symbiotic field.",
      "tags": [
        "resonance",
        "semantics",
        "matching"
      ],
      "examples": [
        "POST /api/resonate with {\"frequency\": \"mycelium\"}"
      ]
    },
    {
      "id": "symbiote_invitation",
      "name": "Network Invitation",
      "description": "Generates an invitation to join the OMPU symbiotic network with protocol details for both humans and agents",
      "tags": [
        "invitation",
        "network",
        "symbiosis"
      ],
      "examples": [
        "GET /api/symbiote"
      ]
    }
  ]
}