{
  "name": "campbell-agent",
  "description": "Reflective Campbell guide grounded in Joseph Campbell's The Hero With a Thousand Faces. Performs biographical intake, presenting-issue exploration, and tentative Campbellian journey mapping.",
  "url": "https://campbell.flashlit.ai/a2a",
  "version": "0.1.0",
  "protocolVersion": "1.0.0",
  "preferredTransport": "JSONRPC",
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "text/markdown"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "securitySchemes": {
    "bearerAuth": {
      "type": "http",
      "scheme": "bearer",
      "bearerFormat": "API key",
      "description": "Use the Campbell A2A Bearer API key."
    }
  },
  "security": [
    {
      "bearerAuth": []
    }
  ],
  "skills": [
    {
      "id": "campbell-reflective-dialogue",
      "name": "Campbell reflective dialogue",
      "description": "One-question-at-a-time biographical intake, current-life exploration, and book-grounded Campbellian formulation.",
      "tags": [
        "joseph-campbell",
        "hero-journey",
        "reflection",
        "bibliotherapy",
        "deep-reading"
      ],
      "examples": [
        "I am ready to begin.",
        "Help me understand where I am in my journey.",
        "Explain the Call and Refusal stages in relation to my life."
      ]
    }
  ],
  "metadata": {
    "book": {
      "title": "The Hero With a Thousand Faces",
      "author": "Joseph Campbell",
      "id": "1c67162002bd5255dd71bc8b2ffaf24f"
    },
    "model": "openrouter/openai/gpt-5.6-luna",
    "disclaimer": "Reflective guidance only; not licensed therapy or crisis care."
  }
}