Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
53 changes: 48 additions & 5 deletions config/gni/devtools_grd_files.gni
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,19 @@ grd_files_bundled_sources = [
"front_end/Images/whatsnew.svg",
"front_end/Images/width.svg",
"front_end/Images/zoom-in.svg",
"front_end/Images/asana-mcp.svg",
"front_end/Images/atlassian-mcp.svg",
"front_end/Images/github-mcp.svg",
"front_end/Images/google-drive-mcp.svg",
"front_end/Images/google-sheets-mcp.svg",
"front_end/Images/huggingface-mcp.svg",
"front_end/Images/intercom-mcp.svg",
"front_end/Images/invideo-mcp.svg",
"front_end/Images/linear-mcp.svg",
"front_end/Images/notion-mcp.svg",
"front_end/Images/sentry-mcp.svg",
"front_end/Images/slack-mcp.svg",
"front_end/Images/socket-mcp.svg",
"front_end/Tests.js",
"front_end/application_tokens.css",
"front_end/core/common/common.js",
Expand Down Expand Up @@ -635,13 +648,17 @@ grd_files_bundled_sources = [
"front_end/panels/ai_chat/ui/AgentSessionHeaderComponent.js",
"front_end/panels/ai_chat/ui/ToolDescriptionFormatter.js",
"front_end/panels/ai_chat/ui/chatView.css.js",
"front_end/panels/ai_chat/ui/mcp/mcpConnectorsCatalogDialog.css.js",
"front_end/panels/ai_chat/ui/HelpDialog.js",
"front_end/panels/ai_chat/ui/PromptEditDialog.js",
"front_end/panels/ai_chat/ui/SettingsDialog.js",
"front_end/panels/ai_chat/ui/mcp/MCPConnectionsDialog.js",
"front_end/panels/ai_chat/ui/mcp/MCPConnectorsCatalogDialog.js",
"front_end/panels/ai_chat/ui/EvaluationDialog.js",
"front_end/panels/ai_chat/core/AgentService.js",
"front_end/panels/ai_chat/core/State.js",
"front_end/panels/ai_chat/core/Graph.js",
"front_end/panels/ai_chat/core/BuildConfig.js",
"front_end/panels/ai_chat/core/Types.js",
"front_end/panels/ai_chat/core/Constants.js",
"front_end/panels/ai_chat/core/ConfigurableGraph.js",
Expand All @@ -655,6 +672,7 @@ grd_files_bundled_sources = [
"front_end/panels/ai_chat/core/StateGraph.js",
"front_end/panels/ai_chat/core/Logger.js",
"front_end/panels/ai_chat/core/AgentErrorHandler.js",
"front_end/panels/ai_chat/core/AgentDescriptorRegistry.js",
"front_end/panels/ai_chat/core/Version.js",
"front_end/panels/ai_chat/core/VersionChecker.js",
"front_end/panels/ai_chat/LLM/LLMTypes.js",
Expand Down Expand Up @@ -720,6 +738,20 @@ grd_files_bundled_sources = [
"front_end/panels/ai_chat/agent_framework/AgentSessionTypes.js",
"front_end/panels/ai_chat/agent_framework/ConfigurableAgentTool.js",
"front_end/panels/ai_chat/agent_framework/implementation/ConfiguredAgents.js",
"front_end/panels/ai_chat/agent_framework/implementation/agents/ActionAgent.js",
"front_end/panels/ai_chat/agent_framework/implementation/agents/ActionVerificationAgent.js",
"front_end/panels/ai_chat/agent_framework/implementation/agents/AgentVersion.js",
"front_end/panels/ai_chat/agent_framework/implementation/agents/ClickActionAgent.js",
"front_end/panels/ai_chat/agent_framework/implementation/agents/ContentWriterAgent.js",
"front_end/panels/ai_chat/agent_framework/implementation/agents/DirectURLNavigatorAgent.js",
"front_end/panels/ai_chat/agent_framework/implementation/agents/EcommerceProductInfoAgent.js",
"front_end/panels/ai_chat/agent_framework/implementation/agents/FormFillActionAgent.js",
"front_end/panels/ai_chat/agent_framework/implementation/agents/HoverActionAgent.js",
"front_end/panels/ai_chat/agent_framework/implementation/agents/KeyboardInputActionAgent.js",
"front_end/panels/ai_chat/agent_framework/implementation/agents/ResearchAgent.js",
"front_end/panels/ai_chat/agent_framework/implementation/agents/ScrollActionAgent.js",
"front_end/panels/ai_chat/agent_framework/implementation/agents/WebTaskAgent.js",
"front_end/panels/ai_chat/agent_framework/implementation/agents/SearchAgent.js",
"front_end/panels/ai_chat/common/MarkdownViewerUtil.js",
"front_end/panels/ai_chat/evaluation/runner/VisionAgentEvaluationRunner.js",
"front_end/panels/ai_chat/evaluation/runner/EvaluationRunner.js",
Expand Down Expand Up @@ -880,6 +912,7 @@ grd_files_bundled_sources = [
"front_end/third_party/lighthouse/report/report.js",
"front_end/third_party/lit/lit.js",
"front_end/third_party/mcp-sdk/mcp-sdk.js",
"front_end/third_party/mcp-sdk/mcp-sdk-v2.js",
"front_end/third_party/marked/marked.js",
"front_end/third_party/puppeteer-replay/puppeteer-replay.js",
"front_end/third_party/puppeteer/puppeteer.js",
Expand Down Expand Up @@ -2239,15 +2272,25 @@ grd_files_unbundled_sources = [
"front_end/third_party/lit/lib/static-html.js",
"front_end/third_party/marked/package/lib/marked.esm.js",
"front_end/third_party/mcp-sdk/ajv/dist/ajv.js",
"front_end/third_party/mcp-sdk/ajv/dist/ajv.bundle.js",
"front_end/third_party/mcp-sdk/ajv/dist/ajv-esm.js",
"front_end/third_party/mcp-sdk/eventsource-parser/package/dist/index.js",
"front_end/third_party/mcp-sdk/eventsource-parser/package/dist/stream.js",
"front_end/third_party/mcp-sdk/package/dist/client/index.js",
"front_end/third_party/mcp-sdk/package/dist/client/sse.js",
"front_end/third_party/mcp-sdk/package/dist/shared/protocol.js",
"front_end/third_party/mcp-sdk/package/dist/shared/transport.js",
"front_end/third_party/mcp-sdk/package/dist/types.js",
"front_end/third_party/mcp-sdk/dist/esm/client/auth.js",
"front_end/third_party/mcp-sdk/dist/esm/client/index.js",
"front_end/third_party/mcp-sdk/dist/esm/client/sse.js",
"front_end/third_party/mcp-sdk/dist/esm/client/streamableHttp.js",
"front_end/third_party/mcp-sdk/dist/esm/server/index.js",
"front_end/third_party/mcp-sdk/dist/esm/server/auth/errors.js",
"front_end/third_party/mcp-sdk/dist/esm/shared/auth.js",
"front_end/third_party/mcp-sdk/dist/esm/shared/auth-utils.js",
"front_end/third_party/mcp-sdk/dist/esm/shared/protocol.js",
"front_end/third_party/mcp-sdk/dist/esm/shared/transport.js",
"front_end/third_party/mcp-sdk/dist/esm/types.js",
"front_end/third_party/mcp-sdk/dist/zod/zod-esm.js",
"front_end/third_party/mcp-sdk/zod/lib/index.js",
"front_end/third_party/mcp-sdk/zod/lib/index.mjs",
"front_end/third_party/mcp-sdk/zod/zod-esm.js",
"front_end/third_party/puppeteer-replay/package/lib/main.js",
"front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Browser.js",
"front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/BrowserContext.js",
Expand Down
13 changes: 13 additions & 0 deletions config/gni/devtools_image_files.gni
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,19 @@ devtools_svg_sources = [
"whatsnew.svg",
"width.svg",
"zoom-in.svg",
"asana-mcp.svg",
"atlassian-mcp.svg",
"github-mcp.svg",
"google-drive-mcp.svg",
"google-sheets-mcp.svg",
"huggingface-mcp.svg",
"intercom-mcp.svg",
"invideo-mcp.svg",
"linear-mcp.svg",
"notion-mcp.svg",
"sentry-mcp.svg",
"slack-mcp.svg",
"socket-mcp.svg",
]

devtools_src_svg_files = []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target:
wait_for: "networkidle"
wait_timeout: 5000

tool: "extract_schema_data"
tool: "extract_data"
timeout: 60000

input:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target:
wait_for: "networkidle"
wait_timeout: 5000

tool: "extract_schema_data"
tool: "extract_data"
timeout: 30000

input:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target:
wait_for: "networkidle"
wait_timeout: 5000

tool: "extract_schema_data"
tool: "extract_data"
timeout: 45000

input:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target:
wait_for: "networkidle"
wait_timeout: 5000

tool: "extract_schema_data"
tool: "extract_data"
timeout: 30000

input:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target:
wait_for: "networkidle"
wait_timeout: 5000

tool: "extract_schema_data"
tool: "extract_data"
timeout: 60000

input:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target:
wait_for: "networkidle"
wait_timeout: 5000

tool: "extract_schema_data"
tool: "extract_data"
timeout: 45000

input:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target:
wait_for: "networkidle"
wait_timeout: 5000

tool: "extract_schema_data"
tool: "extract_data"
timeout: 60000

input:
Expand Down
2 changes: 1 addition & 1 deletion eval-server/nodejs/evals/schema-extractor/macys-001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target:
wait_for: "networkidle"
wait_timeout: 5000

tool: "extract_schema_data"
tool: "extract_data"
timeout: 60000

input:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target:
wait_for: "networkidle"
wait_timeout: 5000

tool: "extract_schema_data"
tool: "extract_data"
timeout: 30000

input:
Expand Down
2 changes: 1 addition & 1 deletion eval-server/nodejs/evals/web-task-agent/jobs-001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ validation:
- "Either used construct_direct_url for LinkedIn job search OR used traditional form interaction"
- "If using direct URL: constructed proper LinkedIn job search URL with keywords and location"
- "If using forms: delegated keyword and location input to action_agent"
- "Extracted job listings using schema_based_extractor"
- "Extracted job listings using extract_data"
- "Returned structured job data in readable text format (not JSON)"
- "Each job listing includes title, company, location, and other relevant fields"
- "Results are numbered or organized clearly for easy reading"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ validation:
- "Delegated price filter setting to action_agent"
- "Coordinated property type selection through action_agent"
- "Applied search filters through proper action_agent calls"
- "Extracted property listings with schema_based_extractor"
- "Extracted property listings with extract_data"
- "Returned structured property data in readable text format (not JSON)"
- "Each property includes address, price, bedrooms, bathrooms, and other key details"
- "Properties are clearly numbered or organized for easy comparison"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ validation:
- "Either used construct_direct_url for LinkedIn job search OR used traditional form interaction"
- "If using direct URL: constructed proper LinkedIn job search URL with keywords and location"
- "If using forms: delegated keyword and location input to action_agent"
- "Extracted job listings using schema_based_extractor"
- "Extracted job listings using extract_data"
- "Returned structured job data in readable text format (not JSON)"
- "Each job listing includes title, company, location, and other relevant fields"
- "Results are numbered or organized clearly for easy reading"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ validation:
- "Delegated price filter setting to action_agent"
- "Coordinated property type selection through action_agent"
- "Applied search filters through proper action_agent calls"
- "Extracted property listings with schema_based_extractor"
- "Extracted property listings with extract_data"
- "Returned structured property data in readable text format (not JSON)"
- "Each property includes address, price, bedrooms, bathrooms, and other key details"
- "Properties are clearly numbered or organized for easy comparison"
Expand Down
2 changes: 1 addition & 1 deletion eval-server/nodejs/schemas/client.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"tool": {
"type": "string",
"enum": [
"extract_schema_data",
"extract_data",
"extract_schema_streamlined",
"research_agent",
"action_agent",
Expand Down
2 changes: 1 addition & 1 deletion eval-server/nodejs/templates/default-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ evaluations:
wait_for: "networkidle"
wait_timeout: 5000

tool: "extract_schema_data"
tool: "extract_data"
timeout: 30000

input:
Expand Down
5 changes: 5 additions & 0 deletions front_end/Images/src/asana-mcp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions front_end/Images/src/atlassian-mcp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions front_end/Images/src/github-mcp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions front_end/Images/src/google-drive-mcp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions front_end/Images/src/google-sheets-mcp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions front_end/Images/src/huggingface-mcp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading