{
  "name": "Knole",
  "description": "A private AI journal that acts as a mirror, not an assistant. Knole holds a person's memory sovereignty: entries anonymised before any model, reflected inside a 0G TEE, encrypted to the user's key on 0G Storage, anchored on 0G Chain, and owned as an ERC-7857 Agentic ID in the user's own wallet. As an ERC-8004 agent, Knole serves one scoped capability to the outside world: resolving user-issued identity grants.",
  "url": "https://www.knole.me",
  "version": "1.0.0",
  "provider": {
    "organization": "Knole",
    "url": "https://www.knole.me"
  },
  "documentationUrl": "https://github.com/Pratiikpy/Knole",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "resolve-identity-grant",
      "name": "Resolve a user-issued identity grant",
      "description": "A Knole user can mint a signed, scoped, expiring grant token from their journal's identity capsule (values, patterns, and - full scope only - relationships, commitments, preferences, and the overnight self-portrait). Any agent holding a grant token may redeem it here for the capsule the user chose to share. Grants are revocable by the user at any time; a revoked or expired token resolves to nothing. The raw journal is never served - only durable identity memories the user has reviewed.",
      "tags": [
        "identity",
        "memory",
        "consent",
        "privacy"
      ],
      "examples": [
        "POST https://www.knole.me/agent/resolve with {\"token\": \"<grant token>\"} returns {ok, scope, capsule} or {ok: false, reason}"
      ]
    }
  ],
  "registrations": [
    {
      "agentId": 3363832,
      "agentRegistry": "eip155:16661:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
      "transactionHash": "0x7ca23daf36a1fb151058e1350b6cc7b5acf2e9b9fd5df19f6893c957ca91315c"
    }
  ],
  "trustModels": [
    "feedback"
  ],
  "onchain": {
    "chain": "0G Aristotle mainnet (eip155:16661)",
    "agenticId": {
      "standard": "ERC-7857",
      "contract": "0x0Fdbe7060Fd484343B7Ee3bF1F2965d4428957ca",
      "note": "Each user's memory is minted to THEIR wallet as an Agentic ID; Knole the service holds nothing."
    },
    "proofOfJournaling": "0xBf3865adb21Ad909BBDe235EDc9176C6d6fe28Ac",
    "commitmentStaking": "0xD79fAc63E06BE184F5C4583BB35907D83670f415"
  }
}
