mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-21 04:45:12 +00:00
- Add hover_at, type_at, drag_at coordinate tools to server - Add hoverAt, typeAt, dragAt methods to Browser class - Export server internals (browser, tool-loop, registry) for eval imports - Copy eval app from enterprise repo with agents, graders, runner, dashboard - Nest eval-targets inside apps/eval - Adapt sessionExecutionDir → workingDir for current server API - Add biome ignore for dashboard HTML to prevent lint breaking onclick handlers
30 lines
726 B
JSON
30 lines
726 B
JSON
{
|
|
"name": "@browseros/eval",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"eval": "bun --env-file=.env.development run src/index.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/claude-agent-sdk": "^0.2.63",
|
|
"@browseros/server": "workspace:*",
|
|
"@browseros/shared": "workspace:*",
|
|
"@google/gemini-cli-core": "^0.16.0",
|
|
"ai": "^6.0.94",
|
|
"@google/genai": "1.30.0",
|
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
"hono": "^4.6.0",
|
|
"openai": "^4.0.0",
|
|
"sharp": "^0.34.5",
|
|
"uuid": "^9.0.0",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/uuid": "^9.0.0",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|