Commit Graph

26 Commits

Author SHA1 Message Date
lilong.129
912f82255f feat: implement graceful shutdown for HTTP server with signal handling 2025-06-21 22:14:58 +08:00
lilong.129
a1c8b7fab3 refactor: remove unused handlers and related files to streamline the server codebase 2025-06-21 22:08:54 +08:00
lilong.129
c204542f1f feat: optimize UI-TARS parser with coordinate conversion and action mapping
- Add action mapping for UI-TARS parser to convert action names to option.ActionName
- Implement bounding box to center point coordinate conversion for better accuracy
- Update coordinate normalization to handle coordinates > 1000 properly
- Enhance test cases to verify coordinate scaling and center point conversion
- Improve action argument processing with proper coordinate transformation
- Add comprehensive test coverage for coordinate conversion edge cases

Key improvements:
- Bounding box [x1,y1,x2,y2] now converts to center point [cx,cy] for actions
- Coordinate scaling properly handles different screen resolutions
- Action names are mapped through doubao_1_5_ui_tars_action_mapping
- Enhanced error handling for invalid coordinate formats
2025-06-04 23:16:14 +08:00
lilong.129
229fd4678c fix: use localhost instead of 127.0.0.1 2025-05-27 20:16:10 +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
e94dacb5b2 refactor: move mcphost package to top level 2025-05-17 11:55:26 +08:00
lilong.129
a4cff1c98a feat: chat with mcp tools 2025-05-16 23:05:40 +08:00
lilong.129
e333ba380a refactor: move mcp to pkg/mcphost 2025-05-16 14:14:56 +08:00
lilong.129
f8a5c25f4b change: mcp tool invoke url path 2025-04-10 11:20:00 +08:00
lilong.129
86d0555074 feat: invoke tool in hrp server 2025-04-01 21:55:58 +08:00
lilong.129
e107389d6e refactor: move uixt pkg 2025-03-05 11:04:02 +08:00
lilong.129
7f837c9e36 refactor & fix: stub driver and server 2025-03-04 17:26:55 +08:00
余泓铮
337f87bcc6 Merge 'feature/huangin/right_click' into 'wings'
feat: add right clcik and webid

See merge request: !67
2025-02-26 07:45:23 +00:00
余泓铮
1094d1d95e feat: 优化ext getDriver和GetDevice策略 2025-02-25 17:53:11 +08:00
huangbin.beal@163.com
e50454512f feat: add right clcik and webid 2025-02-25 16:22:31 +08:00
余泓铮
3b509ba6c6 feat: 优化driver teardown 2025-02-20 21:39:15 +08:00
huangbin.beal@163.com
ce344efcb6 fix: merge 2025-02-19 21:27:31 +08:00
huangbin.beal@163.com
3323f5d3be fix: merge 2025-02-19 21:02:57 +08:00
余泓铮
8d6478a137 feat: server支持自定义公共方法 2025-02-19 20:54:50 +08:00
huangbin.beal@163.com
e3d4cbf281 feat: add browser driver 2025-02-19 20:33:21 +08:00
余泓铮
ef320a3947 feat: 支持tunnel, 优化server结构。 2025-02-19 20:26:20 +08:00
lilong.129
7183eae486 change: server 2025-02-18 20:22:07 +08:00
lilong.129
0839ef5bd6 refactor: IDriver 2025-02-11 17:08:25 +08:00
lilong.129
c6b0aefc56 refactor: move shoots related server to ext 2025-02-10 19:59:26 +08:00
lilong.129
1ec383180b refactor: move shoots driver to driver_ext 2025-02-10 13:35:22 +08:00
lilong.129
a578e92e00 refacotr: move pkg/server to root 2025-02-06 11:28:34 +08:00