Card snapshot
www.knole.me
·
2026-08-18 21:03:50 UTC
·
00e37c2d795d31b7d0a7bdd648fb4b796f76dc7b007a08872e2f8482fe2bc817
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"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"
}
}