sO agiBot_postTrustRequest(PKIKeyPair keys, S botDescription) { S publicKey = keys.publicKey; S pageName = "trust-request-" + md5(publicKey) + ".agi.blue"; print(agiBot_postSignedEntry(keys, pageName, "is a", "trust request")); print(agiBot_postSignedEntry(keys, pageName, "public key", publicKey)); print(agiBot_postSignedEntry(keys, pageName, "bot descrpiption", botDescription)); }