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