id
stringlengths
11
17
event
stringlengths
4.36k
471k
metadata
stringlengths
410
596
config
stringlengths
805
4.2k
hooker
stringlengths
0
12.8k
handler
stringlengths
535
15.2k
zotero/task01
[{"time_stamp": 133263.040029419, "action": "move", "x": 846, "y": 99}, {"time_stamp": 133263.054306319, "action": "move", "x": 845, "y": 101}, {"time_stamp": 133263.058704479, "action": "move", "x": 842, "y": 102}, {"time_stamp": 133263.065199412, "action": "move", "x": 841, "y": 103}, {"time_stamp": 133263.073820693,...
{"system": "Linux", "node": "shanmu", "release": "6.14.5-arch1-1", "version": "#1 SMP PREEMPT_DYNAMIC Sat, 03 May 2025 13:34:12 +0000", "machine": "x86_64", "processor": "x86_64", "id": 123260073757607, "screen_width": 1024, "screen_height": 768, "model": "MS-7D42", "scroll_direction": 1, "start_time": "2025-05-16 03:2...
{"task_id": "task01_add_collection", "task_name": "add_collection", "description": "\u5728Zotero\u4e2d\u6dfb\u52a0\u5206\u7c7b", "application_info": {"type": "electron", "name": "zotero", "executable_path": "apps/zotero/app/scripts/build_and_run", "args": ["-r"]}, "task_parameters": {"collection_name": "virtualization"...
// // hookClient.js // const http = require('http'); // const { URL } = require('url'); // // 基础配置 // const HOOKER_SERVER_HOST = 'localhost'; // const HOOKER_SERVER_PORT = 5002; // const REQUEST_TIMEOUT = 5000; // 5秒超时 // function sendRequest(path) { // return new Promise((resolve, reject) => { // const u...
import os import json import time from typing import Dict, Any, Optional, Callable, List import sqlite3 import platform import shutil def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: global _EVALUATOR, _CONFIG, _START_TIME event_type ...
zotero/task02
[{"time_stamp": 133377.264835284, "action": "move", "x": 877, "y": 93}, {"time_stamp": 133377.27423409, "action": "move", "x": 875, "y": 95}, {"time_stamp": 133377.281883413, "action": "move", "x": 871, "y": 99}, {"time_stamp": 133377.294100363, "action": "move", "x": 867, "y": 103}, {"time_stamp": 133377.297191185, "a...
{"system": "Linux", "node": "shanmu", "release": "6.14.5-arch1-1", "version": "#1 SMP PREEMPT_DYNAMIC Sat, 03 May 2025 13:34:12 +0000", "machine": "x86_64", "processor": "x86_64", "id": 123260073757607, "screen_width": 1024, "screen_height": 768, "model": "MS-7D42", "scroll_direction": 1, "start_time": "2025-05-16 03:3...
{"task_id": "task02_add_sub_collection", "task_name": "add_sub_collection", "description": "\u5728Zotero\u5206\u7c7b\u4e2d\u4e2d\u6dfb\u52a0\u5b50\u5206\u7c7b", "application_info": {"type": "electron", "name": "zotero", "executable_path": "apps/zotero/app/scripts/build_and_run", "args": ["-r"]}, "task_parameters": {"su...
// // hookClient.js // const http = require('http'); // const { URL } = require('url'); // // 基础配置 // const SERVER_HOST = 'localhost'; // const SERVER_PORT = 5001; // function sendRequest(path, params = {}) { // return new Promise((resolve, reject) => { // const url = new URL(`http://${SERVER_HOST}:${SERV...
import os import json import time from typing import Dict, Any, Optional, Callable, List import shutil import sqlite3 import platform def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: event_type = message.get('event_type') if event_type...
zotero/task03
[{"time_stamp": 133474.763175919, "action": "move", "x": 862, "y": 102}, {"time_stamp": 133474.7781968, "action": "move", "x": 862, "y": 100}, {"time_stamp": 133474.783525948, "action": "move", "x": 861, "y": 99}, {"time_stamp": 133474.790336237, "action": "move", "x": 859, "y": 98}, {"time_stamp": 133474.799097038, "a...
{"system": "Linux", "node": "shanmu", "release": "6.14.5-arch1-1", "version": "#1 SMP PREEMPT_DYNAMIC Sat, 03 May 2025 13:34:12 +0000", "machine": "x86_64", "processor": "x86_64", "id": 123260073757607, "screen_width": 1024, "screen_height": 768, "model": "MS-7D42", "scroll_direction": 1, "start_time": "2025-05-16 03:3...
{"task_id": "03", "task_name": "add_item", "description": "\u5728Zotero\u5206\u7c7b\u4e2d\u4e2d\u6dfb\u52a0\u6761\u76ee", "application_info": {"type": "electron", "name": "zotero", "executable_path": "apps/zotero/app/scripts/build_and_run", "args": ["-r"]}, "task_parameters": {"collection_name": "virtualization", "item...
// // hookClient.js // const http = require('http'); // const { URL } = require('url'); // // 基础配置 // const SERVER_HOST = 'localhost'; // const SERVER_PORT = 5001; // function sendRequest(path, params = {}) { // return new Promise((resolve, reject) => { // const url = new URL(`http://${SERVER_HOST}:${SERV...
import os import json import time from typing import Dict, Any, Optional, List import shutil import sqlite3 import platform def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: print("message_handler 处理消息 message:", message) event_type = ...
zotero/task04
[{"time_stamp": 133602.189183373, "action": "move", "x": 863, "y": 93}, {"time_stamp": 133602.19322355, "action": "move", "x": 861, "y": 93}, {"time_stamp": 133602.203220888, "action": "move", "x": 859, "y": 93}, {"time_stamp": 133602.206584271, "action": "move", "x": 857, "y": 94}, {"time_stamp": 133602.21595266, "act...
{"system": "Linux", "node": "shanmu", "release": "6.14.5-arch1-1", "version": "#1 SMP PREEMPT_DYNAMIC Sat, 03 May 2025 13:34:12 +0000", "machine": "x86_64", "processor": "x86_64", "id": 123260073757607, "screen_width": 1024, "screen_height": 768, "model": "MS-7D42", "scroll_direction": 1, "start_time": "2025-05-16 03:3...
{"task_id": "04", "task_name": "add_item_file", "description": "\u5728Zotero\u6761\u76ee\u4e2d\u6dfb\u52a0pdf\u9644\u4ef6", "application_info": {"type": "electron", "name": "zotero", "executable_path": "apps/zotero/app/scripts/build_and_run", "args": ["-r"]}, "task_parameters": {"item_desc": "10.1109/TC.2024.3383966", ...
// // hookClient.js // const http = require('http'); // const { URL } = require('url'); // // 基础配置 // const SERVER_HOST = 'localhost'; // const SERVER_PORT = 5001; // function sendRequest(path, params = {}) { // return new Promise((resolve, reject) => { // const url = new URL(`http://${SERVER_HOST}:${SERV...
import os import json import time from typing import Dict, Any, Optional, List import shutil import sqlite3 import platform def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: """ 处理从钩子脚本接收的消息 Args: message: injector消息对象 ...
zotero/task05
[{"time_stamp": 133748.22147268, "action": "move", "x": 827, "y": 97}, {"time_stamp": 133748.229856093, "action": "move", "x": 824, "y": 97}, {"time_stamp": 133748.240580221, "action": "move", "x": 821, "y": 99}, {"time_stamp": 133748.247488449, "action": "move", "x": 818, "y": 100}, {"time_stamp": 133748.25510598, "ac...
{"system": "Linux", "node": "shanmu", "release": "6.14.5-arch1-1", "version": "#1 SMP PREEMPT_DYNAMIC Sat, 03 May 2025 13:34:12 +0000", "machine": "x86_64", "processor": "x86_64", "id": 123260073757607, "screen_width": 1024, "screen_height": 768, "model": "MS-7D42", "scroll_direction": 1, "start_time": "2025-05-16 03:3...
{"task_id": "05", "task_name": "add_item_tag", "description": "\u5728Zotero\u6761\u76ee\u4e2d\u6dfb\u52a0\u6807\u7b7e", "application_info": {"type": "electron", "name": "zotero", "executable_path": "apps/zotero/app/scripts/build_and_run", "args": ["-r"]}, "task_parameters": {"item_desc": "Multi-Grained", "tag": "Contai...
// // hookClient.js // const http = require('http'); // const { URL } = require('url'); // // 基础配置 // const SERVER_HOST = 'localhost'; // const SERVER_PORT = 5001; // function sendRequest(path, params = {}) { // return new Promise((resolve, reject) => { // const url = new URL(`http://${SERVER_HOST}:${SERV...
import os import json import time from typing import Dict, Any, Optional, List import shutil import sqlite3 import platform def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: event_type = message.get('event_type') if event_type == 'item...
zotero/task06
[{"time_stamp": 133989.539138891, "action": "move", "x": 851, "y": 89}, {"time_stamp": 133989.542712869, "action": "move", "x": 848, "y": 89}, {"time_stamp": 133989.556226447, "action": "move", "x": 844, "y": 90}, {"time_stamp": 133989.559337887, "action": "move", "x": 841, "y": 91}, {"time_stamp": 133989.567151489, "a...
{"system": "Linux", "node": "shanmu", "release": "6.14.5-arch1-1", "version": "#1 SMP PREEMPT_DYNAMIC Sat, 03 May 2025 13:34:12 +0000", "machine": "x86_64", "processor": "x86_64", "id": 123260073757607, "screen_width": 1024, "screen_height": 768, "model": "MS-7D42", "scroll_direction": 1, "start_time": "2025-05-16 03:4...
{"task_id": "06", "task_name": "add_item_to_collection", "description": "\u5c06Zotero\u6761\u76ee\u6dfb\u52a0\u81f3\u5176\u4ed6\u5206\u7c7b", "application_info": {"type": "electron", "name": "zotero", "executable_path": "apps/zotero/app/scripts/build_and_run", "args": ["-r"]}, "task_parameters": {"item_desc": "Multi-Gr...
// // hookClient.js // const http = require('http'); // const { URL } = require('url'); // // 基础配置 // const SERVER_HOST = 'localhost'; // const SERVER_PORT = 5001; // function sendRequest(path, params = {}) { // return new Promise((resolve, reject) => { // const url = new URL(`http://${SERVER_HOST}:${SERV...
import os import json import time from typing import Dict, Any, Optional, List import shutil import sqlite3 import platform def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: event_type = message.get('event_type') if event_type == 'item_...
zotero/task07
[{"time_stamp": 134117.719165958, "action": "move", "x": 815, "y": 95}, {"time_stamp": 134117.728023899, "action": "move", "x": 812, "y": 95}, {"time_stamp": 134117.734504755, "action": "move", "x": 809, "y": 95}, {"time_stamp": 134117.74210379, "action": "move", "x": 803, "y": 96}, {"time_stamp": 134117.751184604, "ac...
{"system": "Linux", "node": "shanmu", "release": "6.14.5-arch1-1", "version": "#1 SMP PREEMPT_DYNAMIC Sat, 03 May 2025 13:34:12 +0000", "machine": "x86_64", "processor": "x86_64", "id": 123260073757607, "screen_width": 1024, "screen_height": 768, "model": "MS-7D42", "scroll_direction": 1, "start_time": "2025-05-16 03:4...
{"task_id": "07", "task_name": "restore_item", "description": "\u5c06Zotero Trash\u4e2d\u7684\u6761\u76ee\u6062\u590d", "application_info": {"type": "electron", "name": "zotero", "executable_path": "apps/zotero/app/scripts/build_and_run", "args": ["-r"]}, "task_parameters": {"item_desc": "Multi-Grained"}, "instruction_...
// // hookClient.js // const http = require('http'); // const { URL } = require('url'); // // 基础配置 // const SERVER_HOST = 'localhost'; // const SERVER_PORT = 5001; // function sendRequest(path, params = {}) { // return new Promise((resolve, reject) => { // const url = new URL(`http://${SERVER_HOST}:${SERV...
import os import json import time from typing import Dict, Any, Optional, List import shutil import sqlite3 import platform def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: event_type = message.get('event_type') if event_type == 'item_...
zotero/task08
[{"time_stamp": 134213.521453739, "action": "move", "x": 860, "y": 100}, {"time_stamp": 134213.534162774, "action": "move", "x": 853, "y": 102}, {"time_stamp": 134213.538763476, "action": "move", "x": 843, "y": 108}, {"time_stamp": 134213.545971278, "action": "move", "x": 838, "y": 110}, {"time_stamp": 134213.553315073...
{"system": "Linux", "node": "shanmu", "release": "6.14.5-arch1-1", "version": "#1 SMP PREEMPT_DYNAMIC Sat, 03 May 2025 13:34:12 +0000", "machine": "x86_64", "processor": "x86_64", "id": 123260073757607, "screen_width": 1024, "screen_height": 768, "model": "MS-7D42", "scroll_direction": 1, "start_time": "2025-05-16 03:4...
{"task_id": "08", "task_name": "change_font_size", "description": "\u8c03\u6574Zotero\u5b57\u4f53\uff0c\u4f7f\u5b57\u4f53\u53d8\u5927", "application_info": {"type": "electron", "name": "zotero", "executable_path": "apps/zotero/app/scripts/build_and_run", "args": ["-r"]}, "task_parameters": {}, "instruction_template": "...
// // hookClient.js // const http = require('http'); // const { URL } = require('url'); // // 基础配置 // const SERVER_HOST = 'localhost'; // const SERVER_PORT = 5001; // function sendRequest(path, params = {}) { // return new Promise((resolve, reject) => { // const url = new URL(`http://${SERVER_HOST}:${SERV...
import os import json import time from typing import Dict, Any, Optional, List def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: event_type = message.get('event_type') if event_type == 'font_size_changed_bigger': if check_font_s...
zotero/task09
[{"time_stamp": 134327.701187443, "action": "move", "x": 844, "y": 98}, {"time_stamp": 134327.707285308, "action": "move", "x": 840, "y": 98}, {"time_stamp": 134327.715368171, "action": "move", "x": 834, "y": 99}, {"time_stamp": 134327.725127283, "action": "move", "x": 828, "y": 100}, {"time_stamp": 134327.730695435, "...
{"system": "Linux", "node": "shanmu", "release": "6.14.5-arch1-1", "version": "#1 SMP PREEMPT_DYNAMIC Sat, 03 May 2025 13:34:12 +0000", "machine": "x86_64", "processor": "x86_64", "id": 123260073757607, "screen_width": 1024, "screen_height": 768, "model": "MS-7D42", "scroll_direction": 1, "start_time": "2025-05-16 03:4...
{"task_id": "09", "task_name": "change_pdf_reader", "description": "\u8c03\u6574Zotero pdf \u9605\u8bfb\u5668", "application_info": {"type": "electron", "name": "zotero", "executable_path": "apps/zotero/app/scripts/build_and_run", "args": ["-r"]}, "task_parameters": {"pdf_reader_path": "/home/agent/pdf_reader"}, "instr...
// // hookClient.js // const http = require('http'); // const { URL } = require('url'); // // 基础配置 // const SERVER_HOST = 'localhost'; // const SERVER_PORT = 5001; // function sendRequest(path, params = {}) { // return new Promise((resolve, reject) => { // const url = new URL(`http://${SERVER_HOST}:${SERV...
import os import json import time from typing import Dict, Any, Optional, List def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: event_type = message.get('event_type') if event_type == 'pdf_reader_changed': # 检查 PDF 阅读器是否已更改 ...
zotero/task10
[{"time_stamp": 134436.270338493, "action": "move", "x": 831, "y": 103}, {"time_stamp": 134436.278374055, "action": "move", "x": 822, "y": 104}, {"time_stamp": 134436.285190324, "action": "move", "x": 811, "y": 108}, {"time_stamp": 134436.29619385, "action": "move", "x": 806, "y": 110}, {"time_stamp": 134436.301889315,...
{"system": "Linux", "node": "shanmu", "release": "6.14.5-arch1-1", "version": "#1 SMP PREEMPT_DYNAMIC Sat, 03 May 2025 13:34:12 +0000", "machine": "x86_64", "processor": "x86_64", "id": 123260073757607, "screen_width": 1024, "screen_height": 768, "model": "MS-7D42", "scroll_direction": 1, "start_time": "2025-05-16 03:4...
{"task_id": "10", "task_name": "add_related_item", "description": "\u6dfb\u52a0\u76f8\u5173\u6587\u732e", "application_info": {"type": "electron", "name": "zotero", "executable_path": "apps/zotero/app/scripts/build_and_run", "args": ["-r"]}, "task_parameters": {"target_item_desc": "Multi-Grained"}, "instruction_templat...
// // hookClient.js // const http = require('http'); // const { URL } = require('url'); // // 基础配置 // const SERVER_HOST = 'localhost'; // const SERVER_PORT = 5001; // function sendRequest(path, params = {}) { // return new Promise((resolve, reject) => { // const url = new URL(`http://${SERVER_HOST}:${SERV...
import os import json import time from typing import Dict, Any, Optional, List import shutil import sqlite3 import platform def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: event_type = message.get('event_type') if event_type == 'relat...
zotero/task11
[{"time_stamp": 134932.387135621, "action": "move", "x": 864, "y": 95}, {"time_stamp": 134932.397423524, "action": "move", "x": 855, "y": 100}, {"time_stamp": 134932.404051856, "action": "move", "x": 849, "y": 103}, {"time_stamp": 134932.408635953, "action": "move", "x": 838, "y": 108}, {"time_stamp": 134932.416321095,...
{"system": "Linux", "node": "shanmu", "release": "6.14.5-arch1-1", "version": "#1 SMP PREEMPT_DYNAMIC Sat, 03 May 2025 13:34:12 +0000", "machine": "x86_64", "processor": "x86_64", "id": 123260073757607, "screen_width": 1024, "screen_height": 768, "model": "MS-7D42", "scroll_direction": 1, "start_time": "2025-05-16 03:5...
{"task_id": "11", "task_name": "batch_export_items_by_tag", "description": "\u6839\u636etag\u6279\u91cf\u5bfc\u51fa\u6761\u76ee", "application_info": {"type": "electron", "name": "zotero", "executable_path": "apps/zotero/app/scripts/build_and_run", "args": ["-r"]}, "task_parameters": {"tag": "zotero-test", "export_path...
import os import json import time from typing import Dict, Any, Optional, Set, Dict, List import enum def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: event_type = message.get('event_type') if event_type == 'exported_items_by_tag': ...
zotero/task12
[{"time_stamp": 135193.150292036, "action": "move", "x": 859, "y": 102}, {"time_stamp": 135193.160109669, "action": "move", "x": 852, "y": 107}, {"time_stamp": 135193.16452738, "action": "move", "x": 837, "y": 117}, {"time_stamp": 135193.171481467, "action": "move", "x": 824, "y": 124}, {"time_stamp": 135193.190179146,...
{"system": "Linux", "node": "shanmu", "release": "6.14.5-arch1-1", "version": "#1 SMP PREEMPT_DYNAMIC Sat, 03 May 2025 13:34:12 +0000", "machine": "x86_64", "processor": "x86_64", "id": 123260073757607, "screen_width": 1024, "screen_height": 768, "model": "MS-7D42", "scroll_direction": 1, "start_time": "2025-05-16 04:0...
{"task_id": "12", "task_name": "move_items_by_tag", "description": "\u6839\u636etag\u6279\u91cf\u79fb\u52a8\u6761\u76ee", "application_info": {"type": "electron", "name": "zotero", "executable_path": "apps/zotero/app/scripts/build_and_run", "args": ["-r"]}, "task_parameters": {"tag": "agent-test", "move_collection_desc...
import os import json import time from typing import Dict, Any, Optional, List import shutil import sqlite3 import platform def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: event_type = message.get('event_type') # TODO: 这里可能需要一个item一个i...
zotero/task13
[{"time_stamp": 135375.122228263, "action": "move", "x": 840, "y": 106}, {"time_stamp": 135375.129559827, "action": "move", "x": 832, "y": 111}, {"time_stamp": 135375.136279446, "action": "move", "x": 826, "y": 115}, {"time_stamp": 135375.149238835, "action": "move", "x": 820, "y": 119}, {"time_stamp": 135375.152348302...
{"system": "Linux", "node": "shanmu", "release": "6.14.5-arch1-1", "version": "#1 SMP PREEMPT_DYNAMIC Sat, 03 May 2025 13:34:12 +0000", "machine": "x86_64", "processor": "x86_64", "id": 123260073757607, "screen_width": 1024, "screen_height": 768, "model": "MS-7D42", "scroll_direction": 1, "start_time": "2025-05-16 04:0...
{"task_id": "13", "task_name": "export_reference", "description": "\u5bfc\u51fa\u6240\u9009\u6761\u76ee\u53c2\u8003\u6587\u732e\u8868", "application_info": {"type": "electron", "name": "zotero", "executable_path": "apps/zotero/app/scripts/build_and_run", "args": ["-r"]}, "task_parameters": {"item_desc": "Multi-Grained"...
import os import json import time from typing import Dict, Any, Optional, Set, Dict, List import enum def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: event_type = message.get('event_type') if event_type == 'reference_exported': ...
zotero/task14
[{"time_stamp": 135498.39521411, "action": "move", "x": 887, "y": 99}, {"time_stamp": 135498.400400206, "action": "move", "x": 883, "y": 104}, {"time_stamp": 135498.408742582, "action": "move", "x": 879, "y": 109}, {"time_stamp": 135498.416719823, "action": "move", "x": 870, "y": 116}, {"time_stamp": 135498.424145118, ...
{"system": "Linux", "node": "shanmu", "release": "6.14.5-arch1-1", "version": "#1 SMP PREEMPT_DYNAMIC Sat, 03 May 2025 13:34:12 +0000", "machine": "x86_64", "processor": "x86_64", "id": 123260073757607, "screen_width": 1024, "screen_height": 768, "model": "MS-7D42", "scroll_direction": 1, "start_time": "2025-05-16 04:0...
{"task_id": "14", "task_name": "generate_tag_of_item", "description": "\u6839\u636e\u6761\u76eepdf\u6587\u4ef6\u751f\u6210tags", "application_info": {"type": "electron", "name": "zotero", "executable_path": "apps/zotero/app/scripts/build_and_run", "args": ["-r"]}, "task_parameters": {"item_desc": "Multi-Grained"}, "ins...
import os import json import time from typing import Dict, Any, Optional, List import shutil import sqlite3 import platform def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: event_type = message.get('event_type') if event_type == 'gene...
zotero/task15
[{"time_stamp": 135698.119155731, "action": "move", "x": 863, "y": 89}, {"time_stamp": 135698.134185632, "action": "move", "x": 857, "y": 87}, {"time_stamp": 135698.135716789, "action": "move", "x": 853, "y": 85}, {"time_stamp": 135698.145820403, "action": "move", "x": 851, "y": 85}, {"time_stamp": 135698.201300986, "a...
{"system": "Linux", "node": "shanmu", "release": "6.14.5-arch1-1", "version": "#1 SMP PREEMPT_DYNAMIC Sat, 03 May 2025 13:34:12 +0000", "machine": "x86_64", "processor": "x86_64", "id": 123260073757607, "screen_width": 1024, "screen_height": 768, "model": "MS-7D42", "scroll_direction": 1, "start_time": "2025-05-16 04:0...
{"task_id": "15", "task_name": "batch_import_items_by_dois", "description": "\u6839\u636ejson\u683c\u5f0f\u7684dois\u6587\u4ef6\uff0c\u6279\u91cf\u5411\u5f53\u524d\u5206\u7c7b\u5bfc\u5165\u6761\u76ee", "application_info": {"type": "electron", "name": "zotero", "executable_path": "apps/zotero/app/scripts/build_and_run",...
import os import json import time from typing import Dict, Any, Optional, List import shutil import sqlite3 import platform def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: event_type = message.get('event_type') if event_type == 'batch...
zotero/task16
[{"time_stamp": 135940.307083707, "action": "move", "x": 853, "y": 83}, {"time_stamp": 135940.321267375, "action": "move", "x": 852, "y": 84}, {"time_stamp": 135940.324054573, "action": "move", "x": 851, "y": 85}, {"time_stamp": 135940.333175809, "action": "move", "x": 850, "y": 85}, {"time_stamp": 135940.338576805, "a...
{"system": "Linux", "node": "shanmu", "release": "6.14.5-arch1-1", "version": "#1 SMP PREEMPT_DYNAMIC Sat, 03 May 2025 13:34:12 +0000", "machine": "x86_64", "processor": "x86_64", "id": 123260073757607, "screen_width": 1024, "screen_height": 768, "model": "MS-7D42", "scroll_direction": 1, "start_time": "2025-05-16 04:1...
{"task_id": "16", "task_name": "generate_github_url_to_note", "description": "\u6839\u636e\u6761\u76eepdf\u6587\u4ef6\u751f\u6210\u8bba\u6587\u5f00\u6e90\u4ed3\u5e93github\u94fe\u63a5\u7b14\u8bb0", "application_info": {"type": "electron", "name": "zotero", "executable_path": "apps/zotero/app/scripts/build_and_run", "ar...
import os import json import time from typing import Dict, Any, Optional, List import shutil import sqlite3 import platform import re def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: event_type = message.get('event_type') if event_typ...
obs-studio/task01
[{"time_stamp": 2207090.974085475, "action": "move", "x": 528, "y": 375}, {"time_stamp": 2207091.163794805, "action": "move", "x": 525, "y": 376}, {"time_stamp": 2207091.189403514, "action": "move", "x": 557, "y": 405}, {"time_stamp": 2207091.220263393, "action": "move", "x": 644, "y": 477}, {"time_stamp": 2207091.2523...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 07:41:37", ...
{"task_id": "01", "task_name": "start_recording", "description": "Start recording in obs-studio", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "instruction_template": "Please start recording in obs-studio", "evaluati...
// OBS Recording Update Monitor Hook Script // Used to monitor OBS recording update operations (function () { // Script settings const FUNCTION_NAME_StartRecording = "_ZN12SimpleOutput14StartRecordingEv"; // Send events to the evaluation system function sendEvent(eventType, data = {}) { const ...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- from typing import Dict, Any, Optional, List def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: payload = message.get("payload") if not payload or not isinstance(payload, dict): l...
obs-studio/task02
[{"time_stamp": 2207121.797202345, "action": "move", "x": 429, "y": 248}, {"time_stamp": 2207121.836597841, "action": "move", "x": 444, "y": 263}, {"time_stamp": 2207121.859511796, "action": "move", "x": 498, "y": 303}, {"time_stamp": 2207121.889013686, "action": "move", "x": 559, "y": 344}, {"time_stamp": 2207121.9343...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 07:42:07", ...
{"task_id": "02", "task_name": "stop_recording", "description": "Stop recording in obs-studio", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "instruction_template": "Please stop recording in obs-studio", "evaluation_...
// OBS recording update monitoring hook script // Used to monitor OBS recording update operations (function () { // Script settings const FUNCTION_obs_output_stop = "obs_output_stop"; const FUNCTION_obs_output_force_stop = "obs_output_force_stop"; // Send events to the evaluation system function s...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- from typing import Dict, Any, Optional, List def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: payload = message.get("payload") if not payload or not isinstance(payload, dict): l...
obs-studio/task03
[{"time_stamp": 2207202.997491376, "action": "move", "x": 166, "y": 261}, {"time_stamp": 2207203.029948113, "action": "move", "x": 142, "y": 327}, {"time_stamp": 2207203.054168791, "action": "move", "x": 124, "y": 413}, {"time_stamp": 2207203.082587828, "action": "move", "x": 104, "y": 491}, {"time_stamp": 2207203.1206...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 07:43:28", ...
{"task_id": "03", "task_name": "switch_scene", "description": "Set obs-studio scene", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "task_parameters": {"scene": "Scene"}, "instruction_template": "Please switch to scen...
// OBS scene switching hook script // Used to monitor OBS scene switching operations (function () { // Script settings const FUNCTION_SetCurrentScene = "_ZN8OBSBasic15SetCurrentSceneE10OBSSafeRefIP10obs_sourceXadL_Z18obs_source_get_refEEXadL_Z18obs_source_releaseEEEb"; // Send events to the evaluation sys...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- from typing import Dict, Any, Optional, List def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: payload = message.get("payload") if not payload or not isinstance(payload, dict): l...
obs-studio/task04
[{"time_stamp": 2207274.682734984, "action": "move", "x": 501, "y": 437}, {"time_stamp": 2207274.718218593, "action": "move", "x": 563, "y": 461}, {"time_stamp": 2207274.744247201, "action": "move", "x": 625, "y": 480}, {"time_stamp": 2207274.783083185, "action": "move", "x": 708, "y": 504}, {"time_stamp": 2207274.8184...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 07:44:40", ...
{"task_id": "04", "task_name": "set_transition", "description": "obs-studio change transition animation", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "task_parameters": {"transition": "fade_transition"}, "instructio...
// OBS scene switching hook script // Used to monitor OBS scene switching operations (function () { // Script settings const FUNCTION_SetTransition = "_ZN8OBSBasic13SetTransitionE10OBSSafeRefIP10obs_sourceXadL_Z18obs_source_get_refEEXadL_Z18obs_source_releaseEEE"; const OFFSET_info = 0x150; const MESSA...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- from typing import Dict, Any, Optional, List def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: payload = message.get("payload") if not payload or not isinstance(payload, dict): l...
obs-studio/task05
[{"time_stamp": 2207308.244298662, "action": "move", "x": 697, "y": 449}, {"time_stamp": 2207308.277237457, "action": "move", "x": 698, "y": 453}, {"time_stamp": 2207308.309110266, "action": "move", "x": 699, "y": 463}, {"time_stamp": 2207308.343217878, "action": "move", "x": 709, "y": 480}, {"time_stamp": 2207308.3686...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 07:45:14", ...
{"task_id": "05", "task_name": "set_stream_service", "description": "obs-studio set streaming service", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "task_parameters": {"stream_service": "Twitch"}, "instruction_templ...
(function () { // Script settings const FUNCTION_NAME = "OBSBasicSettings::SaveStream1Settings"; const FUNCTION_SYMBOL = "_ZN16OBSBasicSettings19SaveStream1SettingsEv"; const EVENT_ON_ENTER = "function called"; const EVENT_ON_LEAVE = "function returned"; const EVENT_ON_SUCCESS = "current_stream...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- from typing import Dict, Any, Optional, List _EVENT_SUCCESS = "current_stream_service" _PAYLOAD_SUCCESS = "stream_service" def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: payload = messag...
obs-studio/task06
[{"time_stamp": 2207370.269762465, "action": "move", "x": 85, "y": 767}, {"time_stamp": 2207370.371127248, "action": "move", "x": 45, "y": 750}, {"time_stamp": 2207370.40267492, "action": "move", "x": 31, "y": 737}, {"time_stamp": 2207370.434102244, "action": "move", "x": 27, "y": 731}, {"time_stamp": 2207370.464388807...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 07:46:16", ...
{"task_id": "06", "task_name": "add_scene", "description": "obs-studio add scene", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "task_parameters": {"new_scene_name": "tmp_scene"}, "instruction_template": "Please add ...
(function () { // Script settings const FUNCTION_NAME = "OBSBasic::Save"; const FUNCTION_SYMBOL = "_ZN8OBSBasic4SaveEPKc"; const EVENT_ON_ENTER = "function called"; const EVENT_ON_LEAVE = "function returned"; const EVENT_ON_SUCCESS = "scene_json_path"; const PAYLOAD_SUCCESS = "path"; ...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- from typing import Dict, Any, Optional, List import json _EVENT_SUCCESS = "scene_json_path" _PAYLOAD_SUCCESS = "path" def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: payload = message.get(...
obs-studio/task07
[{"time_stamp": 2207395.889740479, "action": "move", "x": 55, "y": 547}, {"time_stamp": 2207395.92078062, "action": "move", "x": 50, "y": 558}, {"time_stamp": 2207395.952829242, "action": "move", "x": 50, "y": 560}, {"time_stamp": 2207396.06797917, "action": "move", "x": 50, "y": 559}, {"time_stamp": 2207396.092960299,...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 07:46:41", ...
{"task_id": "07", "task_name": "del_scene", "description": "obs-studio delete scene", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "task_parameters": {"del_scene_name": "tmp_scene"}, "instruction_template": "Please d...
(function () { // Script settings const FUNCTION_NAME = "OBSBasic::Save"; const FUNCTION_SYMBOL = "_ZN8OBSBasic4SaveEPKc"; const EVENT_ON_ENTER = "function called"; const EVENT_ON_LEAVE = "function returned"; const EVENT_ON_SUCCESS = "scene_json_path"; const MESSAGE_called = "Intercepted f...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import json from typing import Dict, Any, Optional, List _EVENT_SUCCESS = "scene_json_path" _PAYLOAD_SUCCESS = "path" def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: payload = message.get...
obs-studio/task08
[{"time_stamp": 2207440.540834652, "action": "move", "x": 158, "y": 207}, {"time_stamp": 2207440.579106407, "action": "move", "x": 108, "y": 346}, {"time_stamp": 2207440.604150794, "action": "move", "x": 81, "y": 542}, {"time_stamp": 2207440.641083307, "action": "move", "x": 83, "y": 627}, {"time_stamp": 2207440.839262...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 07:47:26", ...
{"task_id": "08", "task_name": "rename_scene", "description": "obs-studio rename scene", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "task_parameters": {"old_scene_name": "tmp_scene", "new_scene_name": "new_scene"},...
(function () { // Script settings const FUNCTION_NAME = "OBSBasic::Save"; const FUNCTION_SYMBOL = "_ZN8OBSBasic4SaveEPKc"; const FUNCTION_RENAME_SOURCES_NAME = "OBSBasic::RenameSources"; const FUNCTION_RENAME_SOURCES_SYMBOL = "_ZN8OBSBasic13RenameSourcesE10OBSSafeRefIP10obs_sourceXadL_Z18obs_source_...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- from typing import Dict, Any, Optional, List import json _EVENT_SUCCESS = "scene_json_path" _PAYLOAD_SUCCESS = "path" def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: payload = message["pa...
obs-studio/task09
[{"time_stamp": 2207520.503200126, "action": "move", "x": 154, "y": 229}, {"time_stamp": 2207520.538732289, "action": "move", "x": 156, "y": 359}, {"time_stamp": 2207520.564771439, "action": "move", "x": 169, "y": 482}, {"time_stamp": 2207520.598947411, "action": "move", "x": 169, "y": 486}, {"time_stamp": 2207520.8473...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 07:48:46", ...
{"task_id": "09", "task_name": "add_new_display_capture_source", "description": "obs-studio add new display capture source", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "task_parameters": {"new_source_name": "test",...
(function () { // Script settings const FUNCTION_NAME = "OBSBasic::Save"; const FUNCTION_SYMBOL = "_ZN8OBSBasic4SaveEPKc"; const FUNCTION_ADD_ITEM_NAME = "OBSBasic::AddSceneItem"; const FUNCTION_ADD_ITEM_SYMBOL = "_ZN8OBSBasic12AddSceneItemE6OBSRefIP14obs_scene_itemXadL_Z20obs_sceneitem_addrefEEXadL...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import json from typing import Dict, Any, Optional, List _EVENT_SUCCESS = "scene_json_path" _PAYLOAD_SUCCESS = "path" def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: payload = message["pa...
obs-studio/task10
[{"time_stamp": 2207568.433167559, "action": "move", "x": 165, "y": 183}, {"time_stamp": 2207568.462350248, "action": "move", "x": 158, "y": 197}, {"time_stamp": 2207568.491288143, "action": "move", "x": 145, "y": 253}, {"time_stamp": 2207568.515863226, "action": "move", "x": 134, "y": 354}, {"time_stamp": 2207568.5465...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 07:49:34", ...
{"task_id": "10", "task_name": "set_source_visibility", "description": "obs-studio set source visibility", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "task_parameters": {"source_name": "Display Capture (XSHM)", "so...
(function () { // Script settings const FUNCTION_SET_VISIBLE_NAME = "obs_sceneitem_set_visible"; const FUNCTION_SET_VISIBLE_SYMBOL = "obs_sceneitem_set_visible"; const EVENT_ON_ENTER = "function called"; const EVENT_ON_LEAVE = "function returned"; const EVENT_SET_VISIBLE_SUCCESS = "set_visible_...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- from typing import Dict, Any, Optional, List _EVENT_SET_VISIBLE_SUCCESS = "set_visible_success" _PAYLOAD_SUCCESS = "flag" def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: payload = message...
obs-studio/task11
[{"time_stamp": 2207661.987407805, "action": "move", "x": 77, "y": 499}, {"time_stamp": 2207662.018271854, "action": "move", "x": 79, "y": 500}, {"time_stamp": 2207662.050392841, "action": "move", "x": 78, "y": 518}, {"time_stamp": 2207662.082276084, "action": "move", "x": 70, "y": 548}, {"time_stamp": 2207662.11320668...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 07:51:08", ...
{"task_id": "11", "task_name": "add_new_video_source", "description": "Add a new looped video source in obs-studio", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "task_parameters": {"new_scene_name": "Scene3", "sourc...
(function () { // Script settings const FUNCTION_NAME = "obs_source_create"; const FUNCTION_SYMBOL = "obs_source_create"; const FUNCTION = "obs_data_get_bool"; const EVENT_ON_ENTER = "function called"; const EVENT_ON_LEAVE = "function returned"; const EVENT_SUCCESS = "create_success"; ...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- from typing import Dict, Any, Optional, List _EVENT_SUCCESS = "updated_source" def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: payload = message["payload"] event_type = payload["event...
obs-studio/task12
[{"time_stamp": 2207724.131705968, "action": "move", "x": 50, "y": 606}, {"time_stamp": 2207724.163891975, "action": "move", "x": 34, "y": 652}, {"time_stamp": 2207724.196404286, "action": "move", "x": 27, "y": 685}, {"time_stamp": 2207724.229111572, "action": "move", "x": 25, "y": 695}, {"time_stamp": 2207724.27369451...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 07:52:10", ...
{"task_id": "12", "task_name": "add_new_scene_and_color_source", "description": "obs-studio add new color background source and set its dimensions", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "task_parameters": {"n...
(function () { // Script settings const FUNCTION_NAME = "obs_source_create"; const FUNCTION_SYMBOL = "obs_source_create"; const EVENT_ON_ENTER = "function called"; const EVENT_ON_LEAVE = "function returned"; const EVENT_SUCCESS = "create_success"; const MESSAGE_called = "Intercepted functi...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import json from typing import Dict, Any, Optional, List _EVENT_SUCCESS = "config_save" def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: payload = message["payload"] event_type = paylo...
obs-studio/task13
[{"time_stamp": 2207823.708106935, "action": "move", "x": 200, "y": 73}, {"time_stamp": 2207823.749634274, "action": "move", "x": 200, "y": 70}, {"time_stamp": 2207823.843087446, "action": "move", "x": 200, "y": 68}, {"time_stamp": 2207824.072073182, "action": "click", "x": 200, "y": 68, "button": "left", "pressed": tr...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 07:53:49", ...
{"task_id": "13", "task_name": "export_and_import_profile", "description": "obs-studio export profile and import profile", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "task_parameters": {"profile_name": "agent", "ex...
(function () { // Script settings const EVENT_ON_ENTER = "function called"; const EVENT_ON_LEAVE = "function returned"; const MESSAGE_called = "Intercepted function call"; const MESSAGE_returned = "Function returned"; const MESSAGE_script_initialized = "Monitoring script has started"; const...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import os from typing import Dict, Any, Optional, List step = 0 config_path = "" def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: global step, config_path print(message) payload = ...
obs-studio/task14
[{"time_stamp": 2237390.291188077, "action": "move", "x": 645, "y": 311}, {"time_stamp": 2237390.324276507, "action": "move", "x": 770, "y": 324}, {"time_stamp": 2237390.354030243, "action": "move", "x": 787, "y": 326}, {"time_stamp": 2237390.409275071, "action": "move", "x": 789, "y": 326}, {"time_stamp": 2237390.4387...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 16:06:36", ...
{"task_id": "14", "task_name": "set_hotkey", "description": "Set hotkey to trigger recording", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "task_parameters": {"hotkey": {"control": true, "key": "OBS_KEY_R"}}, "instr...
(function () { // Script settings const EVENT_ON_ENTER = "function called"; const EVENT_ON_LEAVE = "function returned"; const MESSAGE_called = "Intercepted function call"; const MESSAGE_returned = "Function returned"; const MESSAGE_script_initialized = "Monitoring script has started"; const...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- from typing import Dict, Any, Optional, List step = 0 def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: global step payload = message["payload"] event_type = payload["event"] lo...
obs-studio/task15
[{"time_stamp": 2207906.839605029, "action": "move", "x": 249, "y": 677}, {"time_stamp": 2207906.870321463, "action": "move", "x": 248, "y": 693}, {"time_stamp": 2207906.916302436, "action": "move", "x": 244, "y": 702}, {"time_stamp": 2207906.936321045, "action": "move", "x": 241, "y": 704}, {"time_stamp": 2207906.9673...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 07:55:12", ...
{"task_id": "15", "task_name": "add_font_source", "description": "Add a new text source and modify some of its settings", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "task_parameters": {"scene_name": "Scene", "new_s...
(function () { // Script settings const EVENT_ON_ENTER = "function called"; const EVENT_ON_LEAVE = "function returned"; const MESSAGE_called = "Intercepted function call"; const MESSAGE_returned = "Function returned"; const MESSAGE_script_initialized = "Monitoring script has started"; const...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import os import json from typing import Dict, Any, Optional, List _EVENT_FUNCTION_RETURN = "function returned" def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: payload = message["payload"...
obs-studio/task16
[{"time_stamp": 2208031.800876155, "action": "move", "x": 252, "y": 450}, {"time_stamp": 2208031.832583945, "action": "move", "x": 252, "y": 461}, {"time_stamp": 2208031.862694727, "action": "move", "x": 248, "y": 491}, {"time_stamp": 2208031.894138486, "action": "move", "x": 242, "y": 508}, {"time_stamp": 2208031.9295...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 07:57:17", ...
{"task_id": "16", "task_name": "add_image_source", "description": "Add image source and adjust opacity", "application_info": {"name": "obs-studio", "executable_path": "/usr/local/bin/obs", "args": []}, "task_parameters": {"source_name": "test-img", "image_path": "/home/agent/obs-studio-data/anime-9063542_1280.png", "op...
// Used to monitor the addition of image sources and setting opacity in OBS Studio (function () { // Script settings const EVENT_ON_ENTER = "function called"; const EVENT_ON_LEAVE = "function returned"; const MESSAGE_source_created = "Image source created successfully"; const MESSAGE_opacity_set =...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- from typing import Dict, Any, Optional, List def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: payload = message["payload"] print(payload) event_type = payload["event"] logger.de...
obs-studio/task17
[{"time_stamp": 2208186.537206085, "action": "move", "x": 277, "y": 232}, {"time_stamp": 2208186.569530958, "action": "move", "x": 268, "y": 231}, {"time_stamp": 2208186.601158044, "action": "move", "x": 253, "y": 227}, {"time_stamp": 2208186.63005736, "action": "move", "x": 235, "y": 222}, {"time_stamp": 2208186.66128...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 07:59:52", ...
{"task_id": "17", "task_name": "delete_color_sources", "description": "Batch delete three color sources", "application_info": {"name": "obs-studio", "executable_path": "apps/obs-studio/bin/64bit/obs64", "args": []}, "task_parameters": {"source_names": ["color1", "color2", "color3"]}, "instruction_template": "Delete mul...
(function () { // Script settings const EVENT_ON_ENTER = "function called"; const EVENT_ON_LEAVE = "function returned"; const MESSAGE_source_deleted = "Source has been deleted"; const MESSAGE_script_initialized = "Monitoring script has started"; const MESSAGE_hook_installed = "Monitoring ho...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- from typing import Dict, Any, Optional, List _DELETED_SOURCES = set() # Used to track deleted sources def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: payload = message["payload"] eve...
obs-studio/task18
[{"time_stamp": 2208236.920425478, "action": "move", "x": 152, "y": 181}, {"time_stamp": 2208236.972677457, "action": "move", "x": 151, "y": 181}, {"time_stamp": 2208237.04473688, "action": "move", "x": 179, "y": 218}, {"time_stamp": 2208237.077107497, "action": "move", "x": 326, "y": 327}, {"time_stamp": 2208237.10120...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 08:00:43", ...
{"task_id": "18", "task_name": "configure_transition", "description": "configure transition animation to Fade and change scene", "application_info": {"name": "obs-studio", "executable_path": "apps/obs-studio/bin/64bit/obs64", "args": []}, "task_parameters": {"transition_name": "Fade", "duration_ms": 1000, "dest_scene":...
(function () { // Script settings const MESSAGE_script_initialized = "Monitoring script has started"; const MESSAGE_hook_installed = "Monitoring hook installed, waiting for operation..."; // Send events to the evaluation system function sendEvent(eventType, data = {}) { console.log("[Event]...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- from typing import Dict, Any, Optional, List step = 0 def check_transition( transition_name: str, duration_ms: int, dest: str, logger, task_parameter ) -> Optional[List[Dict[str, Any]]]: """Check if the transition configuration meets the requirements""" glo...
obs-studio/task19
[{"time_stamp": 2208529.477855103, "action": "move", "x": 293, "y": 367}, {"time_stamp": 2208529.511776802, "action": "move", "x": 310, "y": 386}, {"time_stamp": 2208529.542952337, "action": "move", "x": 375, "y": 437}, {"time_stamp": 2208529.568240104, "action": "move", "x": 504, "y": 507}, {"time_stamp": 2208529.6023...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 08:05:35", ...
{"task_id": "19", "task_name": "export_scene_screenshot", "description": "obs-studio export scene screenshot", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "task_parameters": {"scene_name": "Scene", "save_path": "/ho...
(function () { // Script settings const FUNCTION_MUXANDFINISH = "ScreenshotObj::MuxAndFinish"; const FUNCTION_SCREENSHOT = "OBSBasic::Screenshot"; const FUNCTION_GETOUTPUTFILENAME = "GetOutputFilename"; const SYMBOL_MUXANDFINISH = "_ZN13ScreenshotObj12MuxAndFinishEv"; const SYMBOL_SCREENSHOT = "...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import os from typing import Dict, Any, Optional, List from PIL import Image save_path = None screenshot_called = False screenshot_success = False def verify_screenshot_path( save_path: str, logger, task_parameter ) -> List[Dict[str, Any]]: """Verify if the scr...
obs-studio/task20
[{"time_stamp": 2208611.375278778, "action": "move", "x": 254, "y": 91}, {"time_stamp": 2208611.415299433, "action": "move", "x": 258, "y": 84}, {"time_stamp": 2208611.452550409, "action": "move", "x": 260, "y": 80}, {"time_stamp": 2208611.499130381, "action": "move", "x": 262, "y": 75}, {"time_stamp": 2208611.54863800...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 08:06:57", ...
{"task_id": "20", "task_name": "create_scene_collection_with_scenes", "description": "Create a new scene collection and create scenes inside it", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "task_parameters": {"coll...
(function () { // Script settings const FUNCTION_NAME_SAVE = "OBSBasic::Save"; const FUNCTION_SYMBOL_SAVE = "_ZN8OBSBasic4SaveEPKc"; const EVENT_ON_ENTER = "function called"; const EVENT_ON_LEAVE = "function returned"; const MESSAGE_CALLED = "Intercepted function call"; const MESSAGE_RETUR...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import json from typing import Dict, Any, Optional, List _EVENT_FUNCTION_RETURN = "function returned" _PAYLOAD_SUCCESS = "path" def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: print(messa...
obs-studio/task21
[{"time_stamp": 2208746.434053185, "action": "move", "x": 236, "y": 564}, {"time_stamp": 2208746.465516672, "action": "move", "x": 239, "y": 572}, {"time_stamp": 2208746.498107048, "action": "move", "x": 242, "y": 593}, {"time_stamp": 2208746.532813421, "action": "move", "x": 250, "y": 628}, {"time_stamp": 2208746.5711...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 08:09:12", ...
{"task_id": "21", "task_name": "batch_manage_color_sources", "description": "Batch add, reorder and delete color sources", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "task_parameters": {"scene_name": "Scene", "add_...
(function () { // Related symbols const FUNC_CREATE = "obs_source_create"; const FUNC_REMOVE = "obs_source_remove"; const FUNC_SET_ORDER = "obs_sceneitem_set_order"; const FUNC_SAVE = "OBSBasic::Save"; const FUNC_SAVE_SYMBOL = "_ZN8OBSBasic4SaveEPKc"; const EVENT_ON_ENTER = "function called...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import json from typing import Dict, Any, Optional, List _EVENT_SUCCESS = "scene_json_path" _PAYLOAD_SUCCESS = "path" key_steps = [] def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: globa...
obs-studio/task22
[{"time_stamp": 2208818.843591752, "action": "move", "x": 173, "y": 192}, {"time_stamp": 2208818.873381112, "action": "move", "x": 244, "y": 237}, {"time_stamp": 2208818.905720313, "action": "move", "x": 373, "y": 318}, {"time_stamp": 2208818.934078056, "action": "move", "x": 540, "y": 378}, {"time_stamp": 2208818.9658...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 08:10:24", ...
{"task_id": "22", "task_name": "configure_recording_output", "description": "Configure recording output path and format, and test recording", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "task_parameters": {"output_p...
// OBS recording output configuration and test monitoring hook script // Used to monitor OBS recording output path and format configuration, as well as recording test operations (function () { // Script settings const FUNCTION_ConfigureRecording = "_ZN12SimpleOutput18ConfigureRecordingEb"; const FUNCTION_S...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import time from typing import Dict, Any, Optional, List key_steps = [] start_recording = False def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[str, Any] ) -> Optional[List[Dict[str, Any]]]: global key_steps, start_recording payl...
obs-studio/task23
[{"time_stamp": 2208892.501533758, "action": "click", "x": 277, "y": 530, "button": "left", "pressed": true}, {"time_stamp": 2208892.567541725, "action": "click", "x": 277, "y": 530, "button": "left", "pressed": false}, {"time_stamp": 2208892.661685908, "action": "move", "x": 282, "y": 529}, {"time_stamp": 2208892.6904...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 08:11:38", ...
{"task_id": "23", "task_name": "batch_manage_text_source_filters", "description": "Batch add, enable, disable and remove filters for text source", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "task_parameters": {"tex...
(function () { // Script settings const MESSAGE_script_initialized = "Monitoring script has started"; const MESSAGE_hook_installed = "Monitoring hook installed, waiting for operation..."; const MESSAGE_filter_created = "Captured filter creation event"; const MESSAGE_filter_enabled = "Captured filter...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- from typing import Dict, Any, Optional, List # Track filter-related states _FILTERS_ADDED = set() _FILTERS_ENABLED = set() _FILTERS_DISABLED = set() _FILTERS_REMOVED = set() filters_added = False filters_enabled_disabled = False filters_removed = False def message_han...
obs-studio/task24
[{"time_stamp": 2208989.553779059, "action": "move", "x": 206, "y": 206}, {"time_stamp": 2208989.586161212, "action": "move", "x": 346, "y": 323}, {"time_stamp": 2208989.62016963, "action": "move", "x": 711, "y": 472}, {"time_stamp": 2208989.656105174, "action": "move", "x": 1013, "y": 537}, {"time_stamp": 2208989.6942...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 08:13:15", ...
{"task_id": "24", "task_name": "configure_streaming_settings", "description": "Configure some settings in Output", "application_info": {"name": "obs-studio", "executable_path": "apps/obs-studio/bin/64bit/obs", "args": []}, "task_parameters": {"video_bitrate": "2000", "audio_bitrate": "320", "encoder_preset": "faster", ...
(function () { // Script settings const MESSAGE_script_initialized = "Monitoring script has started"; const MESSAGE_hook_installed = "Monitoring hook installed, waiting for operations..."; const MESSAGE_config_updated = "Configuration update detected"; // Send events to the evaluation system fu...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- from typing import Dict, Any, Optional, List import configparser import os # Task completion status tracking _TASK_STATUS = { "video_bitrate_set": False, "audio_bitrate_set": False, "encoder_preset_set": False, "replay_buffer_enabled": False, "replay_...
obs-studio/task25
[{"time_stamp": 2209131.714216946, "action": "move", "x": 165, "y": 178}, {"time_stamp": 2209131.744973753, "action": "move", "x": 171, "y": 183}, {"time_stamp": 2209131.77668284, "action": "move", "x": 193, "y": 215}, {"time_stamp": 2209131.807300243, "action": "move", "x": 268, "y": 303}, {"time_stamp": 2209131.83917...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-10 08:15:37", ...
{"task_id": "25", "task_name": "add_stinger_transition", "description": "Add Stinger transition and demonstrate switching", "application_info": {"name": "obs-studio", "executable_path": "/workspace/PC-Canary/apps/obs-studio/build_ubuntu/rundir/Debug/bin/obs", "args": []}, "task_parameters": {"stinger_file": "/home/agen...
// OBS Studio Stinger transition monitoring script // Used to monitor OBS's add Stinger transition operation and scene switch operation (function () { // Script settings // Functions related to creating and configuring Stinger transitions const FUNCTION_AddTransition = "_ZN8OBSBasic13AddTransitionEPKc"; ...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import json from typing import Dict, Any, Optional, List # Task success condition tracking status _STINGER_CREATED = False _STINGER_CONFIGURED = False _STINGER_USED = False key_steps = [] def message_handler( message: Dict[str, Any], logger, task_parameter: Dict[s...
anki/task01
[{"time_stamp": 2522092.681031009, "action": "move", "x": 984, "y": 294}, {"time_stamp": 2522092.691621292, "action": "move", "x": 983, "y": 295}, {"time_stamp": 2522092.700772854, "action": "move", "x": 982, "y": 295}, {"time_stamp": 2522092.703525616, "action": "move", "x": 981, "y": 295}, {"time_stamp": 2522092.7037...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "01", "task_name": "\u6dfb\u52a0\u7b80\u5355\u5361\u7247", "description": "\u6dfb\u52a0\u4e00\u5f20\u95ee\u7b54\u9898\u5361\u7247\uff0c\u6b63\u9762\u4e3aHello\uff0c\u80cc\u9762\u4e3aWorld\uff0c\u6dfb\u52a0\u5230\u7cfb\u7edf\u9ed8\u8ba4\u4e2d", "application_info": {"name": "anki", "executable_path": "/home/a...
//! The script only tested in x86-64! const TRACE_FUNCTION = { "storage_add_card": { "addr": 0x00000000007065a0, } } function initHooks() { // iterate function name and addr, init it. for (const [function_name, config] of Object.entries(TRACE_FUNCTION)) { initHook(function_na...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os sys.path.append(os.path.dirname(__file__)) from common import * def handle_storage_add_card(context: Context,message) -> Status: context.update_database() latest : Card = sorted(AnkiObjMap().array_by_type("card"),key=lambda x: x.mod,reverse=Tr...
anki/task02
[{"time_stamp": 2522119.948664935, "action": "move", "x": 903, "y": 291}, {"time_stamp": 2522119.952888914, "action": "move", "x": 902, "y": 291}, {"time_stamp": 2522119.969032316, "action": "move", "x": 901, "y": 291}, {"time_stamp": 2522119.969404317, "action": "move", "x": 900, "y": 291}, {"time_stamp": 2522119.9712...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "02", "task_name": "\u6dfb\u52a0\u7b80\u5355\u724c\u7ec4", "description": "\u521b\u5efa\u4e00\u4e2a\u53eb\"hello\"\u7684\u724c\u7ec4", "application_info": {"name": "anki", "executable_path": "/home/agent/anki/out/pyenv/bin/python", "args": ["/home/agent/anki/tools/run.py"], "cwd": "/home/agent/anki"}, "task...
//! The script only tested in x86-64! const TRACE_FUNCTION = [ "storage_add_deck" ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info", "add hooks done...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os sys.path.append(os.path.dirname(__file__)) from common import * def handle_storage_add_deck(context: Context,message) -> Status: context.update_database() deck : Deck = sorted(AnkiObjMap().array_by_type("deck"),key=lambda x: x.mtime,reverse=Tr...
anki/task03
[{"time_stamp": 2522165.553851304, "action": "move", "x": 918, "y": 294}, {"time_stamp": 2522165.555295412, "action": "move", "x": 917, "y": 294}, {"time_stamp": 2522165.55645993, "action": "move", "x": 915, "y": 294}, {"time_stamp": 2522165.558271225, "action": "move", "x": 914, "y": 294}, {"time_stamp": 2522165.55984...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "03", "task_name": "\u5220\u9664\u67d0\u4e2a\u724c\u7ec4", "description": "\u6dfb\u52a0\uff0c\u7136\u540e\u5220\u9664\"ielts\"\u7684\u724c\u7ec4", "application_info": {"name": "anki", "executable_path": "/home/agent/anki/out/pyenv/bin/python", "args": ["/home/agent/anki/tools/run.py"], "cwd": "/home/agent/a...
//! The script only tested in x86-64! const TRACE_FUNCTION = [ "storage_add_deck", "storage_remove_deck" ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); send...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os sys.path.append(os.path.dirname(__file__)) from common import * def handle_storage_add_deck(context: Context,message) -> Status: context.update_database() deck : Deck = sorted(AnkiObjMap().array_by_type("deck"),key=lambda x: x.mtime,reverse=Tr...
anki/task04
[{"time_stamp": 2522216.662942819, "action": "move", "x": 916, "y": 292}, {"time_stamp": 2522216.673937274, "action": "move", "x": 916, "y": 293}, {"time_stamp": 2522216.684836695, "action": "move", "x": 915, "y": 293}, {"time_stamp": 2522216.686533338, "action": "move", "x": 915, "y": 294}, {"time_stamp": 2522216.6960...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "04", "task_name": "\u5220\u9664\u67d0\u4e2a\u724c\u7ec4,\u7136\u540e\u64a4\u9500\u64cd\u4f5c", "description": "\u6dfb\u52a0\u4e00\u4e2a\"ielts\"\u7684\u724c\u7ec4\uff0c\u5220\u9664\uff0c\u7136\u540e\u64a4\u9500\u5220\u9664", "application_info": {"name": "anki", "executable_path": "/home/agent/anki/out/pyen...
//! The script only tested in x86-64! const TRACE_FUNCTION = [ "storage_add_deck", "storage_remove_deck", "service_undo" ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); ...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os sys.path.append(os.path.dirname(__file__)) from common import * def handle_storage_add_deck(context: Context,message) -> Status: context.update_database() deck : Deck = sorted(AnkiObjMap().array_by_type("deck"),key=lambda x: x.mtime,reverse=Tr...
anki/task05
[{"time_stamp": 2522340.511218269, "action": "move", "x": 937, "y": 296}, {"time_stamp": 2522340.515944778, "action": "move", "x": 936, "y": 296}, {"time_stamp": 2522340.519940849, "action": "move", "x": 935, "y": 297}, {"time_stamp": 2522340.527827768, "action": "move", "x": 935, "y": 298}, {"time_stamp": 2522340.5291...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "05", "task_name": "\u6dfb\u52a0\u4e00\u5f20\u95ee\u7b54\u9898\u5361\u7247\uff0c\u7136\u540e\u64a4\u9500\u6dfb\u52a0", "description": "\u6dfb\u52a0\u4e00\u5f20\u95ee\u7b54\u9898\u5361\u7247\uff0c\u6b63\u9762\u4e3aThe world is your oyster\uff0c\u80cc\u9762\u4e3aShakespeare\uff0c\u6dfb\u52a0\u5230quote\u724c\...
//! The script only tested in x86-64! const TRACE_FUNCTION = [ "storage_add_card", "service_undo" ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("i...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os sys.path.append(os.path.dirname(__file__)) from common import * def handle_storage_add_card(context: Context,message) -> Status: context.update_database() latest : Card = sorted(AnkiObjMap().array_by_type("card"),key=lambda x: x.mod,reverse=Tr...
anki/task06
[{"time_stamp": 2522838.355537858, "action": "move", "x": 835, "y": 276}, {"time_stamp": 2522838.356630519, "action": "move", "x": 833, "y": 276}, {"time_stamp": 2522838.357397846, "action": "move", "x": 832, "y": 276}, {"time_stamp": 2522838.358141576, "action": "move", "x": 830, "y": 276}, {"time_stamp": 2522838.3598...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "06", "task_name": "\u6dfb\u52a0\u5e26\u6709\u4e0a\u6807\u5361\u7247", "description": "\u6dfb\u52a0\u4e00\u5f20\u95ee\u7b54\u9898\u5361\u7247\u5230\u7cfb\u7edf\u9ed8\u8ba4\uff0c\u6b63\u9762\u4e3ax^2-2x+1=0\uff0c\u9700\u4f7f\u7528\u4e0a\u6807\u5b8c\u6210,x^2\u5b57\u4f53\u4e3a\u7ea2\u8272\uff0c\u80cc\u9762\u4...
const TRACE_FUNCTION = [ "storage_add_card" ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info", "add hooks done");
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os sys.path.append(os.path.dirname(__file__)) from common import * import re def check_first_field(s) -> bool: s = s.replace("&nbsp","") red_pattern1 = r'color.*rgb(255' red_pattern2 = r'color.*red' if not re.findall(red_pattern1,s) and n...
anki/task07
[{"time_stamp": 2526626.335990133, "action": "move", "x": 889, "y": 312}, {"time_stamp": 2526626.337708048, "action": "move", "x": 887, "y": 312}, {"time_stamp": 2526626.338264419, "action": "move", "x": 886, "y": 313}, {"time_stamp": 2526626.340854237, "action": "move", "x": 885, "y": 314}, {"time_stamp": 2526626.3441...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "07", "task_name": "\u521b\u5efa\u4e00\u5f20\u5361\u7247\uff0c\u6b63\u9762\u7684\u5185\u5bb9\u662f\"What is a computer\",\u67e5\u627e\u6240\u6709\u5e26\u6709Computer\u7684\u5361\u7247\uff0c\u8bbe\u7f6e\u8fd9\u4e9b\u5361\u7247\u5230\u671f\u65e5\u4e3a4\u5929", "description": "\u521b\u5efa\u4e00\u5f20\u5361\u7...
const TRACE_FUNCTION = [ "storage_add_card", "service_serach_cards", "storage_update_card", ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os import datetime sys.path.append(os.path.dirname(__file__)) from common import * def handle_service_search_cards(context: Context,message) -> Status: status = Status() status.emit(EventSearchCardCalled()) return status def handle_storage_u...
anki/task08
[{"time_stamp": 2522975.242054969, "action": "move", "x": 753, "y": 273}, {"time_stamp": 2522975.244721147, "action": "move", "x": 742, "y": 272}, {"time_stamp": 2522975.247402491, "action": "move", "x": 735, "y": 271}, {"time_stamp": 2522975.247931696, "action": "move", "x": 729, "y": 271}, {"time_stamp": 2522975.2505...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "08", "task_name": "\u6dfb\u52a0\u4e00\u4e2a\u6807\u7b7e\uff0c\u540d\u5b57\u4e3a\u8ba1\u7b97\u673a\u79d1\u5b66", "description": "\u521b\u5efa\u4e00\u5f20\u5361\u7247\uff0c\u6b63\u9762\u7684\u5185\u5bb9\u662f\"explain quick sort algorithm\",\u6807\u7b7e\u4e3acs", "application_info": {"name": "anki", "executa...
const TRACE_FUNCTION = [ "storage_add_card", ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info", "add hooks done");
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os import datetime sys.path.append(os.path.dirname(__file__)) from common import * def handle_storage_add_card(context: Context,message) -> Status: context.update_database() latest_card : Card = sorted(AnkiObjMap().array_by_type("card"),key=lambd...
anki/task09
[{"time_stamp": 2522998.113359689, "action": "move", "x": 843, "y": 280}, {"time_stamp": 2522998.117153953, "action": "move", "x": 831, "y": 279}, {"time_stamp": 2522998.11993684, "action": "move", "x": 824, "y": 278}, {"time_stamp": 2522998.122596476, "action": "move", "x": 818, "y": 277}, {"time_stamp": 2522998.12662...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "09", "task_name": "\u5220\u9664\u6240\u6709\u672a\u4f7f\u7528\u7684\u6807\u7b7e", "description": "\u5220\u9664\u6240\u6709\u672a\u4f7f\u7528\u7684\u6807\u7b7e", "application_info": {"name": "anki", "executable_path": "/home/agent/anki/out/pyenv/bin/python", "args": ["/home/agent/anki/tools/run.py"], "cwd":...
const TRACE_FUNCTION = [ "service_clear_unused_tags", ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info", "add hooks done");
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os import datetime sys.path.append(os.path.dirname(__file__)) from common import * def handle_clear_unused_tags(context: Context,message) -> Status: status = Status() status.emit(EventClearUnusedTags()) return status TRACE_HANDLERS = { "...
anki/task10
[{"time_stamp": 2523041.812877898, "action": "move", "x": 748, "y": 261}, {"time_stamp": 2523041.815535875, "action": "move", "x": 739, "y": 259}, {"time_stamp": 2523041.8180456, "action": "move", "x": 728, "y": 257}, {"time_stamp": 2523041.818756399, "action": "move", "x": 724, "y": 256}, {"time_stamp": 2523041.821107...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "10", "task_name": "\u6dfb\u52a0\u586b\u7a7a\u5361\u7247", "description": "\u6dfb\u52a0\u4e00\u4e2a\u586b\u7a7a\u9898\u5361\u7247\u5230\u7cfb\u7edf\u9ed8\u8ba4\uff0c\u5185\u5bb9\u4e3aThe capital of China is Beijing\uff0c\u5bf9Beijing\u8fdb\u884c\u6316\u7a7a", "application_info": {"name": "anki", "executable...
const TRACE_FUNCTION = [ "storage_add_card", ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info", "add hooks done");
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os sys.path.append(os.path.dirname(__file__)) from common import * import re def handle_storage_add_card(context: Context,message) -> Status: context.update_database() latest_card : Card = sorted(AnkiObjMap().array_by_type("card"),key=lambda x: x...
anki/task11
[{"time_stamp": 2523178.056100664, "action": "move", "x": 773, "y": 267}, {"time_stamp": 2523178.056599199, "action": "move", "x": 768, "y": 267}, {"time_stamp": 2523178.057516105, "action": "move", "x": 765, "y": 267}, {"time_stamp": 2523178.058244635, "action": "move", "x": 761, "y": 266}, {"time_stamp": 2523178.0605...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "11", "task_name": "\u6dfb\u52a0\u5e26\u6709\u6709\u5e8f\u5217\u8868\u5361\u7247", "description": "\u6dfb\u52a0\u4e00\u4e2a\u95ee\u7b54\u9898\u5361\u7247\uff0c\u95ee\u9898\u4e3aThree largest countries in the world,\u5176\u4e2d\u5bf9largest\u52a0\u7c97, \u7b54\u6848\u4f7f\u7528\u6709\u5e8f\u5217\u8868\uff0c\...
const TRACE_FUNCTION = [ "storage_add_card", ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info", "add hooks done");
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os import re sys.path.append(os.path.dirname(__file__)) from common import * def remove_html_tags(text): return re.sub(r'<[^>]+>', '', text) def check_fields(note) -> bool: if re.findall(r'Three\s+<b>\s*largest\s*</b>\s+countries\s+in\s+the\s+wo...
anki/task12
[{"time_stamp": 2523218.025681581, "action": "move", "x": 755, "y": 275}, {"time_stamp": 2523218.028143402, "action": "move", "x": 742, "y": 273}, {"time_stamp": 2523218.029084991, "action": "move", "x": 739, "y": 273}, {"time_stamp": 2523218.029888209, "action": "move", "x": 735, "y": 272}, {"time_stamp": 2523218.0327...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "12", "task_name": "\u6dfb\u52a0\u4e00\u5f20\u5361\u7247\uff0c\u6b63\u9762\u4e3awhat is this? \u9644\u5e26\u4e00\u5f20\u72d7\u7684\u7167\u7247\uff0c\u80cc\u9762\u4e3adog", "description": "\u6dfb\u52a0\u4e00\u5f20\u5361\u7247\uff0c\u6b63\u9762\u4e3awhat is this? \u9644\u5e26\u4e00\u5f20\u72d7\u7684\u7167\u72...
const TRACE_FUNCTION = [ "service_add_media_file", "storage_add_card", ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info", "add hooks done");
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os sys.path.append(os.path.dirname(__file__)) from common import * def handle_storage_add_card(context: Context,message) -> Status: context.update_database() latest_card : Card = sorted(AnkiObjMap().array_by_type("card"),key=lambda x: x.mod,rever...
anki/task13
[{"time_stamp": 2523333.159409066, "action": "move", "x": 908, "y": 287}, {"time_stamp": 2523333.160735948, "action": "move", "x": 907, "y": 287}, {"time_stamp": 2523333.161351905, "action": "move", "x": 906, "y": 287}, {"time_stamp": 2523333.162041311, "action": "move", "x": 905, "y": 287}, {"time_stamp": 2523333.1628...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "13", "task_name": "\u67e5\u627e\u66ff\u6362", "description": "\u6dfb\u52a0\u4e00\u5f20\u5361\u7247\uff0c\u6b63\u9762\u4e3aWhat is this?\u3002\u7136\u540e\u67e5\u627e\u6240\u6709\u5e26\u6709What\u7684\u5361\u7247\uff0c\u5c06\u5176\u66ff\u6362\u4e3aWhere\u3002\u8bf7\u4f7f\u7528\u67e5\u627e\u6279\u91cf\u66ff\...
const TRACE_FUNCTION = [ "storage_add_card", "storage_update_note", "service_serach_cards", "service_find_and_replace", ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); ...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os sys.path.append(os.path.dirname(__file__)) from common import * def handle_service_search_cards(context: Context,message) -> Status: status = Status() status.emit(EventSearchCardCalled()) return status # def handle_service_find_and_replac...
anki/task14
[{"time_stamp": 2523387.294198506, "action": "move", "x": 673, "y": 258}, {"time_stamp": 2523387.29710613, "action": "move", "x": 662, "y": 257}, {"time_stamp": 2523387.299745525, "action": "move", "x": 656, "y": 256}, {"time_stamp": 2523387.300097997, "action": "move", "x": 655, "y": 256}, {"time_stamp": 2523387.30247...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "14", "task_name": "\u6401\u7f6e", "description": "\u8bbe\u7f6e\u6807\u7b7e\u4e3adelay\u7684\u5361\u7247\u4e3a\u6401\u7f6e", "application_info": {"name": "anki", "executable_path": "/home/agent/anki/out/pyenv/bin/python", "args": ["/home/agent/anki/tools/run.py"], "cwd": "/home/agent/anki"}, "task_parameter...
const TRACE_FUNCTION = [ "storage_update_card", ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info", "add hooks done");
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os sys.path.append(os.path.dirname(__file__)) from common import * def handle_storage_update_card(context: Context,message) -> Status: context.update_database() status = Status() cards : List[Card] = list(filter(lambda card: tp.tag_name in ca...
anki/task15
[{"time_stamp": 2523431.438547366, "action": "move", "x": 910, "y": 298}, {"time_stamp": 2523431.43889192, "action": "move", "x": 909, "y": 298}, {"time_stamp": 2523431.439539347, "action": "move", "x": 909, "y": 299}, {"time_stamp": 2523431.441437882, "action": "move", "x": 907, "y": 299}, {"time_stamp": 2523431.44309...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "15", "task_name": "\u8bbe\u7f6e\u81ea\u52a8\u5907\u4efd\u65f6\u95f4", "description": "\u8bbe\u7f6e\u81ea\u52a8\u5907\u4efd\u65f6\u95f4\u4e3a15\u5206\u949f", "application_info": {"name": "anki", "executable_path": "/home/agent/anki/out/pyenv/bin/python", "args": ["/home/agent/anki/tools/run.py"], "cwd": "/h...
const TRACE_FUNCTION = [ "storage_set_config" ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info", "add hooks done");
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os import json sys.path.append(os.path.dirname(__file__)) from common import * def handle_storage_set_config(context: Context,message) -> Status: context.update_database() status = Status() config = context.anki_config["backups"] if confi...
anki/task16
[{"time_stamp": 2523474.136459355, "action": "move", "x": 895, "y": 292}, {"time_stamp": 2523474.137423052, "action": "move", "x": 894, "y": 292}, {"time_stamp": 2523474.138334212, "action": "move", "x": 892, "y": 292}, {"time_stamp": 2523474.139976545, "action": "move", "x": 891, "y": 292}, {"time_stamp": 2523474.1410...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "16", "task_name": "\u8bbe\u7f6e\u6b21\u65e5\u8d77\u70b9\uff08\u6bcf\u65e5\u8f6e\u6362\u5361\u7247\u7684\u65f6\u95f4\uff09\u4e3a1\u65f6", "description": "\u8bbe\u7f6e\u6b21\u65e5\u8d77\u70b9\uff08\u6bcf\u65e5\u8f6e\u6362\u5361\u7247\u7684\u65f6\u95f4\uff09\u4e3a1\u65f6", "application_info": {"name": "anki",...
const TRACE_FUNCTION = [ "storage_set_config" ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info", "add hooks done");
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os import json sys.path.append(os.path.dirname(__file__)) from common import * def handle_storage_set_config(context: Context,message) -> Status: context.update_database() status = Status() config = context.anki_config["rollover"] if conf...
anki/task17
[{"time_stamp": 2523496.173578377, "action": "move", "x": 817, "y": 276}, {"time_stamp": 2523496.176113587, "action": "move", "x": 811, "y": 275}, {"time_stamp": 2523496.178470389, "action": "move", "x": 806, "y": 274}, {"time_stamp": 2523496.181077965, "action": "move", "x": 797, "y": 273}, {"time_stamp": 2523496.1835...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "17", "task_name": "\u8bbe\u7f6e\u63d0\u524d\u5b66\u4e60\u7684\u65f6\u95f4\u4e0a\u9650\u4e3a30\u5206\u949f", "description": "\u8bbe\u7f6e\u63d0\u524d\u5b66\u4e60\u7684\u65f6\u95f4\u4e0a\u9650\u4e3a30\u5206\u949f", "application_info": {"name": "anki", "executable_path": "/home/agent/anki/out/pyenv/bin/python...
const TRACE_FUNCTION = [ "storage_set_config" ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info", "add hooks done");
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os sys.path.append(os.path.dirname(__file__)) from common import * def handle_storage_set_config(context: Context,message) -> Status: context.update_database() status = Status() config = context.anki_config["collapseTime"] if config == in...
anki/task18
[{"time_stamp": 2523518.575502462, "action": "move", "x": 748, "y": 268}, {"time_stamp": 2523518.577915278, "action": "move", "x": 736, "y": 266}, {"time_stamp": 2523518.580400668, "action": "move", "x": 723, "y": 263}, {"time_stamp": 2523518.581123957, "action": "move", "x": 718, "y": 263}, {"time_stamp": 2523518.5821...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "18", "task_name": "\u8bbe\u7f6e\u641c\u7d22\u6846\u9ed8\u8ba4\u641c\u7d22\u5185\u5bb9\u4e3a\"cs\"", "description": "\u8bbe\u7f6e\u641c\u7d22\u6846\u9ed8\u8ba4\u641c\u7d22\u5185\u5bb9\u4e3a\"cs\"", "application_info": {"name": "anki", "executable_path": "/home/agent/anki/out/pyenv/bin/python", "args": ["/ho...
const TRACE_FUNCTION = [ "storage_set_config" ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info", "add hooks done");
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os sys.path.append(os.path.dirname(__file__)) from common import * def handle_storage_set_config(context: Context,message) -> Status: context.update_database() status = Status() config = context.anki_config["defaultSearchText"] if config ...
anki/task19
[{"time_stamp": 2526863.285800484, "action": "move", "x": 909, "y": 278}, {"time_stamp": 2526863.29028537, "action": "move", "x": 908, "y": 278}, {"time_stamp": 2526863.292420275, "action": "move", "x": 907, "y": 278}, {"time_stamp": 2526863.294843633, "action": "move", "x": 906, "y": 278}, {"time_stamp": 2526863.29900...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "19", "task_name": "\u5c06\u6240\u6709\u6807\u7b7e\u4e3asuspend\u7684\u5361\u7247\u5220\u9664", "description": "\u5c06\u6240\u6709\u6807\u7b7e\u4e3asuspend\u7684\u5361\u7247\u5220\u9664", "application_info": {"name": "anki", "executable_path": "/home/agent/anki/out/pyenv/bin/python", "args": ["/home/agent/a...
const TRACE_FUNCTION = [ "service_remove_notes" ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info", "add hooks done");
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os sys.path.append(os.path.dirname(__file__)) from common import * def handle_service_remove_notes(context: Context,message) -> Status: context.update_database() status = Status() notes : set[int] = set(map(lambda note:note.nid,AnkiObjMap().a...
anki/task20
[{"time_stamp": 2523692.827707974, "action": "move", "x": 822, "y": 360}, {"time_stamp": 2523692.828485215, "action": "move", "x": 821, "y": 360}, {"time_stamp": 2523692.82952143, "action": "move", "x": 818, "y": 362}, {"time_stamp": 2523692.830068059, "action": "move", "x": 816, "y": 363}, {"time_stamp": 2523692.84262...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "20", "task_name": "\u521b\u5efa\u4e00\u4e2a\u53ebcs\u7684deck\uff0c\u5c06\u6240\u6709tag\u4e3acs\u7684\u5361\u7247\u79fb\u5165\u5230\u91cc\u9762\u53bb", "description": "\u521b\u5efa\u4e00\u4e2a\u53ebcs\u7684deck\uff0c\u5c06\u6240\u6709tag\u4e3acs\u7684\u5361\u7247\u79fb\u5165\u5230\u91cc\u9762\u53bb", "app...
const TRACE_FUNCTION = [ "storage_add_deck", "storage_update_card" ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info", "add hooks done");
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os sys.path.append(os.path.dirname(__file__)) from common import * def handle_storage_add_deck(context: Context,message) -> Status: context.update_database() status = Status() decks : List[int] = list(filter(lambda deck:deck.name == tp.tag_na...
anki/task21
[{"time_stamp": 2523731.911773577, "action": "move", "x": 449, "y": 246}, {"time_stamp": 2523731.914880909, "action": "move", "x": 439, "y": 246}, {"time_stamp": 2523731.915304178, "action": "move", "x": 435, "y": 245}, {"time_stamp": 2523731.917588653, "action": "move", "x": 426, "y": 244}, {"time_stamp": 2523731.9202...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "21", "task_name": "\u6dfb\u52a0\u5e26\u6709\u989c\u8272\u5361\u7247", "description": "\u6dfb\u52a0\u4e00\u5f20\u590d\u6742\u7684\u95ee\u7b54\u9898\u5361\u7247\u5230\u7cfb\u7edf\u9ed8\u8ba4", "application_info": {"name": "anki", "executable_path": "/home/agent/anki/out/pyenv/bin/python", "args": ["/home/age...
const TRACE_FUNCTION = [ "storage_add_card" ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info", "add hooks done");
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os sys.path.append(os.path.dirname(__file__)) from common import * import re def check_html_for_valid_styled_span(html_string: str) -> bool: # 1. 定义颜色值的模式 (rgb(...) 或 颜色名) # - rgb\s*\(\s*\d+\s*,\s*\d+\s*,\s*\d+\s*\) : 匹配rgb格式,忽略各部分之间的空格 #...
anki/task22
[{"time_stamp": 2523845.969477697, "action": "move", "x": 919, "y": 289}, {"time_stamp": 2523845.981807319, "action": "move", "x": 919, "y": 290}, {"time_stamp": 2523845.989189941, "action": "move", "x": 918, "y": 290}, {"time_stamp": 2523845.994941008, "action": "move", "x": 918, "y": 291}, {"time_stamp": 2523845.9974...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "22", "task_name": "\u7ed9\u6240\u6709\u6807\u7b7e\u4e3ared\u7684\u5361\u7247\u6253\u4e0a\u7ea2\u8272\u65d7\u6807", "description": "\u7ed9\u6240\u6709\u6807\u7b7e\u4e3ared\u7684\u5361\u7247\u6253\u4e0a\u7ea2\u8272\u65d7\u6807", "application_info": {"name": "anki", "executable_path": "/home/agent/anki/out/py...
const TRACE_FUNCTION = [ "storage_update_card" ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info", "add hooks done");
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os sys.path.append(os.path.dirname(__file__)) from common import * def handle_storage_update_card(context: Context,message) -> Status: context.update_database() status = Status() for cid in context._cards_to_check: card : Card = Anki...
anki/task23
[{"time_stamp": 2523999.435582481, "action": "move", "x": 896, "y": 294}, {"time_stamp": 2523999.436377644, "action": "move", "x": 895, "y": 294}, {"time_stamp": 2523999.437781994, "action": "move", "x": 894, "y": 294}, {"time_stamp": 2523999.438775319, "action": "move", "x": 894, "y": 293}, {"time_stamp": 2523999.4396...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "23", "task_name": "\u65b0\u5efa\u4e00\u4e2a\u7b80\u5355\u6a21\u677f", "description": "\u7b80\u5355\u6a21\u677f\uff0c\u542b\u67093\u4e2a\u5b57\u6bb5\u3002\u7b2c\u4e00\u4e2a\u5b57\u6bb5\u4e3a\u95ee\u9898\uff0c\u7b2c\u4e8c\u4e2a\u5b57\u6bb5\u4e3a\u7b80\u7565\u7b54\u6848\uff0c\u7b2c\u4e09\u4e2a\u5b57\u6bb5\u4e...
const TRACE_FUNCTION = [ "storage_update_notetypes" ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info", "add hooks done");
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os sys.path.append(os.path.dirname(__file__)) from common import * import re def handle_storage_update_notetypes(context: Context,message) -> Status: status = Status() notetype : Notetype = None time.sleep(0.3) context.update_database() ...
anki/task24
[{"time_stamp": 2527821.923049729, "action": "move", "x": 560, "y": 259}, {"time_stamp": 2527821.923663457, "action": "move", "x": 558, "y": 259}, {"time_stamp": 2527821.926066231, "action": "move", "x": 553, "y": 258}, {"time_stamp": 2527821.928409792, "action": "move", "x": 548, "y": 257}, {"time_stamp": 2527821.9310...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "24", "task_name": "\u65b0\u5efa\u4e00\u4e2a\u95ee\u7b54\u9898\u6a21\u677f", "description": "\u65b0\u5efa\u4e00\u4e2a\u95ee\u9898\u9898\u6a21\u677f\uff0c\u542b\u6709\u4e00\u4e2a\"\u7b14\u8bb0\"\u90e8\u5206\u3002\u5e76\u6dfb\u52a0\u4e00\u5f20\u5361\u724c", "application_info": {"name": "anki", "executable_pat...
const TRACE_FUNCTION = [ "storage_update_notetypes", "storage_add_card" ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info", "add hooks done");
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os sys.path.append(os.path.dirname(__file__)) from common import * import re def handle_storage_update_notetypes(context: Context,message) -> Status: status = Status() notetype : Notetype = None time.sleep(0.3) context.update_database() ...
anki/task25
[{"time_stamp": 2524138.797293069, "action": "move", "x": 723, "y": 287}, {"time_stamp": 2524138.797619235, "action": "move", "x": 721, "y": 287}, {"time_stamp": 2524138.801207827, "action": "move", "x": 712, "y": 287}, {"time_stamp": 2524138.802494392, "action": "move", "x": 709, "y": 286}, {"time_stamp": 2524138.8048...
{"system": "Linux", "node": "DESKTOP-EOLR3ST", "release": "5.15.167.4-microsoft-standard-WSL2", "version": "#1 SMP Tue Nov 5 00:21:55 UTC 2024", "machine": "x86_64", "processor": "x86_64", "id": 4930996515253, "screen_width": 1024, "screen_height": 768, "model": "Unknown", "scroll_direction": 1, "start_time": "2025-05-...
{"task_id": "25", "task_name": "\u63d2\u4ef6:Enhanced Cloze", "description": "\u4f7f\u7528\u63d2\u4ef6enhanced cloze\u6765\u521b\u5efa\u5361\u7247", "application_info": {"name": "anki", "executable_path": "/home/agent/anki/out/pyenv/bin/python", "args": ["/home/agent/anki/tools/run.py"], "cwd": "/home/agent/anki"}, "ta...
const TRACE_FUNCTION = [ "storage_add_note" ] function initHooks() { // iterate function name and addr, init it. for (const function_name of TRACE_FUNCTION){ initHook(function_name, TRACE_MAPS[function_name]); } } initHooks(); sendLog("info", "add hooks done");
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import os sys.path.append(os.path.dirname(__file__)) from common import * import json import re def handle_storage_add_note(context: Context,message) -> Status: status = Status() context.update_database() if not context.monitor.is_event_triggered(E...
FreeCAD/task01
[{"time_stamp": 2650529.71841638, "action": "move", "x": 200, "y": 330}, {"time_stamp": 2650529.76591275, "action": "move", "x": 203, "y": 332}, {"time_stamp": 2650529.999978801, "action": "move", "x": 212, "y": 344}, {"time_stamp": 2650530.046869414, "action": "move", "x": 208, "y": 344}, {"time_stamp": 2650530.093360...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 18:52:15", ...
{"task_id": "01", "task_name": "new_doc", "description": "Create a new document in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {}, "instruction_template": "The application is already open. Create a new document in FreeCAD application and...
// FreeCAD New Document Monitoring Hook Script // Used to monitor the creation of new documents in FreeCAD (function() { // Script constants const FUNCTION_NAME = "_ZN3App11Application11newDocumentEPKcS2_bb" const ORIGIN_FUNCTION_NAME = "Application::newDocument" const FUNCTION_BEHAVIOR = "create new document"...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Event Handler Responsible for processing events generated by the hook script and determining if the task is complete """ from typing import Dict, Any, Optional, List # Event type constants SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_FOUND = "funct...
FreeCAD/task02
[{"time_stamp": 2650786.396525979, "action": "move", "x": 192, "y": 315}, {"time_stamp": 2650786.427963536, "action": "move", "x": 189, "y": 310}, {"time_stamp": 2650786.458284042, "action": "move", "x": 174, "y": 297}, {"time_stamp": 2650786.489033511, "action": "move", "x": 156, "y": 288}, {"time_stamp": 2650786.5199...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 18:56:32", ...
{"task_id": "02", "task_name": "save_doc", "description": "Save a document in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task02.FCStd"}, "instruction_template": "The application is already open....
// FreeCAD Save Document Monitoring Hook Script // Used to monitor document save operations in FreeCAD (function() { // Script constants const FUNCTION_NAME = "_ZNK3App8Document10saveToFileEPKc" const ORIGIN_FUNCTION_NAME = "Document::saveToFile" const FUNCTION_BEHAVIOR = "save document" const SCRIPT_INITIA...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Event Handler Responsible for handling events generated by hook scripts and determining if the task is completed """ import os from typing import Dict, Any, Optional, List # Event type constants SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_FOUND = ...
FreeCAD/task03
[{"time_stamp": 2650832.067934499, "action": "move", "x": 187, "y": 323}, {"time_stamp": 2650832.100107003, "action": "move", "x": 185, "y": 325}, {"time_stamp": 2650832.129733994, "action": "move", "x": 179, "y": 326}, {"time_stamp": 2650832.161163537, "action": "move", "x": 170, "y": 324}, {"time_stamp": 2650832.1926...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 18:57:18", ...
{"task_id": "03", "task_name": "open_doc", "description": "Open an existing document in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task03.FCStd"}, "instruction_template": "The application is alr...
// FreeCAD Open Document Monitoring Hook Script // Used to monitor document open operations in FreeCAD and detect any queries (function() { // Script constants const FUNCTION_NAME = "_ZN3App11Application12openDocumentEPKcb" const ORIGIN_FUNCTION_NAME = "Application::openDocument" const FUNCTION_BEHAVIO...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Event Handler Responsible for handling events generated by hook scripts and updating evaluation metrics """ import os from typing import Dict, Any, Optional, List # Event type constants SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_FOUND = "function...
FreeCAD/task04
[{"time_stamp": 2650894.208047725, "action": "move", "x": 175, "y": 318}, {"time_stamp": 2650894.240371129, "action": "move", "x": 174, "y": 318}, {"time_stamp": 2650894.285562506, "action": "move", "x": 170, "y": 313}, {"time_stamp": 2650894.316539937, "action": "move", "x": 159, "y": 289}, {"time_stamp": 2650894.3487...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 18:58:20", ...
{"task_id": "04", "task_name": "create_cube", "description": "Create an additive cube in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task04.FCStd", "length": 10, "width": 10, "height": 10}, "inst...
// FreeCAD Cube Creation Monitoring Hook Script // Used to monitor the creation of cubes in FreeCAD and detect any queries // After creating the cube and saving the file, the test program detects whether a cube exists in the saved document (function() { // Script constants const FUNCTION_NAME = "_ZNK3App8Document1...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Event Handler Responsible for processing events from hook script and updating evaluation metrics """ from typing import Dict, Any, Optional, List # Event type constants SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_FOUND = "function_not_found" FUNCT...
FreeCAD/task05
[{"time_stamp": 2650975.776981053, "action": "move", "x": 105, "y": 230}, {"time_stamp": 2650975.809648431, "action": "move", "x": 92, "y": 206}, {"time_stamp": 2650975.84032659, "action": "move", "x": 79, "y": 182}, {"time_stamp": 2650975.870575532, "action": "move", "x": 75, "y": 163}, {"time_stamp": 2650975.90178170...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 18:59:41", ...
{"task_id": "05", "task_name": "create_cylinder", "description": "Create an additive cylinder with specified dimensions in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task05.FCStd", "radius": 5, ...
// FreeCAD Cylinder Creation Monitoring Hook Script // Used to monitor cylinder creation operations in FreeCAD and detect any queries // After creating the cylinder and saving the file, the test program detects whether a cylinder exists in the saved document (function() { // Script constants const FUNCTION_NAME = ...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Cylinder Creation Task Event Handler Responsible for processing events from the hook script and returning status updates """ from typing import Dict, Any, Optional, List # Event type constants SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_FOUND = "f...
FreeCAD/task06
[{"time_stamp": 2651013.236523802, "action": "move", "x": 71, "y": 208}, {"time_stamp": 2651013.267204457, "action": "move", "x": 61, "y": 188}, {"time_stamp": 2651013.298137602, "action": "move", "x": 57, "y": 175}, {"time_stamp": 2651013.331608316, "action": "move", "x": 53, "y": 168}, {"time_stamp": 2651013.37757785...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 19:00:19", ...
{"task_id": "06", "task_name": "create_sphere", "description": "Create an additive sphere with specified radius in FreeCAD and save it", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task06.FCStd", "radius":...
// FreeCAD Sphere Creation Monitoring Hook Script // Used to monitor FreeCAD's sphere creation operations and detect any queries // After creating a sphere and saving the file, the test program listens for the save event and checks if a sphere exists in the corresponding document (function() { // Script constants ...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Sphere Creation Task Event Handler Responsible for processing events from the hook script and returning status updates """ from typing import Dict, Any, Optional, List # Event type constants SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_FOUND = "funct...
FreeCAD/task07
[{"time_stamp": 2651812.428713734, "action": "move", "x": 205, "y": 279}, {"time_stamp": 2651812.454222718, "action": "move", "x": 183, "y": 255}, {"time_stamp": 2651812.504619731, "action": "move", "x": 140, "y": 203}, {"time_stamp": 2651812.552454111, "action": "move", "x": 98, "y": 156}, {"time_stamp": 2651812.59981...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 19:13:38", ...
{"task_id": "07", "task_name": "create_line", "description": "Create a line in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task07.FCStd", "line_length": 50.0}, "instruction_template": "The applic...
// FreeCAD Line Creation Monitoring Hook Script // Used to monitor FreeCAD's line creation operations (function() { // Script constant settings const FUNCTION_NAME = "_ZNK3App8Document10saveToFileEPKc" const ORIGIN_FUNCTION_NAME = "Document::saveToFile" const FUNCTION_BEHAVIOR = "document saving" const SCRI...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Event Handler Responsible for processing events from hook script and determining if the task is complete """ from typing import Dict, Any, Optional, List # Event type constants SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_FOUND = "function_not_foun...
FreeCAD/task08
[{"time_stamp": 2651905.612249244, "action": "move", "x": 131, "y": 265}, {"time_stamp": 2651905.637726535, "action": "move", "x": 140, "y": 251}, {"time_stamp": 2651905.673515705, "action": "move", "x": 151, "y": 231}, {"time_stamp": 2651905.702325868, "action": "move", "x": 163, "y": 212}, {"time_stamp": 2651905.7360...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 19:15:11", ...
{"task_id": "08", "task_name": "create_rounded_rectangle", "description": "Create a rounded rectangle in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task08.FCStd", "length": 30, "width": 20, "rad...
// FreeCAD create rounded rectangle monitoring hook script // Used to listen to FreeCAD's create rounded rectangle operation and detect task completion // After creating a rounded rectangle, save the file. The test program listens for the save and queries the corresponding document for a rounded rectangle that meets th...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD rounded rectangle event handler Handles events sent from the hook script and updates evaluation metrics """ from typing import Dict, Any, Optional, List # Event type constants SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_FOUND = "function_not_found...
FreeCAD/task09
[{"time_stamp": 2652064.653636838, "action": "move", "x": 45, "y": 164}, {"time_stamp": 2652064.685326914, "action": "move", "x": 45, "y": 146}, {"time_stamp": 2652064.715783069, "action": "move", "x": 41, "y": 126}, {"time_stamp": 2652064.746256917, "action": "move", "x": 35, "y": 118}, {"time_stamp": 2652064.77766033...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 19:17:50", ...
{"task_id": "09", "task_name": "create_polygon", "description": "Create a regular polygon in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task09.FCStd", "sides": 6, "radius": 20}, "instruction_tem...
// FreeCAD Regular Polygon Monitoring Hook Script // Used to monitor FreeCAD's regular polygon creation operation and detect task completion // After creating a regular polygon and saving the file, the test program listens for the save and checks if there is a regular polygon meeting the requirements in the correspondi...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Regular Polygon Event Handler Handles events generated by the hook script and updates evaluation metrics """ from typing import Dict, Any, Optional, List # Event type constants SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_FOUND = "function_not_foun...
FreeCAD/task10
[{"time_stamp": 2652135.261626723, "action": "move", "x": 102, "y": 203}, {"time_stamp": 2652135.291752208, "action": "move", "x": 90, "y": 185}, {"time_stamp": 2652135.322635391, "action": "move", "x": 80, "y": 172}, {"time_stamp": 2652135.353499183, "action": "move", "x": 70, "y": 158}, {"time_stamp": 2652135.3844359...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 19:19:01", ...
{"task_id": "10", "task_name": "create_cone", "description": "Create a cone in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task10.FCStd", "radius": 10, "height": 30}, "instruction_template": "The...
// FreeCAD Cone Creation Monitoring Hook Script // Used to monitor FreeCAD's cone creation operation and detect task completion // After creating a cone and saving the file, the test program listens for the save and checks if there is a cone meeting the requirements in the corresponding document (function() { // Scr...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Cone Event Handler Handles events generated by the hook script and updates evaluation metrics """ from typing import Dict, Any, Optional, List # Event type constants SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_FOUND = "function_not_found" FUNCTION...
FreeCAD/task11
[{"time_stamp": 2652860.414270205, "action": "move", "x": 69, "y": 199}, {"time_stamp": 2652860.460540712, "action": "move", "x": 68, "y": 197}, {"time_stamp": 2652860.491226333, "action": "move", "x": 65, "y": 197}, {"time_stamp": 2652860.539489607, "action": "move", "x": 61, "y": 197}, {"time_stamp": 2652860.57025123...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 19:31:06", ...
{"task_id": "11", "task_name": "create_cylinder_with_holes", "description": "Create a cylinder with holes in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task11.FCStd", "cylinder_radius": 10, "cyl...
// FreeCAD Cylinder with Holes Monitoring Hook Script // Used to monitor FreeCAD's cylinder with holes creation operation and detect task completion // After creating a cylinder with holes and saving the file, the test program listens for the save and checks if there is a cylinder with holes meeting the requirements in...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Cylinder with Holes Event Handler Handles events generated by the hook script and updates evaluation metrics """ from typing import Dict, Any, Optional, List import math # Event type constants SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_FOUND = "f...
FreeCAD/task12
[{"time_stamp": 2653021.911400581, "action": "move", "x": 118, "y": 293}, {"time_stamp": 2653022.176053652, "action": "move", "x": 124, "y": 291}, {"time_stamp": 2653022.207251064, "action": "move", "x": 132, "y": 288}, {"time_stamp": 2653022.239127009, "action": "move", "x": 135, "y": 288}, {"time_stamp": 2653022.2694...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 19:33:48", ...
{"task_id": "12", "task_name": "create_cube_with_wedge_cut", "description": "Create a cuboid with a wedge-shaped cut in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task12.FCStd", "cube_length": 3...
// FreeCAD Cuboid with Wedge Cut Monitoring Hook Script // Used to monitor FreeCAD's cuboid with wedge cut creation operation and detect task completion // After creating a cuboid with wedge cut and saving the file, the test program listens for the save and checks if there is a cuboid with wedge cut meeting the require...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Cuboid with Wedge Cut Event Handler Handles events generated by the hook script and updates evaluation metrics """ from typing import Dict, Any, Optional, List # Event type constants SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_FOUND = "function_no...
FreeCAD/task13
[{"time_stamp": 2653865.726715055, "action": "move", "x": 139, "y": 334}, {"time_stamp": 2653865.757923367, "action": "move", "x": 140, "y": 337}, {"time_stamp": 2653865.789424465, "action": "move", "x": 140, "y": 338}, {"time_stamp": 2653865.976930976, "action": "move", "x": 141, "y": 327}, {"time_stamp": 2653866.0080...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 19:47:51", ...
{"task_id": "13", "task_name": "create_disk_with_torus_cut", "description": "Create a disk with a toroidal groove in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task13.FCStd", "disk_radius": 30.0...
// FreeCAD Disk with Torus Groove Monitoring Hook Script // Used to monitor the operation of creating a disk with a torus groove in FreeCAD and detect task completion // After creating the disk with a torus groove, save the file. The test program listens for the save and queries the corresponding document to check if i...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Disk with Torus Groove Event Handler Responsible for handling events generated by the hook script and updating evaluation metrics """ from typing import Dict, Any, Optional, List # Event type constants SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_F...
FreeCAD/task14
[{"time_stamp": 2654040.992710968, "action": "move", "x": 201, "y": 367}, {"time_stamp": 2654041.023971368, "action": "move", "x": 197, "y": 361}, {"time_stamp": 2654041.0704007, "action": "move", "x": 163, "y": 333}, {"time_stamp": 2654041.118596484, "action": "move", "x": 130, "y": 291}, {"time_stamp": 2654041.149748...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 19:50:47", ...
{"task_id": "14", "task_name": "create_cone_with_sphere_cut", "description": "Create a cone with a hemispherical cutout in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task14.FCStd", "cone_radius1...
// FreeCAD Cone with Hemispherical Cutout Monitoring Hook Script // Monitors the creation of a cone with a hemispherical cutout in FreeCAD and checks task completion // After creating the cone with a hemispherical cutout, save the file. The test program listens for the save event and queries the corresponding document ...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Cone with Hemispherical Cutout Event Handler Responsible for processing events generated by the hook script and updating evaluation metrics """ from typing import Dict, Any, Optional, List # Event type constants SCRIPT_INITIALIZED = "script_initialized" FUNC...
FreeCAD/task15
[{"time_stamp": 2654140.193120842, "action": "move", "x": 106, "y": 308}, {"time_stamp": 2654140.229575215, "action": "move", "x": 109, "y": 276}, {"time_stamp": 2654140.270650452, "action": "move", "x": 94, "y": 241}, {"time_stamp": 2654140.316930591, "action": "move", "x": 83, "y": 186}, {"time_stamp": 2654140.365086...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 19:52:26", ...
{"task_id": "15", "task_name": "create_cylinder_with_rectangular_groove", "description": "Create a cylinder with a rectangular groove tilted around Y-axis in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filen...
// FreeCAD Cylinder with Tilted Rectangular Groove Monitoring Hook Script // Used to monitor FreeCAD creation of a cylinder with tilted rectangular groove and detect task completion // After creating a cylinder with tilted rectangular groove and saving the file, the test program listens for the save and checks if the c...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Cylinder with Tilted Rectangular Groove Event Handler (implemented via subtractive box) Responsible for processing events generated by the hook script and updating evaluation metrics """ from typing import Dict, Any, Optional, List # Event type constants SCR...
FreeCAD/task16
[{"time_stamp": 2654268.459080585, "action": "move", "x": 166, "y": 314}, {"time_stamp": 2654268.491567354, "action": "move", "x": 163, "y": 293}, {"time_stamp": 2654268.537083974, "action": "move", "x": 153, "y": 246}, {"time_stamp": 2654268.582961197, "action": "move", "x": 137, "y": 213}, {"time_stamp": 2654268.6291...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 19:54:34", ...
{"task_id": "16", "task_name": "create_cube_with_fillet", "description": "Create a cube with fillets in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task16.FCStd", "cube_length": 30.0, "cube_width...
// FreeCAD Cube with Fillets Monitoring Hook Script // Used to monitor FreeCAD creation of a cube with fillets and detect task completion // After creating a cube with fillets and saving the file, the test program listens for the save and checks if the corresponding document contains the required cube with fillets (fu...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Cube with Fillets Event Handler Responsible for processing events generated by the hook script and updating evaluation metrics """ from typing import Dict, Any, Optional, List # Event type constants SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_FOUN...
FreeCAD/task17
[{"time_stamp": 2654434.14953731, "action": "move", "x": 45, "y": 155}, {"time_stamp": 2654434.18128043, "action": "move", "x": 30, "y": 138}, {"time_stamp": 2654434.213158737, "action": "move", "x": 29, "y": 136}, {"time_stamp": 2654434.274421204, "action": "move", "x": 25, "y": 129}, {"time_stamp": 2654434.305512178,...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 19:57:20", ...
{"task_id": "17", "task_name": "create_disk_with_threaded_hole", "description": "Create a disk with a threaded hole in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task17.FCStd", "disk_radius": 50...
// FreeCAD Disk with Threaded Hole Monitoring Hook Script // Used to monitor FreeCAD operations for creating a disk with threaded hole and detect task completion // After creating a disk with threaded hole and saving the file, the test program detects the save and checks if the document contains a disk with threaded ho...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Disk with Threaded Hole Event Handler Responsible for processing events generated by the hook script and updating evaluation metrics """ from typing import Dict, Any, Optional, List # 事件类型常量 SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_FOUND = "fun...
FreeCAD/task18
[{"time_stamp": 2654505.945975138, "action": "move", "x": 64, "y": 166}, {"time_stamp": 2654505.992093577, "action": "move", "x": 52, "y": 146}, {"time_stamp": 2654506.036864166, "action": "move", "x": 41, "y": 122}, {"time_stamp": 2654506.083345757, "action": "move", "x": 35, "y": 111}, {"time_stamp": 2654506.12640064...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 19:58:32", ...
{"task_id": "18", "task_name": "create_octagonal_prism_with_holes", "description": "Create an octagonal prism with a central circular hole in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task18.FC...
// FreeCAD Octagonal Prism with Central Circular Hole Monitoring Hook Script // Used to monitor FreeCAD operations for creating an octagonal prism with central circular hole and detect task completion // After creating an octagonal prism with central circular hole and saving the file, the test program detects the save ...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Octagonal Prism with Central Circular Hole Event Handler Responsible for processing events generated by the hook script and updating evaluation metrics """ from typing import Dict, Any, Optional, List # Event type constants SCRIPT_INITIALIZED = "script_initi...
FreeCAD/task19
[{"time_stamp": 2654735.168459374, "action": "move", "x": 41, "y": 152}, {"time_stamp": 2654735.198631191, "action": "move", "x": 38, "y": 134}, {"time_stamp": 2654735.229850577, "action": "move", "x": 31, "y": 120}, {"time_stamp": 2654735.260864263, "action": "move", "x": 25, "y": 107}, {"time_stamp": 2654735.29170251...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 20:02:21", ...
{"task_id": "19", "task_name": "create_pyramid_with_mirror", "description": "Create a pyramid with mirror feature in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task19.FCStd", "base_length": 50.0...
// FreeCAD Pyramid with Mirror Feature Monitoring Hook Script // Used to monitor FreeCAD operations for creating a pyramid with mirror feature and detect task completion // After creating a pyramid with mirror feature and saving the file, the test program detects the save operation and checks if the document contains a...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Pyramid with Mirror Feature Event Handler Responsible for processing events generated by the hook script and updating evaluation metrics """ from typing import Dict, Any, Optional, List # Event type constants SCRIPT_INITIALIZED = "script_initialized" FUNCTIO...
FreeCAD/task20
[{"time_stamp": 2654799.709939448, "action": "move", "x": 127, "y": 358}, {"time_stamp": 2654799.934514943, "action": "move", "x": 139, "y": 357}, {"time_stamp": 2654799.967177061, "action": "move", "x": 140, "y": 356}, {"time_stamp": 2654800.013430415, "action": "move", "x": 145, "y": 356}, {"time_stamp": 2654800.0453...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 20:03:25", ...
{"task_id": "20", "task_name": "create_prism_with_stepped_hole", "description": "Create a triangular prism with a stepped hole in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task20.FCStd", "prism...
// FreeCAD Triangular Prism with Stepped Hole Monitoring Hook Script // Used to monitor FreeCAD operations for creating a triangular prism with stepped hole and detect task completion // After creating a triangular prism with stepped hole and saving the file, the test program detects the save operation and checks if th...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Triangular Prism with Stepped Hole Event Handler Responsible for processing events generated by the hook script and updating evaluation metrics """ from typing import Dict, Any, Optional, List # Event type constants SCRIPT_INITIALIZED = "script_initialized" ...
FreeCAD/task21
[{"time_stamp": 2654915.201273048, "action": "move", "x": 301, "y": 374}, {"time_stamp": 2654915.234513346, "action": "move", "x": 442, "y": 424}, {"time_stamp": 2654915.281417467, "action": "move", "x": 583, "y": 469}, {"time_stamp": 2654915.327853285, "action": "move", "x": 626, "y": 482}, {"time_stamp": 2654915.3604...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 20:05:21", ...
{"task_id": "21", "task_name": "change_language", "description": "Change the display language in FreeCAD to Chinese Simplified first, then change it back to English", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"first_language": "Chinese Simplifi...
// FreeCAD Language Switching Monitoring Hook Script // Used to monitor language switching operations in FreeCAD (function() { // Script constants setup const FUNCTION_NAME = "_ZN3Gui10Translator16activateLanguageEPKc" const ORIGIN_FUNCTION_NAME = "Translator::activateLanguage" const FUNCTION_BEHAVIOR = "langu...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Event Handler Responsible for processing events generated by the hook script and determining if the task is completed """ import os from typing import Dict, Any, Optional, List # 事件类型常量 SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_FOUND = "function...
FreeCAD/task22
[{"time_stamp": 2654987.16817843, "action": "move", "x": 420, "y": 454}, {"time_stamp": 2654987.199571415, "action": "move", "x": 420, "y": 455}, {"time_stamp": 2654987.262222058, "action": "move", "x": 423, "y": 456}, {"time_stamp": 2654987.292790441, "action": "move", "x": 430, "y": 457}, {"time_stamp": 2654987.32464...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 20:06:33", ...
{"task_id": "22", "task_name": "set_unit_system", "description": "In FreeCAD, first set the unit system to 3, then set it back to 0", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"first_unit_system": 3, "final_unit_system": 0, "first_unit_system_n...
// FreeCAD Unit System Setting Monitoring Hook Script // Used to monitor unit system setting operations in FreeCAD (function() { // Script constants const FUNCTION_NAME = "_ZN4Base8UnitsApi9setSchemaENS_10UnitSystemE" const ORIGIN_FUNCTION_NAME = "Base::UnitsApi::setSchema" const FUNCTION_BEHAVIOR = "set unit ...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Event Handler Responsible for processing events generated by the hook script and determining if the task is completed """ import os from typing import Dict, Any, Optional, List # 事件类型常量 SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_FOUND = "function...
FreeCAD/task23
[{"time_stamp": 2655047.891311865, "action": "move", "x": 186, "y": 316}, {"time_stamp": 2655047.921554092, "action": "move", "x": 194, "y": 308}, {"time_stamp": 2655047.95404822, "action": "move", "x": 203, "y": 302}, {"time_stamp": 2655048.000167629, "action": "move", "x": 203, "y": 299}, {"time_stamp": 2655048.04781...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 20:07:33", ...
{"task_id": "23", "task_name": "set_user_edit_mode", "description": "In FreeCAD, first set the user edit mode to 3, then set it back to 0", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"first_mode": 3, "final_mode": 0}, "instruction_template": "Th...
// FreeCAD User Edit Mode Setting Monitoring Hook Script // Used to monitor user edit mode setting operations in FreeCAD (function() { // Script constants const FUNCTION_NAME = "_ZN3Gui11Application15setUserEditModeEi" const ORIGIN_FUNCTION_NAME = "Gui::Application::setUserEditMode" const FUNCTION_BEHAVIOR = "...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Event Handler Responsible for processing events generated by the hook script and determining if the task is completed """ import os from typing import Dict, Any, Optional, List # 事件类型常量 SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_FOUND = "function...
FreeCAD/task24
[{"time_stamp": 2655141.210759955, "action": "move", "x": 234, "y": 341}, {"time_stamp": 2655141.24280883, "action": "move", "x": 330, "y": 354}, {"time_stamp": 2655141.273654362, "action": "move", "x": 403, "y": 348}, {"time_stamp": 2655141.30549886, "action": "move", "x": 439, "y": 335}, {"time_stamp": 2655141.336228...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 20:09:07", ...
{"task_id": "24", "task_name": "create_circle", "description": "Draw a 2D circle with center at the origin in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task24.FCStd", "radius": 10}, "instructio...
// FreeCAD Circle Creation Monitoring Hook Script // Used to monitor circle creation operations in FreeCAD and detect any queries // After creating the circle and saving the file, the test program detects whether a circle exists in the saved document (function() { // Script constants const FUNCTION_NAME = "_ZNK3Ap...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Circle Event Handler Responsible for processing events from hook script and updating evaluation metrics """ from typing import Dict, Any, Optional, List # Event type constants SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_FOUND = "function_not_found...
FreeCAD/task25
[{"time_stamp": 2655332.321352383, "action": "move", "x": 526, "y": 334}, {"time_stamp": 2655332.362623655, "action": "move", "x": 528, "y": 329}, {"time_stamp": 2655332.410198087, "action": "move", "x": 529, "y": 327}, {"time_stamp": 2655332.52861432, "action": "click", "x": 529, "y": 327, "button": "left", "pressed":...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": "2025-05-15 20:12:18", ...
{"task_id": "25", "task_name": "create_square", "description": "Draw a 2D square with center at the origin in FreeCAD", "application_info": {"name": "FreeCAD", "executable_path": "/usr/local/bin/FreeCAD", "args": []}, "task_parameters": {"source_path": "/FreeCAD/", "filename": "task25.FCStd", "side_length": 10}, "instr...
// FreeCAD Square Creation Monitoring Hook Script // Used to monitor square creation operations in FreeCAD and detect any queries // After creating the square and saving the file, the test program detects whether a square exists in the saved document (function() { // Script constants const FUNCTION_NAME = "_ZNK3Ap...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ FreeCAD Square Event Handler Responsible for processing events from hook script and updating evaluation metrics """ from typing import Dict, Any, Optional, List # Event type constants SCRIPT_INITIALIZED = "script_initialized" FUNCTION_NOT_FOUND = "function_not_found...
QGIS/task01
[{"time_stamp": 2663850.327846809, "action": "move", "x": 419, "y": 301}, {"time_stamp": 2663850.375916295, "action": "move", "x": 418, "y": 301}, {"time_stamp": 2663850.394371837, "action": "move", "x": 416, "y": 298}, {"time_stamp": 2663850.413527542, "action": "move", "x": 411, "y": 293}, {"time_stamp": 2663850.4324...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "processor": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": ...
{"task_id": "01", "task_name": "config_project_crs", "description": "\u5728QGIS\u4e2d\u4e3a\u9879\u76ee\u914d\u7f6e\u5750\u6807\u53c2\u8003\u7cfb\u7edf(CRS)", "application_info": {"name": "QGIS", "executable_path": "/home/agent/qgis/QGIS/build-master/output/bin/qgis", "args": []}, "mcp_servers": [{"command": "python", ...
// QGIS配置Crs钩子脚本 // 用于监听QGIS的配置CRS操作并检测是否更新 (function() { // 脚本常量设置 const SYMBOL_NAME = "_ZN10QgsProject6setCrsERK28QgsCoordinateReferenceSystemb"; // setCrs函数的符号 // 向评估系统发送事件 function sendEvent(eventType, data = {}) { const payload = { event: eventType, ...data, ...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ QGIS配置项目Crs事件处理器 负责处理钩子脚本产生的事件并更新评估指标 """ from typing import Dict, Any, Optional, List def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: """ 处理从钩子脚本接收的消息 Args: messag...
QGIS/task02
[{"time_stamp": 2664127.589408222, "action": "move", "x": 304, "y": 159}, {"time_stamp": 2664127.619940864, "action": "move", "x": 258, "y": 149}, {"time_stamp": 2664127.620056886, "action": "move", "x": 193, "y": 136}, {"time_stamp": 2664127.65128849, "action": "move", "x": 171, "y": 133}, {"time_stamp": 2664127.65194...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "processor": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": ...
{"task_id": "02", "task_name": "add_rasterLayer", "description": "\u5728QGIS\u4e2d\u6dfb\u52a0\u6805\u683c\u56fe\u5c42", "application_info": {"name": "QGIS", "executable_path": "/home/agent/qgis/QGIS/build-master/output/bin/qgis", "args": []}, "mcp_servers": [{"command": "python", "args": ["/home/agent/agent-demo/PC-Ca...
// QGIS图层添加钩子脚本 // 用于监听QGIS的添加栅格图层操作并检测相关参数 (function() { // 脚本常量设置 const SYMBOL_NAME = "_ZN10QgsProject11addMapLayerEP11QgsMapLayerbb"; // QgsProject::addMapLayer函数的符号 // 向评估系统发送事件 function sendEvent(eventType, data = {}) { const payload = { event: eventType, ...da...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ QGIS添加栅格图层事件处理器 负责处理钩子脚本产生的事件并更新评估指标 """ import os from typing import Dict, Any, Optional, List def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: """ 处理从钩子脚本接收的消息 Args: ...
QGIS/task03
[{"time_stamp": 2664224.783761165, "action": "move", "x": 237, "y": 87}, {"time_stamp": 2664224.783918612, "action": "move", "x": 212, "y": 71}, {"time_stamp": 2664224.824547562, "action": "move", "x": 207, "y": 65}, {"time_stamp": 2664224.824645413, "action": "move", "x": 204, "y": 62}, {"time_stamp": 2664224.82910958...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "processor": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": ...
{"task_id": "03", "task_name": "add_vectorLayer", "description": "\u5728QGIS\u4e2d\u6dfb\u52a0\u5411\u91cf\u56fe\u5c42", "application_info": {"name": "QGIS", "executable_path": "/home/agent/qgis/QGIS/build-master/output/bin/qgis", "args": []}, "mcp_servers": [{"command": "python", "args": ["/home/agent/agent-demo/PC-Ca...
// QGIS图层添加钩子脚本 // 用于监听QGIS的添加向量图层操作并检测相关参数 (function() { // 脚本常量设置 const SYMBOL_NAME = "_ZN10QgsProject11addMapLayerEP11QgsMapLayerbb"; // QgsProject::addMapLayer函数的符号 // 向评估系统发送事件 function sendEvent(eventType, data = {}) { const payload = { event: eventType, ...da...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ QGIS添加向量图层事件处理器 负责处理钩子脚本产生的事件并更新评估指标 """ import os from typing import Dict, Any, Optional, List def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: """ 处理从钩子脚本接收的消息 Args: ...
QGIS/task04
[{"time_stamp": 2664257.465223985, "action": "move", "x": 462, "y": 346}, {"time_stamp": 2664257.497234204, "action": "move", "x": 422, "y": 359}, {"time_stamp": 2664257.530236177, "action": "move", "x": 360, "y": 385}, {"time_stamp": 2664257.53035413, "action": "move", "x": 312, "y": 407}, {"time_stamp": 2664257.54378...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "processor": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": ...
{"task_id": "04", "task_name": "remove_Layer", "description": "\u5728QGIS\u4e2d\u79fb\u9664\u56fe\u5c42", "application_info": {"name": "QGIS", "executable_path": "/home/agent/qgis/QGIS/build-master/output/bin/qgis", "args": []}, "mcp_servers": [{"command": "python", "args": ["/home/agent/agent-demo/PC-Canary/tests/cont...
// QGIS图层删除钩子脚本 // 用于监听QGIS的删除图层操作并检测相关参数 (function() { // 脚本常量设置 const SYMBOL_NAME = "_ZN16QgsMapLayerStore15removeMapLayersERK5QListIP11QgsMapLayerE"; // QgsMapLayerStore::removeMapLayers函数的符号 // 向评估系统发送事件 function sendEvent(eventType, data = {}) { const payload = { event: ev...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ QGIS删除图层事件处理器 负责处理钩子脚本产生的事件并更新评估指标 """ import os from typing import Dict, Any, Optional, List def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: """ 处理从钩子脚本接收的消息 Args: ...
QGIS/task05
[{"time_stamp": 2664302.873890381, "action": "move", "x": 578, "y": 323}, {"time_stamp": 2664302.891040176, "action": "move", "x": 558, "y": 335}, {"time_stamp": 2664302.917672712, "action": "move", "x": 534, "y": 348}, {"time_stamp": 2664302.923647184, "action": "move", "x": 514, "y": 356}, {"time_stamp": 2664302.9504...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "processor": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": ...
{"task_id": "05", "task_name": "zomm_to_layer", "description": "\u5728QGIS\u4e2d\u7f29\u653e\u5730\u56fe\u6846\u81f3\u6307\u5b9a\u56fe\u5c42\u8303\u56f4", "application_info": {"name": "QGIS", "executable_path": "/home/agent/qgis/QGIS/build-master/output/bin/qgis", "args": []}, "mcp_servers": [{"command": "python", "arg...
// QGIS缩放到图层钩子脚本 // 用于监听QGIS的缩放到图层操作并检测相关参数 (function() { // 脚本常量设置 const SYMBOL_NAME = "_ZN30QgsLayerTreeViewDefaultActions12zoomToLayersEP12QgsMapCanvasRK5QListIP11QgsMapLayerE"; // QgsLayerTreeViewDefaultActions::zoomToLayers 函数的符号 // 向评估系统发送事件 function sendEvent(eventType, data = {}) { ...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ QGIS缩放到图层事件处理器 负责处理钩子脚本产生的事件并更新评估指标 """ import os from typing import Dict, Any, Optional, List def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: """ 处理从钩子脚本接收的消息 Args: ...
QGIS/task06
[{"time_stamp": 2664389.075555319, "action": "move", "x": 799, "y": 303}, {"time_stamp": 2664389.095321681, "action": "move", "x": 802, "y": 301}, {"time_stamp": 2664389.126558307, "action": "move", "x": 804, "y": 300}, {"time_stamp": 2664389.164789028, "action": "move", "x": 807, "y": 297}, {"time_stamp": 2664389.1649...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "processor": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": ...
{"task_id": "06", "task_name": "render_map_image", "description": "\u5728QGIS\u4e2d\u5bfc\u51fa\u5730\u56fe\u56fe\u7247", "application_info": {"name": "QGIS", "executable_path": "/home/agent/qgis/QGIS/build-master/output/bin/qgis", "args": []}, "mcp_servers": [{"command": "python", "args": ["/home/agent/agent-demo/PC-C...
// QGIS导出地图图像钩子脚本 // 用于监听QGIS导出地图为图片的相关操作并检测参数 (function() { // 脚本常量设置 const setPathandType_SYMBOL_NAME="_ZN11QgsGuiUtils18getSaveAsImageNameEP7QWidgetRK7QStringS4_" // QgsGuiUtils::getSaveAsImageName 函数的符号 const setPathandType_SYMBOL_NAME2="_ZNK6QImage4saveERK7QStringPKci" // QImage::save 函数的符号 const ...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ QGIS导出地图图像事件处理器 负责处理钩子脚本产生的事件并更新评估指标 """ import os import re from typing import Dict, Any, Optional, List def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: """ 处理从钩子脚本接收的消息 A...
QGIS/task07
[{"time_stamp": 2664435.403481312, "action": "move", "x": 763, "y": 309}, {"time_stamp": 2664435.420880749, "action": "move", "x": 762, "y": 309}, {"time_stamp": 2664435.44160751, "action": "move", "x": 758, "y": 307}, {"time_stamp": 2664435.48244864, "action": "move", "x": 729, "y": 295}, {"time_stamp": 2664435.482588...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "processor": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": ...
{"task_id": "06", "task_name": "render_map_pdf", "description": "\u5728QGIS\u4e2d\u5bfc\u51fa\u5730\u56fepdf", "application_info": {"name": "QGIS", "executable_path": "/home/agent/qgis/QGIS/build-master/output/bin/qgis", "args": []}, "mcp_servers": [{"command": "python", "args": ["/home/agent/agent-demo/PC-Canary/tests...
// QGIS导出地图PDF钩子脚本 // 用于监听QGIS导出地图为PDF的相关操作并检测参数 (function() { // 脚本常量设置 const setPath_SYMBOL_NAME="_ZN11QFileDialog15getSaveFileNameEP7QWidgetRK7QStringS4_S4_PS2_6QFlagsINS_6OptionEE" // QFileDialog::getSaveFileName 函数的符号 const setSize_SYMBOL_NAME="_ZN14QgsMapSettings13setOutputSizeE5QSize" // QgsMapSetti...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ QGIS导出地图PDF事件处理器 负责处理钩子脚本产生的事件并更新评估指标 """ import os import re from typing import Dict, Any, Optional, List def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: """ 处理从钩子脚本接收的消息 ...
QGIS/task08
[{"time_stamp": 2664564.739109711, "action": "move", "x": 640, "y": 257}, {"time_stamp": 2664564.770056229, "action": "move", "x": 606, "y": 241}, {"time_stamp": 2664564.7866363, "action": "move", "x": 535, "y": 215}, {"time_stamp": 2664564.801308151, "action": "move", "x": 498, "y": 205}, {"time_stamp": 2664564.818240...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "processor": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": ...
{"task_id": "08", "task_name": "create_new_project", "description": "\u5728QGIS\u4e2d\u521b\u5efa\u5e76\u4fdd\u5b58\u4e00\u4e2a\u65b0\u7684\u9879\u76ee", "application_info": {"name": "QGIS", "executable_path": "/home/agent/qgis/QGIS/build-master/output/bin/qgis", "args": []}, "mcp_servers": [{"command": "python", "args...
// QGIS创建新项目钩子脚本 // 用于监听QGIS创建和保存新项目的操作并检测参数 (function() { // 脚本常量设置 const clearProject_SYMBOL_NAME="_ZN10QgsProject5clearEv" // QgsProject::clear 函数的符号 const setPath_SYMBOL_NAME="_ZN10QgsProject11setFileNameERK7QString" // QgsProject::setFileName 函数的符号 // 计数器和时间戳,用于过滤启动时的自动调用 let clearCounter...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ QGIS创建新项目事件处理器 负责处理钩子脚本产生的事件并更新评估指标 """ import os from typing import Dict, Any, Optional, List def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: """ 处理从钩子脚本接收的消息 Args: ...
QGIS/task09
[{"time_stamp": 2664865.166638818, "action": "move", "x": 706, "y": 299}, {"time_stamp": 2664865.20816072, "action": "move", "x": 702, "y": 297}, {"time_stamp": 2664865.208261595, "action": "move", "x": 694, "y": 293}, {"time_stamp": 2664865.220064765, "action": "move", "x": 686, "y": 289}, {"time_stamp": 2664865.23726...
{"system": "Linux", "node": "panda", "release": "6.8.0-57-generic", "version": "#59~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Mar 19 17:07:41 UTC 2", "machine": "x86_64", "processor": "x86_64", "id": 209160389395871, "screen_width": 1024, "screen_height": 768, "model": "Super Server", "scroll_direction": 1, "start_time": ...
{"task_id": "09", "task_name": "load_project", "description": "\u5728QGIS\u4e2d\u52a0\u8f7d\u4e00\u4e2a\u9879\u76ee", "application_info": {"name": "QGIS", "executable_path": "/home/agent/qgis/QGIS/build-master/output/bin/qgis", "args": []}, "mcp_servers": [{"command": "python", "args": ["/home/agent/agent-demo/PC-Canar...
// QGIS加载项目钩子脚本 // 用于监听QGIS加载项目操作并检测相关参数 (function() { // 脚本常量设置 const SYMBOL_NAME = "_ZN10QgsProject4readERK7QString6QFlagsIN4Qgis15ProjectReadFlagEE"; // QgsProject::read(QString, Qgis::ProjectReadFlags)的符号 // 向评估系统发送事件 function sendEvent(eventType, data = {}) { const payload = { ...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ QGIS加载项目事件处理器 负责处理钩子脚本产生的事件并更新评估指标 """ import os from typing import Dict, Any, Optional, List def message_handler(message: Dict[str, Any], logger: Any, task_parameter: Dict[str, Any]) -> Optional[List[Dict[str, Any]]]: """ 处理从钩子脚本接收的消息 Args: ...