Commit Graph
238 Commits
Author SHA1 Message Date
lilong.129 f20fdd51bc feat: Validate model type and model name compatibility 2025-05-26 09:40:28 +08:00
lilong.129 4e74247cab fix: miss tool call ID 2025-05-26 09:28:46 +08:00
lilong.129 36c5044402 feat: add mcp tool finished 2025-05-26 09:05:48 +08:00
lilong.129 e60c362257 change: rename function 2025-05-26 08:49:06 +08:00
lilong.129 778344c826 change: remove call function tool 2025-05-26 00:43:01 +08:00
lilong.129 a888022cbc refactor: split driver cache 2025-05-26 00:35:56 +08:00
lilong.129 2e17d9df16 refactor: merge DoAction to mcp server tools 2025-05-25 23:53:07 +08:00
lilong.129 7986c4899f refactor: move DoAction to MCP tools call 2025-05-25 08:10:57 +08:00
lilong.129 4ff2692f02 refactor: move action options 2025-05-25 00:15:18 +08:00
lilong.129 97dad38b7b refactor: move tool request types to option 2025-05-24 23:51:58 +08:00
lilong.129 f65d8aebbd refactor: move model struct to types 2025-05-24 23:32:10 +08:00
lilong.129 02611d3d5a refactor: uixt MCP Server 2025-05-24 23:22:00 +08:00
lilong.129 0a68701faa refactor: move uixt mcp server 2025-05-24 10:46:50 +08:00
lilong.129 014140ccc7 change: append tool call message for planner 2025-05-24 10:28:55 +08:00
lilong.129 b639b4473f test: update unittests 2025-05-24 01:00:30 +08:00
lilong.129 81c854f963 refactor: merge ai parser 2025-05-24 00:25:44 +08:00
lilong.129 19ddcb40cc change: update ui-tars prompt 2025-05-23 22:05:21 +08:00
lilong.129 009bfa4ecb refactor: replace ui-tars parser with https://github.com/bytedance/UI-TARS/blob/main/codes/ui_tars/action_parser.py 2025-05-22 22:52:47 +08:00
lilong.129 3b77ade24f refactor: json asserter 2025-05-22 18:22:12 +08:00
lilong.129 c377664518 refactor: add LLMServiceTypeDoubaoVL 2025-05-22 15:34:11 +08:00
lilong.129 269fe2de23 fix: tap_xy, swipe handler 2025-05-21 22:51:51 +08:00
lilong.129 bb592548b4 fix: chat with screenshot 2025-05-21 22:35:16 +08:00
lilong.129 60e608f101 feat: add uixt tool swipe 2025-05-21 17:47:53 +08:00
lilong.129 7724cf0062 feat: add uixt tool press_button 2025-05-21 17:25:17 +08:00
lilong.129 0d6a37ecef feat: add uixt tool terminate_app 2025-05-21 16:42:53 +08:00
lilong.129 03553a4962 feat: add uixt tool launch_app 2025-05-21 16:37:42 +08:00
lilong.129 495443a2c4 feat: add uixt tool list_packages 2025-05-21 16:24:54 +08:00
lilong.129 0c20fe7b02 feat: add argument --with-uixt to start built-in uixt MCP server 2025-05-20 22:36:46 +08:00
lilong.129 037e69315e change: remove unused code 2025-05-20 18:03:54 +08:00
lilong.129 5066c64368 refactor: move server models to uixt/types 2025-05-20 14:21:18 +08:00
徐聪 46dbf37db7 fix: failed to use ai_assert 2025-05-19 15:31:36 +08:00
lilong.129 b2ab14efcc refactor: rename to AssertionResult 2025-05-19 11:51:49 +08:00
lilong.129 3f1ee03529 refactor: mcphost planner 2025-05-18 21:55:01 +08:00
lilong.129 c71ac5c3cd feat: set step loops with expression variable 2025-05-14 15:01:10 +08:00
lilong.129 d145784910 fix: swipe with params 2025-05-14 14:36:46 +08:00
lilong.129 3b3807770d change: update docstring 2025-05-12 21:35:49 +08:00
lilong.129 9c735bd46a feat: save screenshot after action 2025-05-12 18:04:56 +08:00
lilong.129 0722e92e87 change: remove options for AppLaunch/AppTerminate 2025-05-12 17:36:16 +08:00
lilong.129 00a6ca1f61 change: remove options for AppLaunch/AppTerminate/AppClear 2025-05-12 17:27:48 +08:00
lilong.129 d95eec78b0 feat: add WithPreMarkOperation and WithPostMarkOperation to mark UI operation before/after action 2025-05-12 08:58:27 +08:00
lilong.129 7a6890a160 feat: set timeout for Call function 2025-05-12 08:48:54 +08:00
lilong.129 f6ad6c9eff feat: add function call for XTDriver 2025-05-10 09:50:00 +08:00
lilong.129 9bafea53af feat: support action options for AppLaunch/AppTerminate 2025-05-10 00:01:30 +08:00
lilong.129 4a2276c7f0 refactor:
1, add options for AppLaunch/AppTerminate/AppClear;
2, add pre hook and post hook for AppLaunch/AppTerminate action
2025-05-09 23:30:49 +08:00
lilong.129 2a13594e3d feat: add pre hook and post hook for Swipe action 2025-05-09 23:15:27 +08:00
lilong.129 1dfc473d33 feat: add pre hook and post hook for Drag action 2025-05-09 23:10:59 +08:00
lilong.129 f7ec4a06b4 feat: add pre hook and post hook for DoubleTap action 2025-05-09 23:06:45 +08:00
lilong.129 3715cbb432 feat: support pre hook and post hook for actions 2025-05-09 23:01:27 +08:00
lilong.129 7bad75f92d fix: syntax error 2025-05-09 11:22:10 +08:00
徐聪 b00699ca7d fix: invalid browser driver 2025-05-07 22:45:56 +08:00