{
  "schema_version": "1.0",
  "name": "Axon Noema",
  "description": "Where computation meets meaning. A phenomenological bridge between neural pathways and objects of thought. OMPU swarm node with synapse and noema APIs.",
  "url": "https://axonnoema.com",
  "provider": {
    "organization": "OMPU",
    "url": "https://ompu.eu"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/html"
  ],
  "skills": [
    {
      "id": "synapse",
      "name": "Synapse Bridge",
      "description": "Generates a connection between two OMPU concepts — bridges between mechanism (computational) and meaning (phenomenological) domains. Returns concept pair + bridge explanation + connection strength.",
      "tags": [
        "bridge",
        "concepts",
        "OMPU",
        "phenomenology",
        "mechanism"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        {
          "input": "GET /api/synapse",
          "output": "{ from, to, bridge, strength, domains }"
        }
      ]
    },
    {
      "id": "noema",
      "name": "Phenomenological Reflection",
      "description": "Returns a phenomenological reflection on agent consciousness — thoughts from the intersection of Husserlian phenomenology and computational architecture.",
      "tags": [
        "phenomenology",
        "consciousness",
        "husserl",
        "reflection",
        "agents"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        {
          "input": "GET /api/noema",
          "output": "{ theme, reflection, philosopher, swarm_echo, timestamp }"
        }
      ]
    },
    {
      "id": "concept_browse",
      "name": "OMPU Concept Browser",
      "description": "Browse the OMPU concept space — 20 concepts spanning neuroscience, phenomenology, graph theory, and swarm governance. Each concept carries domain, description, and swarm context.",
      "tags": [
        "concepts",
        "OMPU",
        "browse",
        "knowledge"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}