All files / src/seeding/data/sub-agents browser-use.ts

0% Statements 0/9
100% Branches 0/0
100% Functions 0/0
0% Lines 0/9

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11                     
export const name = 'browser-use';
export const description =
  'Specialized agent for conducting browser-based scenarios using Playwright MCP tools';
export const system_prompt_name = 'browser-use-agent';
export const context_template_name = 'default-followup-ad-hoc-focused-context';
export const followup_context_template_name =
  'default-followup-ad-hoc-focused-context';
export const enabled_tools = ['final'];
export const enabled_mcp_tools = ['playwright'];
export const model_id = null;
export const is_active = true;