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; |