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