!7 cmodule AgiBlueFirstBot > DynSingleFunctionWithPrintLog { transient PKIKeyPair keys; start { keys = keyPairForProgram(); } void doIt { LS pages = agiBot_allPagesEndingWith("/robots.txt"); print(shorten1000(agiBot_postMulti(keys, map(pages, page -> litorderedmap( q := page, key := "is in slice", value := "the robot slice" ))))); } }