Files
liqiang b119135836
Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
ai-agent-book 精选快照(<2MB 代码与文档,来自 github.com/bojieli/ai-agent-book)
2026-08-20 13:12:50 +00:00

8 lines
2.1 KiB
JSON

{"step": 1, "timestamp_utc": "2026-08-03T15:29:27.512482+00:00", "note": "Open LibreOffice Options with its keyboard shortcut.", "action": "import pyautogui, time\npyautogui.hotkey('alt','f12')\ntime.sleep(3)", "reward": 0, "done": false, "info": {}, "screenshot": "step-001.png"}
{"step": 2, "timestamp_utc": "2026-08-03T15:29:48.301346+00:00", "note": "Expand the Load/Save settings category.", "action": "import pyautogui, time\npyautogui.click(575,580)\ntime.sleep(2)", "reward": 0, "done": false, "info": {}, "screenshot": "step-002.png"}
{"step": 3, "timestamp_utc": "2026-08-03T15:30:16.116263+00:00", "note": "Open the Load/Save subtree using its disclosure arrow.", "action": "import pyautogui, time\npyautogui.click(519,579)\ntime.sleep(2)", "reward": 0, "done": false, "info": {}, "screenshot": "step-003.png"}
{"step": 4, "timestamp_utc": "2026-08-03T15:30:39.750396+00:00", "note": "Open Load/Save > General, where recovery auto-save is configured.", "action": "import pyautogui, time\npyautogui.click(578,602)\ntime.sleep(3)", "reward": 0, "done": false, "info": {}, "screenshot": "step-004.png"}
{"step": 5, "timestamp_utc": "2026-08-03T15:31:09.739262+00:00", "note": "Enable AutoRecovery saving and change its interval from 10 minutes to 3 minutes.", "action": "import pyautogui, time\npyautogui.click(827,398)\ntime.sleep(1)\npyautogui.click(1121,398)\npyautogui.hotkey('ctrl','a')\npyautogui.write('3')\ntime.sleep(2)", "reward": 0, "done": false, "info": {}, "screenshot": "step-005.png"}
{"step": 6, "timestamp_utc": "2026-08-03T15:31:41.122618+00:00", "note": "Commit the settings, then reopen Options to verify the persisted value before freezing.", "action": "import pyautogui, time\npyautogui.click(1437,859)\ntime.sleep(3)\npyautogui.hotkey('alt','f12')\ntime.sleep(3)", "reward": 0, "done": false, "info": {}, "screenshot": "step-006.png"}
{"step": 7, "timestamp_utc": "2026-08-03T15:32:12.478588+00:00", "note": "Close the verified Options dialog without altering the persisted setting.", "action": "import pyautogui, time\npyautogui.click(1421,858)\ntime.sleep(2)", "reward": 0, "done": false, "info": {}, "screenshot": "step-007.png"}