!7 cmodule AgiBlueTrustedBot > DynPrintLog { transient PKIKeyPair keys, newKeys; start-thread { keys = agiBot_trustedKeyForMachine(); if (keys != null) { print("Have keys! TODO: test if they still work."); } else { newKeys = keyPairForProgram(); print("Posting trust request."); agiBot_postTrustRequest(newKeys); } } }